Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/reference/ingest/ingest-node.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,20 @@ to set the index that the document will be indexed into:
--------------------------------------------------
// NOTCONSOLE

Dynamic field names are also supported. This example sets the field named after the
value of `service` to the value of the field `code`:

[source,js]
--------------------------------------------------
{
"set": {
"field": "{{service}}"
"value": "{{code}}"
}
}
--------------------------------------------------
// NOTCONSOLE

[[handling-failure-in-pipelines]]
== Handling Failures in Pipelines

Expand Down