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
Copy file name to clipboardExpand all lines: _ingest-pipelines/processors/kv.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,6 @@ To test the pipeline, run the following query:
85
85
86
86
```json
87
87
POST _ingest/pipeline/kv-pipeline/_simulate
88
-
89
-
```json
90
88
{
91
89
"docs": [
92
90
{
@@ -103,7 +101,7 @@ POST _ingest/pipeline/kv-pipeline/_simulate
103
101
104
102
**Response**
105
103
106
-
The following example response confirms thatthe pipeline is working as expected:
104
+
The following example response confirms that, in addition to the original `message` field, the document contains fields generated from key-value pairs:
107
105
108
106
```json
109
107
{
@@ -132,8 +130,6 @@ The following query ingests a document into an index named `testindex1`:
0 commit comments