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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
estceque-0.3.tar.gz
(11.2 kB
view details)
Built Distribution
estceque-0.3-py3-none-any.whl
(13.5 kB
view details)
File details
Details for the file estceque-0.3.tar.gz
.
File metadata
- Download URL: estceque-0.3.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b024623e31ee64b33031fba2f43f49dae0d858e62cd618722aa4c99ed109b91 |
|
MD5 | 730533794b2cf80ce3634ebb110b0403 |
|
BLAKE2b-256 | 9537cd883a7607c52ef6ee6a9a25c10e2c547a002d00fe60bf60e081acf1b290 |
File details
Details for the file estceque-0.3-py3-none-any.whl
.
File metadata
- Download URL: estceque-0.3-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6c1d75316a5d77dd0ab1416ed142b199ca61c117e1f865e3a6ed3d615dd1bd7 |
|
MD5 | a4d286fe2d97b4226cadf1a67632e87c |
|
BLAKE2b-256 | 0a88cf96e72b53b209e39ac1d9749e9e4fb05131a55d9cd7878919d353006e3c |