Imports Kibana visualizations, searches, and dashboards to be used by others or migrated.
- Clone this repo in your ES environment
- Make sure relevant dashboard, visualizations, searches are exported and location is noted
- Customize elk.cnf folder for location of exports (file name and location) if you choose to pull from here
- run - python import_objects.py - No parameters means it will just pull from the config file
You can also specify parameters in the command.
python import_objects.py -u http://localhost:9200/.kibana/ -s json/search.json -d json/dashboard.json -v json/visual.json
You should then see that it imports all of the objects specified. This was written to be a part of a bigger script. But can still be used and customized as needed.
More to add. Still WIP