Skip to main content

CLI interface to query Elasticsearch backend via the Kibana frontend.

Project description

Elasticsearch Kibana CLI (eskbcli)

PyPi Python Versions Build Status Read the Docs License

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 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 arrangements.

Documentation available https://elasticsearch-kibana-cli.readthedocs.io

Installation

user@computer:~$ pip install elasticsearch-kibana-cli

Usage

Usage: eskbcli [OPTIONS] COMMAND [ARGS]...

Options:
  -c, --config TEXT  Config file location; overrides ESKBCLI_CONFIG_FILENAME
                     environment var and the default ~/.eskbcli value.

  -v, --verbose      Verbose logging messages (debug level).
  -q, --quiet        Quiet mode, takes priority over --verbose
  --version          Show the version and exit.
  --help             Show this message and exit.

Commands:
  list    List the available eskbcli search names.
  search  Execute the named search configuration.
  show    Show the named eskbcli search configuration.

Config files

Refer to the config file documentation and worked examples with description details.

Project


Copyright © 2021 Nicholas de Jong

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elasticsearch_kibana_cli-0.3.7.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

elasticsearch_kibana_cli-0.3.7-py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page