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 0e3647d commit 789ca17Copy full SHA for 789ca17
docs/changelog/131261.yaml
@@ -6,4 +6,8 @@ issues:
6
- 131105
7
highlight:
8
title: Enable failure store for log data streams
9
+ body: |-
10
+ The failure store is now enabled for `log-*-*` data streams. This means that such data streams will now store invalid documents in a
11
+ dedicated failure index instead of rejecting them. Clients that previously received a `400 Bad Request` response when indexing invalid
12
+ documents will now receive a `201 Created` response, that would also contain the marker: `failure_store: used`.
13
notable: true
0 commit comments