-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite import_dashboards.sh script in go (#2155)
* Generate Kibana index pattern from etc/kibana/fields.yml The format of each field can be specified in fields.yml using the `format` option. Generate Kibana index pattern for all the elastic beats by running `make update` * Re-write the import script in golang, to have one script for windows and unix systems instead of two scripts (bash +powershell). The script imports the dashboards together with visualizations, searches and index pattern for a Beat in Elasticsearch. The script is added to the Beat package. * fix makefile * address comments
- Loading branch information
1 parent
3ac6b8d
commit 5a5c5a5
Showing
7 changed files
with
589 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.