forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[plugin/apm-data]Fallback to ILM for non-dsl-only mode if DSL unavail…
…able (elastic#112759) (cherry picked from commit efdd0c3)
- Loading branch information
Showing
46 changed files
with
449 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
x-pack/plugin/apm-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for logs-apm.app if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: logs-apm.app_logs-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...k/plugin/apm-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for logs-apm.error if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: logs-apm.error_logs-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
.../plugin/apm-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.app if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.app_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...in/apm-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.internal if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.internal_metrics-default_policy | ||
prefer_ilm: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_destination.10m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_destination_10m_metrics-default_policy | ||
prefer_ilm: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_destination.1m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_destination_1m_metrics-default_policy | ||
prefer_ilm: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_destination.60m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_destination_60m_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
.../src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_summary.10m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_summary_10m_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...a/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_summary.1m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_summary_1m_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
.../src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_summary.60m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_summary_60m_metrics-default_policy | ||
prefer_ilm: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_transaction.10m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_transaction_10m_metrics-default_policy | ||
prefer_ilm: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_transaction.1m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_transaction_1m_metrics-default_policy | ||
prefer_ilm: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.service_transaction.60m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.service_transaction_60m_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.transaction.10m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.transaction_10m_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.transaction.1m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.transaction_1m_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for metrics-apm.transaction.60m if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: metrics-apm.transaction_60m_metrics-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
x-pack/plugin/apm-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for traces-apm if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: traces-apm.traces-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...k/plugin/apm-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for traces-apm.rum if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: traces-apm.rum_traces-default_policy | ||
prefer_ilm: false |
11 changes: 11 additions & 0 deletions
11
...ugin/apm-data/src/main/resources/component-templates/[email protected]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: ${xpack.apmdata.template.version} | ||
_meta: | ||
description: Fallback to ILM policy for traces-apm.sampled if data stream lifecycle not defined | ||
managed: true | ||
template: | ||
settings: | ||
index: | ||
lifecycle: | ||
name: traces-apm.sampled_traces-default_policy | ||
prefer_ilm: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.