{"id":23165913,"url":"https://github.com/ndejong/elasticsearch_kibana_cli","last_synced_at":"2025-08-18T05:31:55.759Z","repository":{"id":47170682,"uuid":"209959750","full_name":"ndejong/elasticsearch_kibana_cli","owner":"ndejong","description":"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.","archived":false,"fork":false,"pushed_at":"2023-10-08T08:45:37.000Z","size":128,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-21T11:39:52.489Z","etag":null,"topics":["elasticsearch","elasticsearch-client","kibana"],"latest_commit_sha":null,"homepage":"https://elasticsearch-kibana-cli.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ndejong.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-21T09:41:51.000Z","updated_at":"2023-10-22T05:58:54.000Z","dependencies_parsed_at":"2022-09-19T06:50:43.764Z","dependency_job_id":null,"html_url":"https://github.com/ndejong/elasticsearch_kibana_cli","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Felasticsearch_kibana_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Felasticsearch_kibana_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Felasticsearch_kibana_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndejong%2Felasticsearch_kibana_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndejong","download_url":"https://codeload.github.com/ndejong/elasticsearch_kibana_cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230204028,"owners_count":18189710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","elasticsearch-client","kibana"],"created_at":"2024-12-18T01:29:56.552Z","updated_at":"2024-12-18T01:29:57.079Z","avatar_url":"https://github.com/ndejong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elasticsearch Kibana CLI (eskbcli)\n[![PyPi](https://img.shields.io/pypi/v/elasticsearch-kibana-cli.svg)](https://pypi.python.org/pypi/elasticsearch-kibana-cli/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/elasticsearch-kibana-cli.svg)](https://github.com/ndejong/elasticsearch_kibana_cli/)\n[![Read the Docs](https://img.shields.io/readthedocs/elasticsearch-kibana-cli)](https://elasticsearch-kibana-cli.readthedocs.io)\n![License](https://img.shields.io/github/license/ndejong/elasticsearch_kibana_cli.svg)\n\n!!! danger\n    ElasticSearch Kibana CLI relies on the availability of a\n    `/elasticsearch/_msearch` API endpoint exposed through Kibana.\n    Recent versions (v8.??) of Kibana appear to have removed this API \n    endpoint rendering this utility no longer functional.\n    C'est la vie, `eskbcli` has served well but no longer.\n\nElasticSearch Kibana CLI (`eskbcli`) provides a shell interface to query\nan ElasticSearch backend via the Kibana frontend which is useful in\nsituations where the ElasticSearch backend is not otherwise accessible.\n\nElasticSearch Kibana CLI makes it possible to copy-paste query expressions\ndirectly from the Kibana user-interface and then easily access very large\nsets of result data.  This makes the `eskbcli` useful in SecOps situations\nwhere the ability to rapidly move from a Kibana query to raw data is\nvalued.\n\nConfiguration options are available to adjust http-headers so-as-to enable\naccess to Kibana in situations that require complex user-authentication\nsuch as when Kibana exists behind an OAuth reverse proxy or other session-\nbased authentication arrangement.\n\n## Install / Upgrade\n```shell\nuser@computer:~$ pip install [--upgrade] elasticsearch-kibana-cli\n```\n\n\n## Documentation\nDocumentation is available at [elasticsearch-kibana-cli.readthedocs.io](https://elasticsearch-kibana-cli.readthedocs.io)\n\n### Usage\n* [Search](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/search) - Execute the named search configuration.\n* [Summary](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/summary) - Summary report for search result datafile; use \"-\" to pipe stdin.\n* [Show](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/show) - Show the named eskbcli search configuration.\n* [List](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/usage/list) - List the available eskbcli search names.\n\n### Config Files\nRefer to the worked example [config files](https://elasticsearch-kibana-cli.readthedocs.io/en/latest/config/) \nwith descriptions and details.\n\n## Project\n* Github - [github.com/ndejong/elasticsearch_kibana_cli](https://github.com/ndejong/elasticsearch_kibana_cli)\n* PyPI - [pypi.python.org/pypi/elasticsearch-kibana-cli](https://pypi.python.org/pypi/elasticsearch-kibana-cli/)\n* ReadTheDocs - [elasticsearch-kibana-cli.readthedocs.io](https://elasticsearch-kibana-cli.readthedocs.io)\n\n---\nCopyright \u0026copy; 2021-2023 [Nicholas de Jong](https://wwww.nicholasdejong.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndejong%2Felasticsearch_kibana_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndejong%2Felasticsearch_kibana_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndejong%2Felasticsearch_kibana_cli/lists"}