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.0.tar.gz
(19.9 kB
view details)
Built Distribution
kidash-0.5.0-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file kidash-0.5.0.tar.gz
.
File metadata
- Download URL: kidash-0.5.0.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d86c9422590b311663763ee0d4e2668788e3b5a20384aacdf1a00543771f4dc |
|
MD5 | 8cf296aef1703a9cff3893ae32d0dba6 |
|
BLAKE2b-256 | 4a2c766055e5c22f414699247ffd2558d07fb8779d2528950aac24f0ff69fc97 |
File details
Details for the file kidash-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: kidash-0.5.0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c732b2ea4743baf154aac99221a818661f46c2496bd7d7140782ff495efa256 |
|
MD5 | 69a8e470fcd1621d2778d4a16fa3c6cc |
|
BLAKE2b-256 | 3f26ad8a36a6312cb0903cf12a81e8fabd54effce865bb91d498793b7c1c2657 |