Update README.md

This commit is contained in:
Blerim Sheqa 2017-03-15 14:42:52 +01:00
parent 33f2db15fd
commit 6bc7576d9e
1 changed files with 10 additions and 3 deletions

View File

@ -143,7 +143,7 @@ On Linux systems, use one of the following commands to start Icingabeat:
## Dashboards
We have dashboards prepared that you can use when getting started with
Icingabeat. Download the dashboards from the.
Icingabeat. Download the dashboards from the
[latest release](https://github.com/Icinga/icingabeat/releases/latest) page
The tool to import dashboards is already included in the Icingabeat package.
@ -264,8 +264,8 @@ export PACKAGES=icingabeat/deb
make package
```
### Dashboards
To be able to export dashboards and all its dependencies (visualizations and
#### Dashboards
To be able to export dashboards with all their dependencies (visualizations and
searches) you have to name the dashboard with a `icingabeat-` prefix.
Export dashboards:
@ -273,3 +273,10 @@ Export dashboards:
export ES_URL=http://127.0.0.1:9200
make export-dashboards
```
After exporting, dashboards can be packaged:
```shell
export SNAPSHOT=false
make package-dashboards
```