Skip to content

Commit 1bdcc80

Browse files
authored
Docs: back-port 9.4.0 changelog (logstash-plugins#855)
ilm_enabled's 'auto' setting was actually added in 9.4.0 (but the default remained 'false'). 10.0.0 is when we switched the default to 'auto'
1 parent 87c11e8 commit 1bdcc80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@
3939
- Changed deprecated `document_type` option to obsolete [#824](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/824)
4040
- Remove support for parent child (still support join data type) since we don't support multiple document types any more
4141
- Removed obsolete `flush_size` and `idle_flush_time`
42-
- Added 'auto' setting for ILM with default of 'auto' [#838](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/838)
42+
- Switched default setting for ilm_enabled to 'auto' [#838](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/838)
43+
44+
## 9.4.0
45+
- Added 'auto' setting for ilm_enabled with default of 'false'
4346

4447
## 9.3.2
4548
- Fixed sniffing support for 7.x [#827](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/827)

0 commit comments

Comments
 (0)