GrimoireLab script to manage Kibana dashboards from the command line
Project description
Kidash
Kidash is a tool for managing Kibana-related dashboards from the command line. The standard GrimoireLab dashboards are available in the Sigils repository.
Installation
You can set up a virtual environment where Kidash will be installed
python3 -m venv foo
source bin foo/bin/activate
- Using PyPi
pip3 install kidash
- From Source code
git clone https://github.com/chaoss/grimoirelab-kidash
cd grimoirelab-kidash
python3 setup.py install
Usage
- Get a list of all options with:
$ kidash --help
- Import a dashboard:
kidash -g -e <elasticsearch-url>:<port> --import <local-file-path>
example: kidash -g -e https://admin:admin@localhost:9200 --import ./overview.json
- Export a dashboard:
kidash -g -e <elasticsearch-url> --dashboard <dashboard-id>* --export <local-file-path> --split-index-pattern
example: kidash -g -e https://admin:admin@localhost:9200 --dashboard overview --export overview.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kidash-0.5.1rc1.tar.gz
(19.8 kB
view details)
Built Distribution
kidash-0.5.1rc1-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file kidash-0.5.1rc1.tar.gz
.
File metadata
- Download URL: kidash-0.5.1rc1.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3ae0d2b7490f7501a6e03914680fa2d35aaa52e7de87527d86c02103c1280dd |
|
MD5 | 5a1b29c21b875cf7d9952cfe340398d3 |
|
BLAKE2b-256 | 9d5bdbc48f69b07c67cdfd5adcb6a279c9bb09c6e090dbacac5ccbec41b8010a |
File details
Details for the file kidash-0.5.1rc1-py3-none-any.whl
.
File metadata
- Download URL: kidash-0.5.1rc1-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ed15f925c8bf33d1347892e20eea2d34de838e7b2794e2fc43215de6a501276 |
|
MD5 | 0a14dae2d5d1b098a7c3c07d00e1f273 |
|
BLAKE2b-256 | 7363bd202132cbba9bce0defe6978ed9da498e7dacd6360614027ce4a14e6def |