https://github.com/ndejong/elasticsearch_kibana_cli
ElasticSearch Kibana CLI (eskbcli) provides a shell interface to query an ElasticSearch backend via the Kibana frontend which is useful in situations where the ElasticSearch backend is not otherwise accessible.
https://github.com/ndejong/elasticsearch_kibana_cli
elasticsearch elasticsearch-client kibana
Last synced: 11 months ago
JSON representation
ElasticSearch Kibana CLI (eskbcli) provides a shell interface to query an ElasticSearch backend via the Kibana frontend which is useful in situations where the ElasticSearch backend is not otherwise accessible.
- Host: GitHub
- URL: https://github.com/ndejong/elasticsearch_kibana_cli
- Owner: ndejong
- License: bsd-2-clause
- Created: 2019-09-21T09:41:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T08:45:37.000Z (over 2 years ago)
- Last Synced: 2024-11-21T11:39:52.489Z (over 1 year ago)
- Topics: elasticsearch, elasticsearch-client, kibana
- Language: Python
- Homepage: https://elasticsearch-kibana-cli.readthedocs.io/en/latest/
- Size: 125 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Elasticsearch Kibana CLI (eskbcli)
[](https://pypi.python.org/pypi/elasticsearch-kibana-cli/)
[](https://github.com/ndejong/elasticsearch_kibana_cli/)
[](https://elasticsearch-kibana-cli.readthedocs.io)

!!! danger
ElasticSearch Kibana CLI relies on the availability of a
`/elasticsearch/_msearch` API endpoint exposed through Kibana.
Recent versions (v8.??) of Kibana appear to have removed this API
endpoint rendering this utility no longer functional.
C'est la vie, `eskbcli` has served well but no longer.
ElasticSearch Kibana CLI (`eskbcli`) provides a shell interface to query
an ElasticSearch backend via the Kibana frontend which is useful in
situations where the ElasticSearch backend is not otherwise accessible.
ElasticSearch Kibana CLI makes it possible to copy-paste query expressions
directly from the Kibana user-interface and then easily access very large
sets of result data. This makes the `eskbcli` useful in SecOps situations
where the ability to rapidly move from a Kibana query to raw data is
valued.
Configuration options are available to adjust http-headers so-as-to enable
access to Kibana in situations that require complex user-authentication
such as when Kibana exists behind an OAuth reverse proxy or other session-
based authentication arrangement.
## Install / Upgrade
```shell
user@computer:~$ pip install [--upgrade] elasticsearch-kibana-cli
```
## Documentation
Documentation is available at [elasticsearch-kibana-cli.readthedocs.io](https://elasticsearch-kibana-cli.readthedocs.io)
### Usage
* [Search](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/search) - Execute the named search configuration.
* [Summary](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/summary) - Summary report for search result datafile; use "-" to pipe stdin.
* [Show](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/show) - Show the named eskbcli search configuration.
* [List](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/list) - List the available eskbcli search names.
### Config Files
Refer to the worked example [config files](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/config/)
with descriptions and details.
## Project
* Github - [github.com/ndejong/elasticsearch_kibana_cli](https://github.com/ndejong/elasticsearch_kibana_cli)
* PyPI - [pypi.python.org/pypi/elasticsearch-kibana-cli](https://pypi.python.org/pypi/elasticsearch-kibana-cli/)
* ReadTheDocs - [elasticsearch-kibana-cli.readthedocs.io](https://elasticsearch-kibana-cli.readthedocs.io)
---
Copyright © 2021-2023 [Nicholas de Jong](https://wwww.nicholasdejong.com)