Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch-kibana-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-kibana-cli

CLI interface to query Elasticsearch backend via the Kibana frontend.

  • 0.6.1
  • PyPI
  • Socket score

Maintainers
1

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

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

Documentation

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

Usage

  • search - Execute the named search configuration.
  • summary - Summary report for search result datafile; use "-" to pipe stdin.
  • show - Show the named eskbcli search configuration.
  • list - List the available eskbcli search names.

Config files

Refer to the worked example config files with descriptions and details.

Project


Copyright © 2021 Nicholas de Jong

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc