Skip to content

Commit db0bff6

Browse files
Fix kv processor formatting (#9098) (#9100)
1 parent ba6190f commit db0bff6

File tree

1 file changed

+1
-5
lines changed
  • _ingest-pipelines/processors

1 file changed

+1
-5
lines changed

_ingest-pipelines/processors/kv.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ To test the pipeline, run the following query:
8585

8686
```json
8787
POST _ingest/pipeline/kv-pipeline/_simulate
88-
89-
```json
9088
{
9189
"docs": [
9290
{
@@ -103,7 +101,7 @@ POST _ingest/pipeline/kv-pipeline/_simulate
103101

104102
**Response**
105103

106-
The following example response confirms that the 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:
107105

108106
```json
109107
{
@@ -132,8 +130,6 @@ The following query ingests a document into an index named `testindex1`:
132130

133131
```json
134132
PUT testindex1/_doc/1?pipeline=kv-pipeline
135-
136-
```json
137133
{
138134
"message": "goodbye=everybody hello=world"
139135
}

0 commit comments

Comments
 (0)