An adept Python CLI utility designed for querying Elasticsearch and exporting result as a CSV file.
Project description
EsXport
An adept Python CLI utility designed for querying Elasticsearch and exporting result as a CSV file.
Requirements
- This tool should be used with Elasticsearch 8.x version.
- You also need
Python 3.11.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.9.0.tar.gz
(18.5 kB
view details)
Built Distribution
esxport-8.9.0-py3-none-any.whl
(16.3 kB
view details)
File details
Details for the file esxport-8.9.0.tar.gz
.
File metadata
- Download URL: esxport-8.9.0.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0d4a672530dac6bb6b1d28a1dd4ed13914001f228077ee57839257f4d2fa12a |
|
MD5 | b09362d0b6c4ea2eb1f74f03f75d342a |
|
BLAKE2b-256 | 52172661d7c7aad508527b704db5b3735b7fcba7867f29b20706fe0df2272f05 |
File details
Details for the file esxport-8.9.0-py3-none-any.whl
.
File metadata
- Download URL: esxport-8.9.0-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e16cab5ba54fe3a6826e44431788fd8d6d860ce40b4fd8add7910486eb6eafcc |
|
MD5 | 82b3bff3d6ee6c65dba22776f3f08eb0 |
|
BLAKE2b-256 | 5d735665251b6b01d84f1c48b94c63e1e18ee5abfeb99c524d100a3ae7b7083b |