From 24386940919415cccfea3c220244d31e5cbabd97 Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:34:02 -0600 Subject: [PATCH 1/4] (Bug) Modify Index Template to LogsDB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋 howdy, team! The existing doc --- manage-data/data-store/data-streams/logs-data-stream.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manage-data/data-store/data-streams/logs-data-stream.md b/manage-data/data-store/data-streams/logs-data-stream.md index 5d152030be..522449a750 100644 --- a/manage-data/data-store/data-streams/logs-data-stream.md +++ b/manage-data/data-store/data-streams/logs-data-stream.md @@ -20,6 +20,10 @@ In benchmarks, log data stored in a logs data stream used ~2.5 times less disk s ## Create a logs data stream [how-to-use-logsds] +::::{important} +Fleet Integrations use Index Templates [Index Templates](../templates.md) managed by Elastic. To modify these backing templates instead update their [composite `custom` templates](docs-content/solutions/observability/logs/logs-index-template-reference.md##custom-logs-template-edit). +:::: + To create a logs data stream, set your [template](../templates.md) `index.mode` to `logsdb`: ```console From d1ef9ab53947aee899106559fc1b9d4ca299182d Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:41:15 -0600 Subject: [PATCH 2/4] typo --- manage-data/data-store/data-streams/logs-data-stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/data-streams/logs-data-stream.md b/manage-data/data-store/data-streams/logs-data-stream.md index 522449a750..fe4adfa2fb 100644 --- a/manage-data/data-store/data-streams/logs-data-stream.md +++ b/manage-data/data-store/data-streams/logs-data-stream.md @@ -21,7 +21,7 @@ In benchmarks, log data stored in a logs data stream used ~2.5 times less disk s ## Create a logs data stream [how-to-use-logsds] ::::{important} -Fleet Integrations use Index Templates [Index Templates](../templates.md) managed by Elastic. To modify these backing templates instead update their [composite `custom` templates](docs-content/solutions/observability/logs/logs-index-template-reference.md##custom-logs-template-edit). +Fleet Integrations use Index Templates [Index Templates](../templates.md) managed by Elastic. To modify these backing templates instead update their [composite `custom` templates](/solutions/observability/logs/logs-index-template-reference.md##custom-logs-template-edit). :::: To create a logs data stream, set your [template](../templates.md) `index.mode` to `logsdb`: From be9df3e9caeec34bd06ffff8b32c3b2b29b5de66 Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Fri, 28 Mar 2025 07:27:50 -0600 Subject: [PATCH 3/4] feedback --- manage-data/data-store/data-streams/logs-data-stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/data-streams/logs-data-stream.md b/manage-data/data-store/data-streams/logs-data-stream.md index fe4adfa2fb..b330673057 100644 --- a/manage-data/data-store/data-streams/logs-data-stream.md +++ b/manage-data/data-store/data-streams/logs-data-stream.md @@ -29,7 +29,7 @@ To create a logs data stream, set your [template](../templates.md) `index.mode` ```console PUT _index_template/my-index-template { - "index_patterns": ["logs-*"], + "index_patterns": ["my-datastream-*"], "data_stream": { }, "template": { "settings": { From bedd6b34a59673aa993ad5d56569a4cfa265e3ec Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:44:58 -0600 Subject: [PATCH 4/4] feedback Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --- manage-data/data-store/data-streams/logs-data-stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/data-streams/logs-data-stream.md b/manage-data/data-store/data-streams/logs-data-stream.md index b330673057..1cc2505dca 100644 --- a/manage-data/data-store/data-streams/logs-data-stream.md +++ b/manage-data/data-store/data-streams/logs-data-stream.md @@ -21,7 +21,7 @@ In benchmarks, log data stored in a logs data stream used ~2.5 times less disk s ## Create a logs data stream [how-to-use-logsds] ::::{important} -Fleet Integrations use Index Templates [Index Templates](../templates.md) managed by Elastic. To modify these backing templates instead update their [composite `custom` templates](/solutions/observability/logs/logs-index-template-reference.md##custom-logs-template-edit). +Fleet integrations use [index templates](../templates.md) managed by Elastic. To modify these backing templates, update their [composite `custom` templates](/solutions/observability/logs/logs-index-template-reference.md##custom-logs-template-edit). :::: To create a logs data stream, set your [template](../templates.md) `index.mode` to `logsdb`: