- 19811: Add Geo graph type to be able to store in Dashboard cells.
- 20621: Add Swift client library to the data loading section of the UI.
- 20307: Add
influx task retry-failed
command to rerun failed runs. - 20759: Add additional properties for Mosaic Graph.
- 20763: Add
--compression
option toinflux write
to support GZIP inputs.
- 20705: Repair swagger to match implementation of DBRPs type.
- 19936: Fix use-after-free bug in series ID iterator. Thanks @foobar!
- 20585: Fix TSM WAL segement size check. Thanks @foobar!
- 20754: Update references to docs site to use current URLs.
- 20773: Fix data race in TSM engine when inspecting tombstone stats.
- 20797: Fix data race in TSM cache. Thanks @StoneYunZhao!
- 20798: Deprecate misleading
retentionPeriodHrs
key in onboarding API. - 20819: Fix Single Stat graphs with thresholds crashing on negative values.
- 20809: Fix InfluxDB port in Flux function UI examples. Thanks @sunjincheng121!
This release extends the Docker builds hosted in quay.io
to support the linux/arm64
platform.
Prior to this release, competing nightly builds caused the nightly
Docker tag to contain outdated
binaries. This conflict has been fixed, and the image tagged with nightly
will now contain 2.x
binaries built from the HEAD
of the master
branch.
This release fully removes the inmem
indexing option, along with the associated config options:
max-series-per-database
max-values-per-tag
Replacement tsi1
indexes will be automatically generated on startup for shards that need it.
The names of artifacts produced by our nightly & release builds have been updated according to the
Google developer guidelines. Underscores (_
) have
been replaced by hyphens (-
) in nearly all cases; the one exception is the use of x86_64
in our
RPM packages, which has been left unchanged.
- 20473: Add
--overwrite-existing-v2
flag toinfluxd upgrade
to overwrite existing files at output paths (instead of aborting). - 20524: Add
influxd print-config
command to support automated config inspection. - 20561: Add
nats-port
config option forinfluxd
server. - 20564: Add
nats-max-payload-bytes
config option forinfluxd
server. - 20467: Add
influxd inspect export-lp
command to extract data in line-protocol format. - 20604: Update telegraf plugins list in UI to include Beat, Intel PowerStats, and Rienmann.
- 20634: Promote schema and fill query optimizations to default behavior.
- 20678: Upgrade Flux to v0.104.0
- 20680: UI: Upgrade flux-lsp-browser to v0.5.31
- 20339: Include upgrade helper script in goreleaser manifest.
- 20348: Don't show the upgrade notice on fresh
influxdb2
installs. - 20348: Ensure
config.toml
is initialized on freshinfluxdb2
installs. - 20349: Ensure
influxdb
service sees default env variables when running underinit.d
. - 20317: Don't ignore failures to set password during initial user onboarding.
- 20362: Don't overwrite stack name/description on
influx stack update
. - 20355: Fix timeout setup for
influxd
graceful shutdown. - 20387: Improve error message shown when
influx
CLI can't find an org by name. - 20380: Remove duplication from task error messages.
- 20313: Automatically build
tsi1
indexes for shards that need it instead of falling back toinmem
. - 20313: Fix logging initialization for storage engine.
- 20442: Don't return 500 codes for partial write failures.
- 20440: Add confirmation step w/ file sizes before copying data files in
influxd upgrade
. - 20409: Improve messages in DBRP API validation errors.
- 20489: Improve error message when opening BoltDB with unsupported file system options.
- 20490: Fix silent failure to register CLI args as required.
- 20522: Fix loading config when INFLUXD_CONFIG_PATH points to a
.yml
file. - 20527: Don't leak .tmp files while backing up shards.
- 20527: Allow backups to complete while a snapshot is in progress.
- 20539: Prevent extra output row from GROUP BY crossing DST boundary.
- 20548: Prevent panic in
influxd upgrade
when V1 users exist and no V1 config is given. - 20565: Set correct Content-Type on v1 query responses.
- 20565: Update V1 API spec to document all valid Accept headers and matching Content-Types.
- 20578: Respect the --skip-verify flag when running
influx query
. - 20495: Update Flux functions list in UI to reflect that
v1
package was renamed toschema
. - 20669: Remove blank lines from payloads sent by
influx write
. - 20657: Allow for creating users without initial passwords in
influx user create
. - 20679: Fix incorrect "bucket not found" errors when passing
--bucket-id
toinflux write
. - 20702: Fix loading config when
INFLUXD_CONFIG_PATH
points to a directory with.
in its name. - 20678: Fix infinite loop in Flux parser caused by invalid array expressions.
- 20360: Update API spec to document Flux dictionary features.
This release includes our initial ARM64 preview build.
Previously, influxd upgrade
would attempt to write upgraded config.toml
files into the same directory as the source
influxdb.conf
file. If this failed, a warning would be logged and config.toml
would be written into the HOME
directory.
This release breaks this behavior in two ways:
- By default,
config.toml
is now written into the same directory as the Bolt DB and engine files (~/.influxdbv2/
) - If writing upgraded config fails, the
upgrade
process exits with an error instead of falling back to theHOME
directory
Users can use the new --v2-config-path
option to override the output path for upgraded config if they can't or don't
want to use the default.
Based on community feedback, the v2 deb and rpm packaging has been improved to avoid confusion between versions. The package
name is now influxdb2 and conflicts with any previous influxdb package (including initial 2.0.0, 2.0.1, and 2.0.2 packages).
Additionally, v2 specific path defaults are now defined and helper scripts are provided for influxd upgrade
and cleanup cases.
- 20123: Allow password to be specified as a CLI option in
influx v1 auth create
. - 20123: Allow password to be specified as a CLI option in
influx v1 auth set-password
. - 20110: Allow for users to specify where V2 config should be written in
influxd upgrade
. - 20204: Improve ID-related error messages for
influx v1 dbrp
commands. - 20236: Delete with predicate.
- 20322: Upgrade Flux to v0.99.0.
- 20327: Upgrade flux-lsp-browser to v0.5.26.
- 20110: Use V2 directory for default V2 config path in
influxd upgrade
. - 20137: Fix panic when writing a point with 100 tags. Thanks @foobar!
- 20151: Don't log bodies of V1 write requests.
- 20097: Ensure Index.Walk fetches matching foreign keys only.
- 20149: Enforce max value of 2147483647 on query concurrency to avoid startup panic.
- 20149: Enforce max value of 2147483647 on query queue size to avoid startup panic.
- 20168: Auto-migrate existing DBRP mappings from old schema to avoid panic.
- 20201: Optimize shard lookup in groups containing only one shard. Thanks @StoneYunZhao!
- 20155: Respect the
--name
option ininflux setup
whether configs already exist or not. - 20155: Allow for 0 (infinite) values for
--retention
ininflux setup
. - 20305: Set v2 default paths and provide upgrade helper scripts in release packages
- 19979: Added functionality to filter task runs by time.
- 20036: Warn if V1 users are upgraded, but V1 auth wasn't enabled.
- 20039: Export 1.x CQs as part of
influxd upgrade
. - 20053: Upgrade Flux to v0.95.0.
- 20058: UI: Upgrade flux-lsp-browser to v0.5.23.
- 20067: Add DBRP cli commands as
influxd v1 dbrp
.
- 19987: Fix various typos. Thanks @kumakichi!
- 19991: Use --skip-verify flag for backup/restore CLI command.
- 19995: Don't auto-print help on influxd errors
- 20008: Add locking during TSI iterator creation.
- 20012: Validate input paths to
influxd upgrade
up-front. - 20015: Add same site strict flag to session cookie.
- 20017: Don't include duplicates for SHOW DATABASES
- 20064: Ensure Flux reads across all shards.
- 20047: Allow scraper to ignore insecure certificates on a target. Thanks @cmackenzie1!
- 20076: Remove internal
influxd upgrade
subcommands from help text. - 20074: Use default DBRP mapping on V1 write when no RP is specified.
- 20091: Make the DBRP http API match the swagger spec.
- 19918: Swagger: add operationId to /delete
- 19967: Upgrade: add log-level option
- 19969: Check for existing 2.x CLI configs file
- 19971: Swagger: remove Invites from swagger
- 19972: Remove obsolete unused option (influx-command-path)
- 19980: check write permission in legacy write path
- 19935: Improve the UI for the influx v1 auth commands
- 19940: Update Flux to v0.94.0
- 19943: Upgrade flux-lsp-browser to v0.5.22
- 19946: Adding RAS telegraf input
- 19924: Remove unused 'security-script' option from upgrade command
- 19925: Create CLI configs in
influxd upgrade
- 19928: Fix parsing of retention policy CLI args in
influx setup
andinfluxd upgrade
- 19930: Replace 0 with MaxInt when upgrading query-concurrency
- 19937: Create CLI configs
- 19939: Make influxd help more specific
- 19945: Allow write-only V1 tokens to find DBRPs
- 19947: Updating v1 auth description
- 19952: Use
db
/rp
naming convention when migrating DBs to buckets - 19956: Improve help for --no-password switch
- 19959: Use 10 instead of MaxInt when rewriting query-concurrency
- 19960: Remove bucket and mapping auto-creation from v1 /write API
- 19885: Misuse of reflect.SliceHeader
- 19854: Use v1 authorization for users upgrade
- 19855: Enable window pushdowns
- 19864: Implement backup/restore CLI subcommands
- 19865: Implementation of v1 authorization
- 19879: Make sure the query plan nodes have unique ids
- 19881: Update Flux to v0.93.0
- 19685: Cloning tasks makes actions shared in task list view
- 19712: Reduce filesize of influx binary
- 19819: Isolate telegraf config service and remove URM interactions
- 19853: Use updated HTTP client for authorization service
- 19856: Make tagKeys and tagValues work for edge cases involving fields
- 19870: Correctly parse float as 64-bits
- 19873: Add simple metrics related to installed templates
- 19885: Remove extra multiplication of retention policies in onboarding
- 19887: Use fluxinit package to init flux library instead of builtin
- 19886: Add Logger to constructor function to ensure log field is initialized
- 19894: Return empty iterator instead of null in tagValues
- 19899: Docs: flux 0.92 functions
- 19908: Fix /ready response content type
- 19807: Enable window agg mean pushdown
- 19813: Aggregate array cursors
- 19815: Create a v1 authorization service
- 19826: Update FLux to v0.91.0
- 19829: Extend CLI with v1 authorization commands
- 19839: Add tick generation properties and legendColorizeRows
- 19840: Add bcrypt password support to v1 authorizations
- 19850: Update generate ticks into an array of properties for each axis
- 19784: UI: bump papaparse from 4.6.3 to 5.2.0
- 19802: Docs: update PostDBRP docs to reflect mutual exclusive requirement of org vs orgID
- 19804: Notifications: move rule service into own package
- 19816: Type-convert fs.Bavail for portability
- 19818: Notifications: isolate endpoint service
- 19823: Clear Logout
- 19825: Docs: Update FUZZ.md
- 19828: Add 1.x compatible endpoints to swagger
- 19833: allow newIndexSeriesCursor() to accept an influxql.Expr
- 19834: Docs: Fix typos in http/swagger.yml
- 19836: UI: import flux-lsp v0.5.21
- 19846: prune some unreferenced packages
- 19725: Add window agg result set
- 19740: Provide means to remove stack without confirmation
- 19750: Return error on failed resource addition
- 19774: Update Flux to v0.90.0
- 19465: Use valid flux in pkger test templates
- 19773: Upgrade: fallback to user's home when saving upgraded config
- 19775: Telegraf plugin updates (remove RAS for now)
- 19776: TimeMachine: change derivative to 1s
- 19789: Launcher: Switch to AuthorizationService from authorization package
- 19780: Upgrade: proper default 2.x config filename
- 19781: Upgrade: fixing typos and grammar errors
- 19641: Added
influx upgrade
command for upgrading from 1.x to 2.0 - 19746: Added Intel RDT and RAS Daemon telegraf plugins
- 19731: Upgraded Flux to v0.89.0
- 19708: Scrapers not working in RC0
- 19732: Update default value of list tasks influx CLI command to 100
- 19710: InfluxDB Templates: allow same duration unit identifiers that the tasks api allows
- 19700: InfluxDB Templates: preserve cell colors on export/import
- 19695: Influx CLI fix an issue where a single telegraf config was not being returned
- 19593: Don't allow short passwords in
influx setup
In the interests of simplifying the migration for existing users of InfluxDB 1.x, this release includes significant breaking changes.
Upgrading from previous beta builds of influxd
is not supported
In order to continue using influxd
betas, users will be required to move all existing
data out of their ~/.influxdbv2
(or equivalent) path, including influxd.bolt
. This
means all existing dashboards, tasks, integrations, alerts, users and tokens will need to
be recreated. The influx export all
command may be used to export and re-import most
of this data.
At this time, there is no tooling to convert existing time series data from previous
beta releases. If data from a prior beta release is found, influxd
will refuse to start.
We have also changed the default port of InfluxDB from 9999 back to 8086. If you still would like
to run on port 9999, you can start influxd with the --http-bind-address
option. You will also
need to update any InfluxDB CLI config profiles with the new port number.
- 19446: Port TSM1 storage engine
- 19494: Changing the default port from 9999 to 8086
- 19636: Disable unimplemented delete with predicate API
- 18779: Add new processing options and enhancements to influx write.
- 19246: Redesign load data page to increase discovery and ease of use
- 19334: Add --active-config flag to influx to set config for single command
- 19219: List buckets via the API now supports after (ID) parameter as an alternative to offset.
- 19390: Record last success and failure run times in the Task
- 19402: Inject Task's LatestSuccess Timestamp In Flux Extern
- 19433: Add option to dump raw query results in CLI
- 19506: Add TSM 1.x storage options as flags
- 19508: Add subset of InfluxQL coordinator options as flags
- 19457: Add ability to export resources by name via the CLI
- 19640: Turn on Community Templates
- 19663: Added InfluxDB v2 Listener, NSD, OPC-UA, and Windows Event Log to the sources page
- 19662: Add
max-line-length
switch toinflux write
command to addresstoken too long
errors for large inputs - 19660: Add --rate-limit option to
influx write
. - 19740: Add
--force
option toinflux stack rm
to skip confirmation
- 19331: Add description to auth influx command outputs.
- 19392: Include the edge of the boundary we are observing.
- 19453: Warn about duplicate tag names during influx write csv.
- 19466: Do not override existing line part in group annotation.
- 19637: Added PATCH to the list of allowed methods
- 19066: Drop deprecated /packages route tree
- 19116: Support more types for template envRef default value and require explicit default values
- 19104: Remove orgs/labels nested routes from the API.
- 19653: Remove PointBatcher from tsdb package API
- 19075: Add resource links to a stack's resources from public HTTP API list/read calls
- 19103: Enhance resource creation experience when limits are reached
- 19223: Add dashboards command to influx CLI
- 19225: Allow user onboarding to optionally set passwords
- 18841: Limit query response sizes for queries built in QueryBuilder by requiring an aggregate window
- 19135: Add telegram notification.
- 19043: Enforce all influx CLI flag args are valid
- 19188: Dashboard cells correctly map results when multiple queries exist
- 19146: Dashboard cells and overlay use UTC as query time when toggling to UTC timezone
- 19222: Bucket names may not include quotation marks
- 19317: Add validation to Variable name creation for valid Flux identifiers.
- 19231: Alerts page filter inputs now have tab indices for keyboard navigation
- 19364: Errors in OSS are now properly printed to the console
- 19004: Removed the
migrate
command from theinfluxd
binary. - 18921: Restricted UI variable names to not clash with Flux reserved words
- 18888: Add event source to influx stack operations
- 18910: Add uninstall functionality for stacks
- 18912: Drop deprecated influx pkg command tree
- 18997: Add telegraf management commands to influx CLI
- 19030: Enable dynamic destination for the influx CLI configs file
- 19029: Navigating away from a dashboard cancels all pending queries
- 19003: Upgrade to Flux v0.74.0
- 19040: Drop the REPL command from influx CLI
- 19032: Redesign asset & rate limit alerts
- 18891: Allow 0 to be the custom set minimum value for Y Domain
- 18969: Single Stat cells should render properly in Safari again
- 18974: Limit variable querying when submitting queries to used variables
- 19039: Fix an issue where switching orgs was not redirecting correctly
- 18989: Stopped fetching tags in the advanced builder
- 19044: Graph customization: X and Y axis properly accept values
- 18758: Extend influx stacks update cmd with ability to add resources without apply template
- 18793: Normalize InfluxDB templates under new /api/v2/templates and /api/v2/stacks public API
- 18818: Extend template Summary and Diff nested types with kind identifiers
- 18857: Flux updated to v0.71.1
- 18805: Added static builds for Linux
- 18878: Don't overwrite build date set via ldflags
- 18842: Fixed an issue where define query was unusable after importing a Check
- 18845: Update documentation links
- 18387: Integrate query cancellation after queries have been submitted
- 18515: Extend templates with the source file|url|reader.
- 18539: Collect stats on installed influxdata community template usage.
- 18541: Pkger allow raw github.com host URLs for yaml|json|jsonnet URLs
- 18546: Influx allow for files to be remotes for all template commands
- 18560: Extend stacks API with update capability
- 18568: Add support for config files to influxd and any cli.NewCommand use case
- 18573: Extend influx stacks cmd with new influx stacks update cmd
- 18595: Add ability to skip resources in a template by kind or by metadata.name
- 18600: Extend influx apply with resource filter capabilities
- 18601: Provide active config running influx config without args
- 18606: Enable influxd binary to look for a config file on startup
- 18647: Add support for env ref default values to the template parser
- 18655: Add support for platform variable selected field to templates
- 18602: Fix uint overflow during setup on 32bit systems
- 18623: Drop support for --local flag within influx CLI
- 18632: Prevents undefined queries in cells from erroring out in dashboards
- 18649: Fixes bucket selection issue and query builder state
- 18658: Add support for 'd' day and 'w' week time identifiers in the CLI for bucket and setup commands
- 18581: Cache dashboard cell query results to use as a reference for cell configurations
- 18707: Validate host-url for influx config create/set commands
- 18713: Fix influx CLI flags to accurately depict flags for all commands
- 18279: Make all pkg applications stateful via stacks
- 18322: Add ability to export a stack's existing (as they are in the platform) resource state as a pkg
- 18334: Update influx pkg commands with improved usage and examples in long form.
- 18344: Extend influx CLI with version and User-Agent.
- 18355: Integrate RedirectTo functionality so CLOUD users now get navigated back to the originally linked page after login
- 18392: Consolidate pkg influx commands under templates. This removes some nesting of the CLI commands as part of that.
- 18400: Dashboards maintain sort order after navigating away
- 18480: Allows tasks to open in new tabs
- 18553: Update usage and soften comparisons for kind matching on 'influx export --resourceType' cmd
- 18331: Support organization name in addition to ID in DBRP operations
- 18335: Disable failing when providing an unexpected error to influx CLI
- 18345: Have influx delete cmd respect the config
- 18385: Store initialization for pkger enforced on reads
- 18434: Backfill missing fillColumns field for histograms in pkger
- 18471: Notifies the user how to escape presentation mode when the feature is toggled
- 18319: Display bucket ID in bucket list and enable 1 click copying
- 18361: Tokens list is now consistent with the other resource lists
- 18346: Reduce the number of variables being hydrated when toggling variables
- 18447: Redesign dashboard cell loading indicator to be more obvious
- 18593: Add copyable User and Organization Ids to About page
- 18011: Integrate UTC dropdown when making custom time range query
- 18040: Allow for min OR max y-axis visualization settings rather than min AND max
- 17764: Add CSV to line protocol conversion library
- 18059: Make the dropdown width adjustable
- 18173: Add version to /health response
- 18066: Fixed bug that wasn't persisting timeFormat for Graph + Single Stat selections
- 17959: Authorizer now exposes full permission set
- 18071: Fixed issue that was causing variable selections to hydrate all variable values
- 18016: Remove the fancy scrollbars
- 18171: Check status now displaying warning if loading a large amount
- 17934: Add ability to delete a stack and all the resources associated with it
- 17941: Enforce DNS name compliance on all pkger resources' metadata.name field
- 17989: Add stateful pkg management with stacks
- 18007: Add remove and list pkger stack commands to influx CLI
- 18017: Fixup display message for interactive influx setup cmd
- 17906: Ensure UpdateUser cleans up the index when updating names
- 17933: Ensure Checks can be set for zero values
- 17860: Allow bucket creation from the Data Explorer and Cell Editor
- 17851: Add feature flag package capability and flags endpoint
- 17618: Add index for URM by user ID to improve lookup performance
- 17751: Existing session expiration time is respected on session renewal
- 17817: Make CLI respect env vars and flags in addition to the configs and extend support for config orgs to all commands
- 17714: Cloud environments no longer render markdown images, for security reasons.
- 17321: Improve UI for sorting resources
- 17740: Add single-color color schemes for visualizations
- 17849: Move Organization navigation items to user menu.
- 17490:
influx config -
, to switch back to previous activated configuration - 17581: Introduce new navigation menu
- 17595: Add -f (--file) option to
influx query
andinflux task
commands - 17498: Added support for command line options to limit memory for queries
- 17257: Fix retention policy after bucket is migrated
- 17612: Fix card size and layout jank in dashboards index view
- 17651: Fix check graph font and lines defaulting to black causing graph to be unreadable
- 17660: Fix text wrapping display issue and popover sizing bug when adding labels to a resource
- 17670: Respect the now-time of the compiled query if it's provided
- 17692: Update giraffe to fix spacing between ticks
- 17694: Fixed typos in the Flux functions list
- 17701: Allow mouse cursor inside Script Editor for Safari
- 17609: Fixed an issue where Variables could not use other Variables
- 17754: Adds error messaging for Cells in Dashboard View
- 17583: Update layout of Alerts page to work on all screen sizes
- 17657: Sort dashboards on Getting Started page by recently modified
- 17232: Allow dashboards to optionally be displayed in light mode
- 17273: Add shell completions command for the influx cli
- 17353: Make all pkg resources unique by metadata.name field
- 17363: Telegraf config tokens can no longer be retrieved after creation, but new tokens can be created after a telegraf has been setup
- 17400: Be able to delete bucket by name via cli
- 17396: Add module to write line data to specified url, org, and bucket
- 17398: Extend influx cli write command with ability to process CSV data
- 17448: Add foundation for pkger stacks, stateful package management
- 17462: Flag to disable scheduling of tasks
- 17470: Add ability to output cli output as json and hide table headers
- 17472: Add an easy way to switch config via cli
- 17240: NodeJS logo displays properly in Firefox
- 17363: Fixed telegraf configuration bugs where system buckets were appearing in the buckets dropdown
- 17391: Fixed threshold check bug where checks could not be created when a field had a space in the name
- 17384: Reuse slices built by iterator to reduce allocations
- 17404: Updated duplicate check error message to be more explicit and actionable
- 17515: Editing a table cell shows the proper values and respects changes
- 17521: Table view scrolling should be slightly smoother
- 17601: URL table values on single columns are being correctly parsed
- 17552: Fixed a regression bug that insert aggregate functions where the cursor is rather than a new line
- 17085: Clicking on bucket name takes user to Data Explorer with bucket selected
- 17095: Extend pkger dashboards with table view support
- 17114: Allow for retention to be provided to influx setup command as a duration
- 17138: Extend pkger export all capabilities to support filtering by lable name and resource type
- 17049: Added new login and sign-up screen that for cloud users that allows direct login from their region
- 17170: Added new cli multiple profiles management tool
- 17145: Update kv.Store to define schema changes via new kv.Migrator types
- 17039: Fixed issue where tasks are exported for notification rules
- 17042: Fixed issue where tasks are not exported when exporting by org id
- 17070: Fixed issue where tasks with imports in query break in pkger
- 17028: Fixed issue where selecting an aggregate function in the script editor was not adding the function to a new line
- 17072: Fixed issue where creating a variable of type map was piping the incorrect value when map variables were used in queries
- 17050: Added missing user names to auth CLI commands
- 17113: Disabled group functionality for check query builder
- 17120: Fixed cell configuration error that was popping up when users create a dashboard and accessed the disk usage cell for the first time
- 17097: Listing all the default variables in the VariableTab of the script editor
- 17049: Fixed bug that was preventing the interval status on the dashboard header from refreshing on selections
- 17161: Update table custom decimal feature for tables to update table onFocus
- 17168: Fixed UI bug that was setting Telegraf config buttons off-center and was resizing config selections when filtering through the data
- 17208: Fixed UI bug that was setting causing dashboard cells to error when the a v.bucket was being used and was being configured for the first time
- 17214: Fix appearance of client library logos in Safari
- 17202: Fixed UI bug that was preventing checks created with the query builder from updating. Also fixed a bug that was preventing dashboard cell queries from working properly when creating group queries using the query builder
- 16919: Sort dashboards on homepage alphabetically
- 16934: Tokens page now sorts by status
- 16931: Set the default value of tags in a Check
- 16935: Fix sort by variable type
- 16973: Calculate correct stacked line cumulative when lines are different lengths
- 17010: Fixed scrollbar issue where resource cards would overflow the parent container rather than be hidden and scrollable
- 16992: Query Builder now groups on column values, not tag values
- 17013: Scatterplots can once again render the tooltip correctly
- 17027: Drop pkger gauge chart requirement for color threshold type
- 17040: Fixed bug that was preventing the interval status on the dashboard header from refreshing on selections
- 16961: Remove cli confirmation of secret, add an optional parameter of secret value
- 16855: Added labels to buckets in UI
- 16842: Connect monaco editor to Flux LSP server
- 16856: Update Flux to v0.59.6
- 16852: Revert for bad indexing of UserResourceMappings and Authorizations
- 15911: Gauge no longer allowed to become too small
- 16878: Fix issue with INFLUX_TOKEN env vars being overridden by default token
- 16765: Extend influx cli pkg command with ability to take multiple files and directories
- 16767: Extend influx cli pkg command with ability to take multiple urls, files, directories, and stdin at the same time
- 16786: influx cli can manage secrets.
- 16733: Fix notification rule renaming panics from UI
- 16769: Fix the tooltip for stacked line graphs
- 16825: Fixed false success notification for read-only users creating dashboards
- 16822: Fix issue with pkger/http stack crashing on dupe content type
- 16711: Query Builder supports group() function (change the dropdown from filter to group)
- 16523: Change influx packages to be CRD compliant
- 16547: Allow trailing newline in credentials file and CLI integration
- 16545: Add support for prefixed cursor search to ForwardCursor types
- 16504: Add backup and restore
- 16522: Introduce resource logger to tasks, buckets and organizations
- 16656: Check engine closed before collecting index metrics
- 16412: Reject writes which use any of the reserved tag keys
- 16715: Fixed dashboard mapping for getDashboards to map correct prop
- 16716: Improve the lacking error responses for unmarshal errors in org service
- 16527: fix /telegrafs panics when using org=org_name parameter
- 16575: Swap billingURL with checkoutURL
- 16203: Move cloud navigation to top of page instead of within left side navigation
- 16536: Adjust aggregate window periods to be more "reasonable". Use duration input with validation.
- 16234: Add support for notification endpoints to influx templates/pkgs.
- 16242: Drop id prefix for secret key requirement for notification endpoints
- 16259: Add support for check resource to pkger parser
- 16262: Add support for check resource pkger dry run functionality
- 16275: Add support for check resource pkger apply functionality
- 16283: Add support for check resource pkger export functionality
- 16212: Add new kv.ForwardCursor interface
- 16297: Add support for notification rule to pkger parser
- 16298: Add support for notification rule pkger dry run functionality
- 16305: Add support for notification rule pkger apply functionality
- 16312: Add support for notification rule pkger export functionality
- 16320: Add support for tasks to pkger parser
- 16322: Add support for tasks to pkger dry run functionality
- 16323: Add support for tasks to pkger apply functionality
- 16324: Add support for tasks to pkger export functionality
- 16226: Add group() to Query Builder
- 16338: Add last run status to check and notification rules
- 16340: Add last run status to tasks
- 16341: Extend pkger apply functionality with ability to provide secrets outside of pkg
- 16345: Add hide headers flag to influx cli task find cmd
- 16336: Manual Overrides for Readiness Endpoint
- 16347: Drop legacy inmem service implementation in favor of kv service with inmem dependency
- 16348: Drop legacy bolt service implementation in favor of kv service with bolt dependency
- 16014: While creating check, also display notification rules that would match check based on tag rules
- 16389: Increase default bucket retention period to 30 days
- 16430: Added toggle to table thresholds to allow users to choose between setting threshold colors to text or background
- 16418: Add Developer Documentation
- 16260: Capture User-Agent header as query source for logging purposes
- 16469: Add support for configurable max batch size in points write handler
- 16509: Add support for applying an influx package via a public facing URL
- 16511: Add jsonnet support for influx packages
- 14782: Add view page for Check
- 16537: Add update password for CLI
- 16225: Ensures env vars are applied consistently across cmd, and fixes issue where INFLUX_ env var prefix was not set globally.
- 16235: Removed default frontend sorting when flux queries specify sorting
- 16238: Store canceled task runs in the correct bucket
- 16237: Updated Sortby functionality for table frontend sorts to sort numbers correctly
- 16249: Prevent potential infinite loop when finding tasks by organization.
- 16255: Retain user input when parsing invalid JSON during import
- 16268: Fixed test flakiness that stemmed from multiple flush/signins being called in the same test suite
- 16346: Update pkger task export to only trim out option task and not all vars provided
- 16374: Update influx CLI, only show "see help" message, instead of the whole usage.
- 16380: Fix notification tag matching rules and enable tests to verify
- 16376: Extend the y-axis when stacked graph is selected
- 16404: Fixed query reset bug that was resetting query in script editor whenever dates were changed
- 16430: Fixed table threshold bug that was defaulting set colors to the background.
- 16435: Time labels are no longer squished to the left
- 16427: Fixed underlying issue with disappearing queries made in Advanced Mode
- 16439: Prevent negative zero and allow zero to have decimal places
- 16376: Limit data loader bucket selection to non system buckets
- 16458: Fix EOF error when manually running tasks from the Task Page.
- 16491: Add missing env vals to influx cli usage and fixes precedence of flag/env var priority
- 16444: Add honeybadger reporting to create checks
- 15836: Add stacked line layer option to graphs
- 16094: Annotate log messages with trace ID, if available
- 16187: Bucket create to accept an org name flag
- 16158: Add trace ID response header to query endpoint
- 15655: Allow table columns to be draggable in table settings
- 15757: Light up the home page icon when active
- 15797: Make numeric inputs first class citizens
- 15853: Prompt users to make a dashboard when dashboards are empty
- 15884: Remove name editing from query definition during threshold check creation
- 15975: Wait until user stops dragging and releases marker before zooming in after threshold changes
- 16057: Adds
properties
to each cell on GET /dashboards/{dashboardID} - 16101: Gracefully handle invalid user-supplied JSON
- 16105: Fix crash when loading queries built using Query Builder
- 16112: Create cell view properties on dashboard creation
- 16144: Scrollbars are dapper and proper
- 16172: Fixed table ui threshold colorization issue where setting thresholds would not change table UI
- 16194: Fixed windowPeriod issue that stemmed from webpack rules
- 16175: Added delete functionality to note cells so that they can be deleted
- 16204: Fix failure to create labels when creating telegraf configs
- 16207: Fix crash when editing a Telegraf config
- 16201: Updated start/endtime functionality so that custom script timeranges overwrite dropdown selections
- 16217: Fix 12-hour time format to use consistent formatting and number of time ticks
- 15805: Add tls insecure skip verify to influx CLI.
- 15981: Extend influx cli user create to allow for organization ID and user passwords to be set on user.
- 15983: Autopopulate organization ids in the code samples
- 15749: Expose bundle analysis tools for frontend resources
- 15674: Allow users to view just the output section of a telegraf config
- 15923: Allow the users to see string data in the single stat graph type
- 15777: Fix long startup when running 'influx help'
- 15713: Mock missing Flux dependencies when creating tasks
- 15731: Ensure array cursor iterator stats accumulate all cursor stats
- 15866: Do not show Members section in Cloud environments
- 15801: Change how cloud mode is enabled
- 15820: Merge frontend development environments
- 15944: Refactor table state logic on the frontend
- 15920: Arrows in tables now show data in ascending and descening order
- 15728: Sort by retention rules now sorts by seconds
- 15628: Horizontal scrollbar no longer covering data
- 15809: Redesign cards and animations on getting started page
- 15787: Allow the users to filter with labels in telegraph input search
- 15313: Add shortcut for toggling comments in script editor
- 15650: Expose last run status and last run error in task API
- 15503: Redesign page headers to be more space efficient
- 15426: Add 403 handler that redirects back to the sign-in page on oats-generated routes.
- 15710: Add button to nginx and redis configuration sections to make interaction more clear
- 15295: Ensures users are created with an active status
- 15306: Added missing string values for CacheStatus type
- 15348: Disable saving for threshold check if no threshold selected
- 15354: Query variable selector shows variable keys, not values
- 15246: UI/Telegraf filter functionality shows results based on input name
- 13940: Create Label Overlay UI will disable the submit button and return a UI error if the name field is empty
- 15452: Log error as info message on unauthorized API call attempts
- 15504: Ensure members&owners eps 404 when /org resource does not exist
- 15510: UI/Telegraf sort functionality fixed
- 15549: UI/Task edit functionality fixed
- 15559: Exiting a configuration of a dashboard cell now properly renders the cell content
- 15556: Creating a check now displays on the checklist
- 15592: Changed task runs success status code from 200 to 201 to match Swagger documentation.
- 15634: TextAreas have the correct height
- 15647: Ensures labels are unique by organization in the kv store
- 15695: Ensures variable names are unique by organization
- 15151: Add jsonweb package for future JWT support
- 15168: Added the JMeter Template dashboard
- 15152: Add JWT support to http auth middleware
- 15211: Display dashboards index as a grid
- 15099: Add viewport scaling to html meta for responsive mobile scaling
- 15056: Remove rename and delete functionality from system buckets
- 15056: Prevent new buckets from being named with the reserved "_" prefix
- 15056: Prevent user from selecting system buckets when creating Scrapers, Telegraf configurations, read/write tokens, and when saving as a task
- 15056: Limit values from draggable threshold handles to 2 decimal places
- 15040: Redesign check builder UI to fill the screen and make more room for composing message templates
- 14990: Move Tokens tab from Settings to Load Data page
- 14990: Expose all Settings tabs in navigation menu
- 15289: Added Stream and table functions to query builder
- 14931: Remove scrollbars blocking onboarding UI step.
- 14809: Add task middleware's for checks and notifications
- 14495: optional gzip compression of the query CSV response.
- 14567: Add task types.
- 14604: When getting task runs from the API, runs will be returned in order of most recently scheduled first.
- 14631: Added Github and Apache templates
- 14631: Updated name of Local Metrics template
- 14631: Dashboards for all Telegraf config bundles now created
- 14694: Add ability to find tasks by name.
- 14901: Add ability to Peek() on reads package StreamReader types.
- 14917: Make first steps in Monitoring & Alerting more obvious
- 14889: Make adding data to buckets more discoverable
- 14709: Move Buckets, Telgrafs, and Scrapers pages into a tab called "Load Data" for ease of discovery
- 14846: Standardize formatting of "updated at" timestamp in all resource cards
- 14887: Move no buckets warning in telegraf tab above the search box
- 14480: Fix authentication when updating a task with invalid org or bucket.
- 14497: Update the documentation link for Telegraf.
- 14492: Fix to surface errors properly as task notifications on create.
- 14569: Fix limiting of get runs for task.
- 14779: Refactor tasks coordinator.
- 14846: Ensure onboarding "advanced" button goes to correct location
- 14385: Add link to Documentation text in line protocol upload overlay
- 14344: Fix issue in Authorization API, can't create auth for another user.
- 14352: Fix Influx CLI ignored user flag for auth creation.
- 14379: Fix the map example in the documentation
- 14423: Ignore null/empty Flux rows which prevents a single stat/gauge crash.
- 14434: Fixes an issue where clicking on a dashboard name caused an incorrect redirect.
- 14441: Upgrade templates lib to 0.5.0
- 14453: Upgrade giraffe lib to 0.16.1
- 14412: Fix incorrect notification type for manually running a Task
- 14356: Fix an issue where canceled tasks did not resume.
- 14256: Add time zone support to UI
- 14243: Addded new storage inspection tool to verify tsm files
- 14353: Require a token to be supplied for all task creation
- 14287: Fix incorrect reporting of task as successful when error occurs during result iteration
- 14412: Fix incorrect notification type for manually running a Task
- influxdata/flux#1492: Null support in Flux was introduced in Alhpa 14. Several null issues were fixed in this release, but one known issue remains - Users may hit a panic if the first record processed by a map function has a null value.
- 14221: Add influxd inspect verify-wal tool
- 14218: Move to Flux .34.2 - which includes new string functions and initial multi-datasource support with Sql.from()
- 14164: Only click save once to save cell
- 14188: Enable selecting more columns for line visualizations
- 14194: Draw gauges correctly on HiDPI displays
- 14194: Clamp gauge position to gauge domain
- 14168: Improve display of error messages
- 14157: Remove rendering bottleneck when streaming Flux responses
- 14165: Prevent variable dropdown from clipping
- 14130: Add static templates for system, docker, redis, kubernetes
- 14189: Add option to select a token when creating a task
- 14200: Add the ability to update a token when updating a task
- 14059: Enable formatting line graph y ticks with binary prefix
- 14052: Add x and y column pickers to graph types
- 14128: Add option to shade area below line graphs
- 14085: Fix performance regression in graph tooltips
- 14031: Correctly check if columnKeys include xColumn in heatmap
- 13945: Add heatmap visualization type
- 13961: Add scatter graph visualization type
- 13850: Add description field to Tasks
- 13924: Add CLI arguments for configuring session length and renewal
- 13961: Add smooth interpolation option to line graphs
- 13753: Removed hardcoded bucket for Getting Started with Flux dashboard
- 13783: Ensure map type variables allow for selecting values
- 13800: Generate more idiomatic Flux in query builder
- 13797: Expand tab key presses to 2 spaces in the Flux editor
- 13823: Prevent dragging of Variable Dropdowns when dragging a scrollbar inside the dropdown
- 13853: Improve single stat computation
- 13945: Fix crash when opening histogram settings with no data
- #13835: Render checkboxes in query builder tag selection lists
- #13856: Fix jumbled card text in Telegraf configuration wizard
- #13888: Change scrapers in scrapers list to be resource cards
- #13925: Export and download resource with formatted resource name with no spaces
NOTE: This will remove all tasks from your InfluxDB v2.0 instance.
- 13423: Set autorefresh of dashboard to pause if absolute time range is selected
- 13473: Switch task back end to a more modular and flexible system
- 13493: Add org profile tab with ability to edit organization name
- 13510: Add org name to dahboard page title
- 13520: Add cautioning to bucket renaming
- 13560: Add option to generate all access token in tokens tab
- 13601: Add option to generate read/write token in tokens tab
- 13715: Added a new Local Metrics Dashboard template that is created during Quick Start
- 13584: Fixed scroll clipping found in label editing flow
- 13585: Prevent overlapping text and dot in time range dropdown
- 13602: Updated link in notes cell to a more useful site
- 13618: Show error message when adding line protocol
- 13657: Update UI Flux function documentation
- 13718: Updated System template to support math with floats
- 13732: Fixed the window function documentation
- 13738: Fixed typo in the
range
Flux function example - 13742: Updated the
systemTime
function to usesystem.time
- 13424: Add general polish and empty states to Create Dashboard from Template overlay
- 13024: Add the ability to edit token's description
- 13078: Add the option to create a Dashboard from a Template.
- 13161: Add the ability to add labels on variables
- 13171: Add switch organizations dropdown to home navigation menu item.
- 13173: Add create org to side nav
- 13345: Added a new Getting Started with Flux Template
- 13284: Update shift to timeShift in the flux functions side bar
- 13287: Update cursor to grab when hovering draggable areas
- 13311: Sync note editor text and preview scrolling
- 13249: Add the ability to create a bucket when creating an organization
- 12663: Insert flux function near cursor in flux editor
- 12678: Enable the use of variables in the Data Explorer and Cell Editor Overlay
- 12655: Add a variable control bar to dashboards to select values for variables.
- 12706: Add ability to add variable to script from the side menu.
- 12791: Use time range for metaqueries in Data Explorer and Cell Editor Overlay
- 12827: Fix screen tearing bug in Raw Data View
- 12843: Add copy to clipboard button to export overlays
- 12826: Enable copying error messages to the clipboard from dashboard cells
- 12876: Add the ability to update token's status in Token list
- 12821: Allow variables to be re-ordered within control bar on a dashboard.
- 12888: Add the ability to delete a template
- 12901: Save user preference for variable control bar visibility and default to visible
- 12910: Add the ability to clone a template
- 12958: Add the ability to import a variable
- 12684: Fix mismatch in bucket row and header
- 12703: Allows user to edit note on cell
- 12764: Fix empty state styles in scrapers in org view
- 12790: Fix bucket creation error when changing rentention rules types.
- 12793: Fix task creation error when switching schedule types.
- 12805: Fix hidden horizonal scrollbars in flux raw data view
- 12827: Fix screen tearing bug in Raw Data View
- 12961: Fix scroll clipping in graph legends & dropdown menus
- 12959: Fix routing loop
- 12782: Move bucket selection in the query builder to the first card in the list
- 12850: Ensure editor is automatically focused in note editor
- 12915: Add ability to edit a template's name.
We have updated the way we do predefined dashboards to include Templates in this release which will cause existing Organizations to not have a System dashboard created when they build a new Telegraf configuration. In order to get this functionality, remove your existing data and start from scratch.
NOTE: This will remove all data from your InfluxDB v2.0 instance including timeseries data.
On most linux
systems including macOS
:
$ rm -r ~/.influxdbv2
Once completed, v2.0.0-alpha.6
can be started.
- 12496: Add ability to import a dashboard
- 12524: Add ability to import a dashboard from org view
- 12531: Add ability to export a dashboard and a task
- 12615: Add
run
subcommand to influxd binary. This is also the default when no subcommand is specified. - 12523: Add ability to save a query as a variable from the Data Explorer.
- 12532: Add System template on onboarding
- 12641: Stop scrollbars from covering text in flux editor
- 12610: Fine tune keyboard interactions for managing labels from a resource card
This release includes a breaking change to the format that TSM and index data are stored on disk.
Any existing local data will not be queryable once InfluxDB is upgraded to this release.
Prior to installing this release we recommend all storage-engine data is removed from your local InfluxDB 2.x
installation; this can be achieved without losing any of your other InfluxDB 2.x
data (settings etc).
To remove only local storage data, run the following in a terminal.
On most linux
systems:
# Replace <username> with your actual username.
$ rm -r /home/<username>/.influxdbv2/engine
On macOS
:
# Replace <username> with your actual username.
$ rm -r /Users/<username>/.influxdbv2/engine
Once completed, v2.0.0-alpha.5
can be started.
- 12096: Add labels to cloned tasks
- 12111: Add ability to filter resources by clicking a label
- 12401: Add ability to add a member to org
- 12391: Improve representation of TSM tagsets on disk
- 12437: Add ability to remove a member from org
- 12302: Prevent clipping of code snippets in Firefox
- 12379: Prevent clipping of cell edit menus in dashboards
- 12302: Make code snippet copy functionality easier to use
- 12304: Always show live preview in Note Cell editor
- 12317: Redesign Create Scraper workflow
- 12317: Show warning in Telegrafs and Scrapers lists when user has no buckets
- 12384: Streamline label addition, removal, and creation from the dashboards list
- 12464: Improve label color selection
- 11954: Add the ability to run a task manually from tasks page
- 11990: Add the ability to select a custom time range in explorer and dashboard
- 12009: Display the version information on the login page
- 12011: Add the ability to update a Variable's name and query.
- 12026: Add labels to cloned dashboard
- 12018: Add ability filter resources by label name
- 11973: Add ability to create or add labels to a resource from labels editor
- 11997: Update the bucket retention policy to update the time in seconds
- 12016: Update the preview in the label overlays to be shorter
- 12012: Add notifications to scrapers page for created/deleted/updated scrapers
- 12023: Add notifications to buckets page for created/deleted/updated buckets
- 12072: Update the admin page to display error for password length
- 11809: Add the ability to name a scraper target
- 11821: Display scraper name as the first and only updatable column in scrapers list
- 11804: Add the ability to view runs for a task
- 11824: Display last completed run for tasks list
- 11836: Add the ability to view the logs for a specific task run
- 11819: Update the inline edit for resource names to guard for empty strings
- 11852: Prevent a new template dashboard from being created on every telegraf config update
- 11848: Fix overlapping buttons in the telegrafs verify data step
- 11764: Move the download telegraf config button to view config overlay
- 11879: Combine permissions for user by type
- 11938: Add ordering to UI list items
- 11677: Add instructions button to view
$INFLUX_TOKEN
setup for telegraf configs - 11693: Save the $INFLUX_TOKEN environmental variable in telegraf configs
- 11700: Update Tasks tab on Org page to look like Tasks Page
- 11740: Add view button to view the telegraf config toml
- 11522: Add plugin information step to allow for config naming and configure one plugin at a time
- 11758: Update Dashboards tab on Org page to look like Dashboards Page
- 11810: Add tab for template variables under organizations page
- 11678: Update the System Telegraf Plugin bundle to include the swap plugin
- 11722: Revert behavior allowing users to create authorizations on behalf of another user
- 11683: Change the wording for the plugin config form button to Done
- 11689: Change the wording for the Collectors configure step button to Create and Verify
- 11697: Standardize page loading spinner styles
- 11711: Show checkbox on Save As button in data explorer
- 11705: Make collectors plugins side bar visible in only the configure step
- 11745: Swap retention policies on Create bucket page
This is the initial alpha release of InfluxDB 2.0.