Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Options

ricoberger edited this page Apr 21, 2020 · 1 revision

Options

explore     Explore the data in your datasource.
help        Help about any command
version     Print version information for dash.

Global Flags

    --config.dir string        Location of the datasources and dashboards folder. (default "~/.dash")
    --config.interval string   Interval to retrieve data for. (default "1h")
    --config.refresh string    Time between refreshs of the dashboard. (default "5m")
    --debug                    Log debug information.
-h, --help                     help for dash

The --config.interval flag supports the following values: 5m, 15m, 30m, 1h, 3h, 6h, 12h, 24h, 2d, 7d, 30d.

The --config.refresh flag supports the following values: 5s, 10s, 30s, 1m, 5m, 15m, 30m, 1h, 2h, 1d.

Explore Flags

-h, --help           help for explore
    --query string   Query which should be executed.
Clone this wiki locally