Skip to content

Commit a7eb8d2

Browse files
Update 131261.yaml
tweak release notes
1 parent 1e2b56c commit a7eb8d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/changelog/131261.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pr: 131261
2-
summary: Enable failure store for log-*-* data streams
2+
summary: Enable Failure Store for new logs-*-* data streams
33
area: Data streams
44
type: feature
55
issues:
66
- 131105
77
highlight:
8-
title: Enable failure store for log data streams
8+
title: Enable Failure Store for new logs data streams
99
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`.
10+
The [Failure Store](https://www.elastic.co/docs/manage-data/data-store/data-streams/failure-store) is now enabled by default for new logs data streams matching the pattern `logs-*-*`. This means that such data streams will now store invalid documents in a
11+
dedicated failure index instead of rejecting them, allowing better visibility and control over data quality issues without loosing data. This can be [enabled manually](https://www.elastic.co/docs/manage-data/data-store/data-streams/failure-store#set-up-failure-store-existing) for existing data streams.
12+
Note: With the failure store enabled, the http response code clients receive when indexing invalid documents will change from `400 Bad Request` to `201 Created`, with an additional response attribute `"failure_store" : "used"`.
1313
notable: true

0 commit comments

Comments
 (0)