@@ -187,7 +187,7 @@ The API returns transformed documents:
187
187
"my-keyword-field": "foo"
188
188
},
189
189
"_ingest": {
190
- "timestamp": "2099-02-30T22:30 :03.187Z "
190
+ "timestamp": "2099-03-07T11:04 :03.000Z "
191
191
}
192
192
}
193
193
},
@@ -199,15 +199,15 @@ The API returns transformed documents:
199
199
"my-keyword-field": "bar"
200
200
},
201
201
"_ingest": {
202
- "timestamp": "2099-02-30T22:30:03.188Z "
202
+ "timestamp": "2099-03-07T11:04:04.000Z "
203
203
}
204
204
}
205
205
}
206
206
]
207
207
}
208
208
----
209
- // TESTRESPONSE[s/"2099-02-30T22:30 :03.187Z "/$body.docs.0.doc._ingest.timestamp/]
210
- // TESTRESPONSE[s/"2099-02-30T22:30:03.188Z "/$body.docs.1.doc._ingest.timestamp/]
209
+ // TESTRESPONSE[s/"2099-03-07T11:04 :03.000Z "/$body.docs.0.doc._ingest.timestamp/]
210
+ // TESTRESPONSE[s/"2099-03-07T11:04:04.000Z "/$body.docs.1.doc._ingest.timestamp/]
211
211
212
212
[discrete]
213
213
[[add-pipeline-to-indexing-request]]
@@ -226,9 +226,9 @@ POST my-data-stream/_doc?pipeline=my-pipeline
226
226
227
227
PUT my-data-stream/_bulk?pipeline=my-pipeline
228
228
{ "create":{ } }
229
- { "@timestamp": "2099-03-08T11 :04:05 .000Z", "my-keyword-field": "foo" }
229
+ { "@timestamp": "2099-03-07T11 :04:06 .000Z", "my-keyword-field": "foo" }
230
230
{ "create":{ } }
231
- { "@timestamp": "2099-03-08T11:06 :07.000Z", "my-keyword-field": "bar" }
231
+ { "@timestamp": "2099-03-07T11:04 :07.000Z", "my-keyword-field": "bar" }
232
232
----
233
233
234
234
You can also use the `pipeline` parameter with the <<docs-update-by-query,update
0 commit comments