You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to set the destination index for each event. The `[@metadata]` fields will not
111
111
be sent to Elasticsearch.
112
112
@@ -167,7 +167,7 @@ The Index Lifecycle Management feature requires plugin version `9.3.1` or higher
167
167
[NOTE]
168
168
This feature requires an Elasticsearch instance of 6.6.0 or higher with at least a Basic license
169
169
170
-
Logstash can use {ref}/index-lifecycle-management.html[Index Lifecycle Management] to automate the management of indices over time.
170
+
Logstash can use https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/index-lifecycle-management.html[Index Lifecycle Management] to automate the management of indices over time.
171
171
172
172
The use of Index Lifecycle Management is controlled by the `ilm_enabled`
173
173
setting. By default, this setting detects whether the Elasticsearch instance
@@ -183,7 +183,7 @@ a default policy will also be created. The default policy is configured to rollo
183
183
The default rollover alias is called `logstash`, with a default pattern for the rollover index of `{now/d}-00001`,
184
184
which will name indices on the date that the index is rolled over, followed by an incrementing number. Note that the pattern must end with a dash and a number that will be incremented.
185
185
186
-
See the {ref}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API documentation] for more details on naming.
186
+
See the https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API documentation] for more details on naming.
187
187
188
188
The rollover alias, ilm pattern and policy can be modified.
189
189
@@ -228,7 +228,7 @@ enabled by default for HTTP and for Elasticsearch versions 5.0 and later.
228
228
You don't have to set any configs in Elasticsearch for it to send back a
229
229
compressed response. For versions before 5.0, or if HTTPS is enabled,
Elasticsearch] to take advantage of response compression when using this plugin.
233
233
234
234
For requests compression, regardless of the Elasticsearch version, enable the
@@ -336,7 +336,7 @@ The Elasticsearch action to perform. Valid actions are:
336
336
- A sprintf style string to change the action based on the content of the event. The value `%{[foo]}`
337
337
would use the foo field for the action
338
338
339
-
For more details on actions, check out the http://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html[Elasticsearch bulk API documentation]
339
+
For more details on actions, check out the http://www.elastic.co/guide/en/elasticsearch/reference/{branch}/docs-bulk.html[Elasticsearch bulk API documentation]
340
340
341
341
[id="{version}-plugins-{type}s-{plugin}-api_key"]
342
342
===== `api_key`
@@ -346,7 +346,7 @@ For more details on actions, check out the http://www.elastic.co/guide/en/elasti
346
346
347
347
Authenticate using Elasticsearch API key. Note that this option also requires enabling the `ssl` option.
348
348
349
-
Format is `id:api_key` where `id` and `api_key` are as returned by the Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html[Create API key API].
349
+
Format is `id:api_key` where `id` and `api_key` are as returned by the Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-create-api-key.html[Create API key API].
@@ -434,7 +434,7 @@ If you don't set a value for this option:
434
434
** When Logstash provides a `pipeline.ecs_compatibility` setting, its value is used as the default
435
435
** Otherwise, the default value is `disabled`.
436
436
437
-
Controls this plugin's compatibility with the https://www.elastic.co/guide/en/ecs/current/index.html[Elastic Common Schema (ECS)],
437
+
Controls this plugin's compatibility with the https://www.elastic.co/guide/en/ecs/{branch}/index.html[Elastic Common Schema (ECS)],
438
438
including the installation of ECS-compatible index templates.
439
439
The value of this setting affects the _default_ values of:
440
440
@@ -481,7 +481,7 @@ If you have custom firewall rules you may need to change this
481
481
* Default value is `[//127.0.0.1]`
482
482
483
483
Sets the host(s) of the remote instance. If given an array it will load balance requests across the hosts specified in the `hosts` parameter.
484
-
Remember the `http` protocol uses the http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html#modules-http[http] address (eg. 9200, not 9300).
484
+
Remember the `http` protocol uses the http://www.elastic.co/guide/en/elasticsearch/reference/{branch}/modules-http.html#modules-http[http] address (eg. 9200, not 9300).
485
485
486
486
Examples:
487
487
@@ -492,7 +492,7 @@ Examples:
492
492
`["https://127.0.0.1:9200/mypath"]` (If using a proxy on a subpath)
master nodes] from the `hosts` list to prevent Logstash from sending bulk
497
497
requests to the master nodes. This parameter should reference only data or
498
498
client nodes in Elasticsearch.
@@ -532,14 +532,14 @@ NOTE: This feature requires a Basic License or above to be installed on an Elast
532
532
Pattern used for generating indices managed by Index Lifecycle Management. The value specified in the pattern will be appended to
533
533
the write alias, and incremented automatically when a new index is created by ILM.
534
534
535
-
Date Math can be used when specifying an ilm pattern, see {ref}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API docs] for details
535
+
Date Math can be used when specifying an ilm pattern, see https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API docs] for details
536
536
537
537
NOTE: Updating the pattern will require the index template to be rewritten
538
538
539
539
NOTE: The pattern must finish with a dash and a number that will be automatically incremented when indices rollover.
540
540
541
541
NOTE: The pattern is a 6-digit string padded by zeros, regardless of prior index name. Example: 000001.
542
-
See {ref}/indices-rollover-index.html#rollover-index-api-path-params[Rollover path parameters API docs] for details.
542
+
See https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-rollover-index.html#rollover-index-api-path-params[Rollover path parameters API docs] for details.
to set the destination index for each event. The `[@metadata]` fields will not
111
111
be sent to Elasticsearch.
112
112
@@ -167,7 +167,7 @@ The Index Lifecycle Management feature requires plugin version `9.3.1` or higher
167
167
[NOTE]
168
168
This feature requires an Elasticsearch instance of 6.6.0 or higher with at least a Basic license
169
169
170
-
Logstash can use {ref}/index-lifecycle-management.html[Index Lifecycle Management] to automate the management of indices over time.
170
+
Logstash can use https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/index-lifecycle-management.html[Index Lifecycle Management] to automate the management of indices over time.
171
171
172
172
The use of Index Lifecycle Management is controlled by the `ilm_enabled`
173
173
setting. By default, this setting detects whether the Elasticsearch instance
@@ -183,7 +183,7 @@ a default policy will also be created. The default policy is configured to rollo
183
183
The default rollover alias is called `logstash`, with a default pattern for the rollover index of `{now/d}-00001`,
184
184
which will name indices on the date that the index is rolled over, followed by an incrementing number. Note that the pattern must end with a dash and a number that will be incremented.
185
185
186
-
See the {ref}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API documentation] for more details on naming.
186
+
See the https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API documentation] for more details on naming.
187
187
188
188
The rollover alias, ilm pattern and policy can be modified.
189
189
@@ -228,7 +228,7 @@ enabled by default for HTTP and for Elasticsearch versions 5.0 and later.
228
228
You don't have to set any configs in Elasticsearch for it to send back a
229
229
compressed response. For versions before 5.0, or if HTTPS is enabled,
Elasticsearch] to take advantage of response compression when using this plugin.
233
233
234
234
For requests compression, regardless of the Elasticsearch version, enable the
@@ -336,7 +336,7 @@ The Elasticsearch action to perform. Valid actions are:
336
336
- A sprintf style string to change the action based on the content of the event. The value `%{[foo]}`
337
337
would use the foo field for the action
338
338
339
-
For more details on actions, check out the http://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html[Elasticsearch bulk API documentation]
339
+
For more details on actions, check out the http://www.elastic.co/guide/en/elasticsearch/reference/{branch}/docs-bulk.html[Elasticsearch bulk API documentation]
340
340
341
341
[id="{version}-plugins-{type}s-{plugin}-api_key"]
342
342
===== `api_key`
@@ -346,7 +346,7 @@ For more details on actions, check out the http://www.elastic.co/guide/en/elasti
346
346
347
347
Authenticate using Elasticsearch API key. Note that this option also requires enabling the `ssl` option.
348
348
349
-
Format is `id:api_key` where `id` and `api_key` are as returned by the Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html[Create API key API].
349
+
Format is `id:api_key` where `id` and `api_key` are as returned by the Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/security-api-create-api-key.html[Create API key API].
@@ -434,7 +434,7 @@ If you don't set a value for this option:
434
434
** When Logstash provides a `pipeline.ecs_compatibility` setting, its value is used as the default
435
435
** Otherwise, the default value is `disabled`.
436
436
437
-
Controls this plugin's compatibility with the https://www.elastic.co/guide/en/ecs/current/index.html[Elastic Common Schema (ECS)],
437
+
Controls this plugin's compatibility with the https://www.elastic.co/guide/en/ecs/{branch}/index.html[Elastic Common Schema (ECS)],
438
438
including the installation of ECS-compatible index templates.
439
439
The value of this setting affects the _default_ values of:
440
440
@@ -481,7 +481,7 @@ If you have custom firewall rules you may need to change this
481
481
* Default value is `[//127.0.0.1]`
482
482
483
483
Sets the host(s) of the remote instance. If given an array it will load balance requests across the hosts specified in the `hosts` parameter.
484
-
Remember the `http` protocol uses the http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html#modules-http[http] address (eg. 9200, not 9300).
484
+
Remember the `http` protocol uses the http://www.elastic.co/guide/en/elasticsearch/reference/{branch}/modules-http.html#modules-http[http] address (eg. 9200, not 9300).
485
485
486
486
Examples:
487
487
@@ -492,7 +492,7 @@ Examples:
492
492
`["https://127.0.0.1:9200/mypath"]` (If using a proxy on a subpath)
master nodes] from the `hosts` list to prevent Logstash from sending bulk
497
497
requests to the master nodes. This parameter should reference only data or
498
498
client nodes in Elasticsearch.
@@ -532,14 +532,14 @@ NOTE: This feature requires a Basic License or above to be installed on an Elast
532
532
Pattern used for generating indices managed by Index Lifecycle Management. The value specified in the pattern will be appended to
533
533
the write alias, and incremented automatically when a new index is created by ILM.
534
534
535
-
Date Math can be used when specifying an ilm pattern, see {ref}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API docs] for details
535
+
Date Math can be used when specifying an ilm pattern, see https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-rollover-index.html#_using_date_math_with_the_rollover_api[Rollover API docs] for details
536
536
537
537
NOTE: Updating the pattern will require the index template to be rewritten
538
538
539
539
NOTE: The pattern must finish with a dash and a number that will be automatically incremented when indices rollover.
540
540
541
541
NOTE: The pattern is a 6-digit string padded by zeros, regardless of prior index name. Example: 000001.
542
-
See {ref}/indices-rollover-index.html#rollover-index-api-path-params[Rollover path parameters API docs] for details.
542
+
See https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-rollover-index.html#rollover-index-api-path-params[Rollover path parameters API docs] for details.
0 commit comments