influxdb v2.0.0-alpha.6 Release Notes

Release Date: 2019-03-15 // about 5 years ago
  • ๐Ÿš€ Release Notes

    ๐Ÿš€ 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.

    ๐Ÿ”‹ Features

    1. 12496: Add ability to import a dashboard
    2. 12524: Add ability to import a dashboard from org view
    3. 12531: Add ability to export a dashboard and a task 0๏ธโƒฃ 1. 12615: Add run subcommand to influxd binary. This is also the default when no subcommand is specified.
    4. 12523: Add ability to save a query as a variable from the Data Explorer.
    5. 12532: Add System template on onboarding

    ๐Ÿ› Bug Fixes

    1. 12641: Stop scrollbars from covering text in flux editor

    ๐Ÿ’ป UI Improvements

    1. 12610: Fine tune keyboard interactions for managing labels from a resource card