Thanks to visit codestin.com
Credit goes to github.com

Skip to content

supergunme/kibana-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kibana-io

Python script to Export/Import Kibana dashboards/visualization/searches/index-patterns

Dependencies:

pip install requests

Usage:

python kibana_io.py export --url http://localhost:9200 --dir ./dump
python kibana_io.py import --dir ./dump --url http://localhost:9200

required arguments:

export - dump kibana resources
import - upload dump to elasticsearch

optional arguments:

  -h, --help       show this help message and exit
  --url URL        Elasticsearch URL. E.g. http://localhost:9200.
  --dir DIR        Output/Input directory

About

Python script to Export/Import Kibana dashboards/visualization/searches/index-patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%