elasticsearch/docs/reference/ingest/processors
Martijn van Groningen 2b2935fd52
Add pipeline name to ingest metadata (#50467)
This commit adds the name of the current pipeline to ingest metadata.
This pipeline name is accessible under the following key: '_ingest.pipeline'.

Example usage in pipeline:
PUT /_ingest/pipeline/2
{
    "processors": [
        {
            "set": {
                "field": "pipeline_name",
                "value": "{{_ingest.pipeline}}"
            }
        }
    ]
}

Closes #42106
2020-01-15 16:17:05 +01:00
..
append.asciidoc
bytes.asciidoc
circle.asciidoc Geo: Switch generated GeoJson type names to camel case (#50285) (#50400) 2019-12-20 04:47:42 -10:00
common-options.asciidoc
convert.asciidoc
csv.asciidoc CSV ingest processor (#49509) 2019-12-11 14:52:04 +01:00
date-index-name.asciidoc Remove type field from DocWriteRequest and associated Response objects (#47671) 2019-10-11 10:23:55 +01:00
date.asciidoc
dissect.asciidoc
dot-expand.asciidoc
drop.asciidoc
enrich.asciidoc [DOCS] Explicitly document enrich `target_field` includes `match_field` (#49407) 2019-12-02 09:12:21 -05:00
fail.asciidoc
foreach.asciidoc
geoip.asciidoc Allow list of IPs in geoip ingest processor (#49573) 2019-12-06 21:57:06 +01:00
grok.asciidoc Docs: Fix & test more grok processor documentation (#49447) 2019-12-03 11:47:27 +01:00
gsub.asciidoc
html_strip.asciidoc Add HTML strip processor (#41888) 2019-05-09 12:59:45 +02:00
inference.asciidoc [DOCS] Adds inference processor documentation (#50204) 2019-12-19 12:19:44 +01:00
join.asciidoc
json.asciidoc
kv.asciidoc
lowercase.asciidoc
pipeline.asciidoc Add pipeline name to ingest metadata (#50467) 2020-01-15 16:17:05 +01:00
remove.asciidoc
rename.asciidoc
script.asciidoc Remove type field from DocWriteRequest and associated Response objects (#47671) 2019-10-11 10:23:55 +01:00
set-security-user.asciidoc
set.asciidoc Remove type field from DocWriteRequest and associated Response objects (#47671) 2019-10-11 10:23:55 +01:00
sort.asciidoc
split.asciidoc Add option to split processor for preserving trailing empty fields (#48664) 2019-10-30 07:23:47 -05:00
trim.asciidoc
uppercase.asciidoc
url-decode.asciidoc
user-agent.asciidoc [DOCS] Correct required file ext for user agent ingest processor (#48688) 2019-10-30 11:10:35 -04:00