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.1rc5.tar.gz
(19.9 kB
view details)
Built Distribution
kidash-0.5.1rc5-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file kidash-0.5.1rc5.tar.gz
.
File metadata
- Download URL: kidash-0.5.1rc5.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.6 Linux/5.15.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8089a863f823e1e8fcb8ceb3b666d090e72e6caa8883e3cbefac3c7bc20c842c |
|
MD5 | 3dbf4f8f456707968aaba2a3e68c52c6 |
|
BLAKE2b-256 | a7d7beb9be683aa832aa270480b475099975b566dce0d52b66b09caf6a9dd73c |
File details
Details for the file kidash-0.5.1rc5-py3-none-any.whl
.
File metadata
- Download URL: kidash-0.5.1rc5-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.6 Linux/5.15.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12379bb60dc72e96a4de6d77d865d3bd64d390c1f16da13f4727f0766b3e9074 |
|
MD5 | 13c65e7ffd9059d25bafecc4e27e1958 |
|
BLAKE2b-256 | d871c07fdced938695f27061625cee3ccce14e66df9302583811c721c655ac07 |