You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1049,6 +1049,125 @@ understands this to mean `2016-04-01` as is explained in the <<date-math-index-n
1049
1049
| `index_name_format` | no | yyyy-MM-dd | The format to be used when printing the parsed date into the index name. An valid Joda pattern is expected here.
1050
1050
|======
1051
1051
1052
+
[[dot-expand-processor]]
1053
+
=== Dot Expander Processor
1054
+
1055
+
Expands a field with dots into an object field. This processor allows fields
1056
+
with dots in the name to be accessible by other processors in the pipeline.
1057
+
Otherwise these <<accessing-data-in-pipelines,fields>> can't be accessed by any processor.
1058
+
1059
+
[[dot-expender-options]]
1060
+
.Dot Expand Options
1061
+
[options="header"]
1062
+
|======
1063
+
| Name | Required | Default | Description
1064
+
| `field` | yes | - | The field to expand into an object field
1065
+
| `path` | no | - | The field that contains the field to expand. Only required if the field to expand is part another object field, because the `field` option can only understand leaf fields.
Expands a field with dots into an object field. This processor allows fields
2065
-
with dots in the name to be accessible by other processors in the pipeline.
2066
-
Otherwise these <<accessing-data-in-pipelines,fields>> can't be accessed by any processor.
2067
-
2068
-
[[dot-expender-options]]
2069
-
.Dot Expand Options
2070
-
[options="header"]
2071
-
|======
2072
-
| Name | Required | Default | Description
2073
-
| `field` | yes | - | The field to expand into an object field
2074
-
| `path` | no | - | The field that contains the field to expand. Only required if the field to expand is part another object field, because the `field` option can only understand leaf fields.
0 commit comments