Skip to content

Commit 5a84b44

Browse files
committed
Update wording on ilm_enabled setting
1 parent 0c3ab54 commit 5a84b44

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/index.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,10 @@ This feature requires an Elasticsearch instance of 6.6.0 or higher with at least
105105

106106
Logstash can use {ref}/index-lifecycle-management.html[Index Lifecycle Management] to automate the management of indices over time.
107107

108-
The use of Index Lifecycle Management is controlled by the `ilm_enabled` setting. By default, this is will
109-
automatically detect whether the Elasticsearch instance supports ILM, and will use it if it is available. `ilm_enabled`
110-
can also be set to `true` or `false` to override the automatic detection, or disable ILM.
108+
The use of Index Lifecycle Management is controlled by the `ilm_enabled`
109+
setting. By default, this setting detects whether the Elasticsearch instance
110+
supports ILM, and uses it if it is available. `ilm_enabled` can also be set to
111+
`true` or `false` to override the automatic detection, or disable ILM.
111112

112113
This will overwrite the index settings and adjust the Logstash template to write the necessary settings for the template
113114
to support index lifecycle management, including the index policy and rollover alias to be used.

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '10.2.0'
3+
s.version = '10.2.1'
44
s.licenses = ['apache-2.0']
55
s.summary = "Stores logs in Elasticsearch"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)