Skip to content

osic/kibana_import_object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibana Objects Import

Imports Kibana visualizations, searches, and dashboards to be used by others or migrated.

  1. Clone this repo in your ES environment
  2. Make sure relevant dashboard, visualizations, searches are exported and location is noted
  3. Customize elk.cnf folder for location of exports (file name and location) if you choose to pull from here
  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages