-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
13 lines (8 loc) · 884 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
This code is designed to make it easy to migrate spaces and associated objects such as visualizations and dashboards from one Kibana instance to another. For example, if migrating from an on-premises Elasticsearch and Kibana installation to an Elastic Cloud service, you may find these scripts to be helpful.
For a more detailed overview of why you may need these scripts see: https://alexmarquardt.com/2024/05/03/automating-the-import-and-export-of-kibana-saved-objects/
To set up this project, please follow these steps:
1. If you don't already have Python, install Python 3 from [https://python.org/](https://python.org/)
2. Download and unzip the project files.
3. Open a command line or terminal in the project directory.
4. Install the required Python libraries with: `pip install -r requirements.txt`
5. Run the script with either 'export_kibana.py' or 'import_kibana.py'