Elasticsearch ingest pipeline validation
Project description
estceque (ElasticSearch Transform Conversion (and) Encapsulation QUEry) is a Python module for parsing and rendering Elasticsearch ingest pipelines.
As described in Validating ingest pipelines, you can validate Elasticsearch ingest pipelines using estceque with the following snippet:
from estceque import validate_ingest_pipeline_processors
raw_pipeline = {
"name": "hello",
"processors": [
{"json": {"field": "message"}},
],
}
print(validate_ingest_pipeline_processors(raw_pipeline))
The project is present at the following locations:
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file estceque-1.0.tar.gz.
File metadata
- Download URL: estceque-1.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03a89223a6cb2009bb6acbac05750ddcfb728c93441dad422b9347f4edbfaf18
|
|
| MD5 |
3f812645c9e7bcd9dffe40feb8e949b9
|
|
| BLAKE2b-256 |
45c663f3ca1c19a2063b5b6c55a083189bc998485bc7eb9cf5fab7e2b8a1e7db
|
File details
Details for the file estceque-1.0-py3-none-any.whl.
File metadata
- Download URL: estceque-1.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09e865a6997f8cf345f92a9f7989dcd719bf8e1b4f901c81bc3441de6a3bdc4c
|
|
| MD5 |
2d504981c14c83417c409bc403a4c662
|
|
| BLAKE2b-256 |
65c390fd4ca6611d2f76b94cc7fc75599ab4a7a6788670b420ef36accfc66349
|