Documentation

Create Chronograf dashboards

Chronograf offers a complete dashboard solution for visualizing your data and monitoring your infrastructure:

  • View pre-created dashboards from the Host List page. Dashboards are available depending on which Telegraf input plugins you have enabled. These pre-created dashboards cannot be cloned or edited.
  • Create custom dashboards from scratch by building queries in the Data Explorer, as described below.
  • Export a dashboard you create.
  • Import a dashboard:

By the end of this guide, you’ll be aware of the tools available to you for creating dashboards similar to this example:

Chronograf dashboard

Requirements

To perform the tasks in this guide, you must have a working Chronograf instance that is connected to an InfluxDB source. Data is accessed using the Telegraf system input plugins. For more information, see Configuring Chronograf.

Build a dashboard

  1. Create a new dashboard

    Click Dashboards in the navigation bar and then click the Create Dashboard button. A new dashboard is created and ready to begin adding cells.

  2. Name your dashboard

    Click Name This Dashboard and type a new name. For example, “ChronoDash”.

  3. Enter cell editor mode

    In the first cell, titled “Untitled Cell”, click Add Data to open the cell editor mode.

    Add data to a Chronograf cell
  4. Create your query

    Click the Add a Query button to create an InfluxQL query. In query editor mode, use the builder to select from your existing data and allow Chronograf to format the query for you. Alternatively, manually enter and edit a query. Chronograf allows you to move seamlessly between using the builder and manually editing the query; when possible, the interface automatically populates the builder with the information from your raw query.

    For our example, the query builder is used to generate a query that shows the average idle CPU usage grouped by host (in this case, there are three hosts). By default, Chronograf applies the MEAN() function to the data, groups averages into auto-generated time intervals (:interval:), and shows data for the past hour (:dashboardTime:). Those defaults are configurable using the query builder or by manually editing the query.

    In addition, the time range (:dashboardTime: and :upperDashboardTime:) are configurable on the dashboard.

    Build your query

  5. Choose your visualization type

    Chronograf supports many different visualization types. To choose a visualization type, click Visualization and select Step-Plot Graph.

    Visualization type

  6. Save your cell

    Click Save (the green checkmark icon) to save your cell.

    Note: If you navigate away from this page without clicking Save, your work will not be saved.

Configure your dashboard

Customize cells

  • You can change the name of the cell from “Untitled Cell” by returning to the cell editor mode, clicking on the name, and renaming it. Remember to save your changes.
  • Move your cell around by clicking its top bar and dragging it around the page
  • Resize your cell by clicking and dragging its bottom right corner

Explore cell data

  • Zoom in on your cell by clicking and dragging your mouse over the area of interest
  • Pan over your cell data by pressing the shift key and clicking and dragging your mouse over the graph
  • Reset your cell by double-clicking your mouse in the cell window

Note: These tips only apply to the line, stacked, step-plot, and line+stat visualization types.

Configure dashboard-wide settings

  • Change the dashboard’s selected time at the top of the page - the default time is Local, which uses your browser’s local time. Select UTC to use Coordinated Universal Time.

    Note: If your organization spans multiple time zones, we recommend using UTC (Coordinated Universal Time) to ensure that everyone sees metrics and events for the same time.

  • Change the dashboard’s auto-refresh interval at the top of the page - the default interval selected is Every 10 seconds.

    Note: A dashboard’s refresh rate persists in local storage, so the default refresh rate is only used when a refresh rate isn’t found in local storage.

    To add custom auto-refresh intervals, use the --custom-auto-refresh configuration option or $CUSTOM_AUTO_REFRESH environment variable when starting Chronograf.

  • Modify the dashboard’s time range at the top of the page - the default range is Past 15 minutes.

Dashboard templates

Select from a variety of dashboard templates to import and customize based on which Telegraf plugins you have enabled, such as the following examples:

Kubernetes dashboard template
Kubernetes Chronograf dashboard template
MySQL dashboard template
MySQL Chronograf dashboard template
System metrics dashboard template
System metrics Chronograf dashboard template
vSphere dashboard template
vSphere Chronograf dashboard template

Import dashboard templates

  1. From the Configuration page, click Add Connection or select an existing connection to edit it.

  2. In the InfluxDB Connection window, enter or verify your connection details and click Add or Update Connection.

  3. In the Dashboards window, select from the available dashboard templates to import based on which Telegraf plugins you have enabled.

    Select dashboard template
  4. Click Create (x) Dashboards.

  5. Edit, clone, or configure the dashboards as needed.

Extra Tips

Full screen mode

View your dashboard in full screen mode by clicking on the full screen icon () in the top right corner of your dashboard. To exit full screen mode, press the Esc key.

Template variables

Dashboards support template variables. See the Dashboard Template Variables guide for more information.


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Flux is going into maintenance mode and will not be supported in InfluxDB 3.0. This was a decision based on the broad demand for SQL and the continued growth and adoption of InfluxQL. We are continuing to support Flux for users in 1.x and 2.x so you can continue using it with no changes to your code. If you are interested in transitioning to InfluxDB 3.0 and want to future-proof your code, we suggest using InfluxQL.

For information about the future of Flux, see the following: