Python script to create Elasticsearch users and Kibana spaces
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This script is designed to create Elasticsearch users and Kibana spaces. The script is written in Python 3.11 and uses the Elasticsearch and Kibana APIs. The script, thanks to the possibility of loading CSV files, helps to shorten the process of adding users and spaces to a total minimum
To get a local copy up and running follow these simple steps.
- Python 3.11
- pip
- Url to your Elasticsearch and Kibana instance and Elastic admin username and password
-
Clone the repo
-
git clone https://github.com/SoSaymon/elastic-create-users-and-spaces.git
-
- Setup Virtual Environment
-
Install Python packages
pip install -r requirements.txt
- Rename file
.env_template
to.env
- Fill in the variables in the
.env
file
Distributed under the MIT License. See `LICENSE` for more information.
If you have any questions about the project, feel free to contact me at [email protected].
You can find my other projects at My GitHub account.
Project Link: https://github.com/SoSaymon/elastic-create-users-and-spaces/
Author: Szymon Chirowski
Documentation: https://sosaymon.github.io/elastic-create-users-and-spaces/