Skip to main content

An adept Python CLI utility designed for querying Elasticsearch and exporting result as a CSV file.

Project description

EsXport

codecov

An adept Python CLI utility designed for querying Elasticsearch and exporting result as a CSV file.

Requirements

  1. This tool should be used with Elasticsearch 8.x version.
  2. You also need >= Python 3.8.x.

Installation

From source:

pip install git+https://github.com/nikhilbadyal/esxport.git

Usage

esxport --help

Arguments

Options:
  -q, --query JSON                Query string in Query DSL syntax.
                                  [required]
  -o, --output-file PATH          CSV file location.  [required]
  -i, --index-prefixes TEXT       Index name prefix(es).  [required]
  -u, --url URL                   Elasticsearch host URL.  [default:
                                  https://localhost:9200]
  -U, --user TEXT                 Elasticsearch basic authentication user.
                                  [default: elastic]
  -p, --password TEXT             Elasticsearch basic authentication password.
                                  [required]
  -f, --fields TEXT               List of _source fields to present be in
                                  output.  [default: _all]
  -S, --sort ELASTIC SORT         List of fields to sort on in form
                                  <field>:<direction>
  -d, --delimiter TEXT            Delimiter to use in CSV file.  [default: ,]
  -m, --max-results INTEGER       Maximum number of results to return.
                                  [default: 10]
  -s, --scroll-size INTEGER       Scroll size for each batch of results.
                                  [default: 100]
  -e, --meta-fields [_id|_index|_score]
                                  Add meta-fields in output.
  --verify-certs                  Verify SSL certificates.
  --ca-certs PATH                 Location of CA bundle.
  --client-cert PATH              Location of Client Auth cert.
  --client-key PATH               Location of Client Cert Key.
  -v, --version                   Show version and exit.
  --debug                         Debug mode on.
  --help                          Show this message and exit.

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

esxport-8.15.0.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

esxport-8.15.0-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file esxport-8.15.0.tar.gz.

File metadata

  • Download URL: esxport-8.15.0.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for esxport-8.15.0.tar.gz
Algorithm Hash digest
SHA256 a4208856d099edd07be3a1492883b3770dd4c60040e60cda3814482d715f7b60
MD5 a651fe9e2c8dd36ba5caf5792f01e7b8
BLAKE2b-256 268dee50af7c92fd7828ddaff229d3678716d843cab3c4d8d96d07daca7af070

See more details on using hashes here.

File details

Details for the file esxport-8.15.0-py3-none-any.whl.

File metadata

  • Download URL: esxport-8.15.0-py3-none-any.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for esxport-8.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e76451779e1ccb220c15a39833773bf349d60196c003bef2d52b46dc02fef825
MD5 f4b9792aea7a525a43834c116353d704
BLAKE2b-256 3b598be1f23d2663b92e6819c261e538836c584495da4b1db077113287d25d83

See more details on using hashes here.

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