We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3deba0e commit 67e677fCopy full SHA for 67e677f
docs/reference/ingest/ingest-node.asciidoc
@@ -563,6 +563,20 @@ to set the index that the document will be indexed into:
563
--------------------------------------------------
564
// NOTCONSOLE
565
566
+Dynamic field names are also supported. This example sets the field named after the
567
+value of `service` to the value of the field `code`:
568
+
569
+[source,js]
570
+--------------------------------------------------
571
+{
572
+ "set": {
573
+ "field": "{{service}}"
574
+ "value": "{{code}}"
575
+ }
576
+}
577
578
+// NOTCONSOLE
579
580
[[handling-failure-in-pipelines]]
581
== Handling Failures in Pipelines
582
0 commit comments