https://github.com/nh2/kibana-importer
Imports a Kibana export.json file into Kibana
https://github.com/nh2/kibana-importer
Last synced: 26 days ago
JSON representation
Imports a Kibana export.json file into Kibana
- Host: GitHub
- URL: https://github.com/nh2/kibana-importer
- Owner: nh2
- License: mit
- Created: 2017-12-05T17:33:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T09:25:28.000Z (over 6 years ago)
- Last Synced: 2025-04-09T04:12:55.716Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kibana-importer
Imports a Kibana export.json file into Kibana## Usage
```
./kibana-importer.py --json export.json --kibana-url http://localhost:5601
```To obtain `export.json` from your Kibana, use the _Export Everything_ button from _Settings -> Saved Objects_.