From 58568c2c3612d4cd8033f500707278653c0482b8 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 4 Aug 2020 14:56:55 -0700 Subject: [PATCH 1/3] [DOCS] Fixes SIEM links --- docs/products-solutions.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/products-solutions.asciidoc b/docs/products-solutions.asciidoc index 4b0a2cf4ef..5bccb89b2c 100644 --- a/docs/products-solutions.asciidoc +++ b/docs/products-solutions.asciidoc @@ -5,8 +5,8 @@ The following Elastic products support ECS out of the box, as of version 7.0: * {beats-ref}/beats-reference.html[{beats}] * {apm-get-started-ref}/overview.html[APM] -* {siem-guide}/siem-overview.html[Elastic SIEM app] -** {siem-guide}/siem-field-reference.html[SIEM Field Reference Guide] - a list of ECS fields used in the SIEM app +* {security-guide}/siem-overview.html[Elastic SIEM app] +** {security-guide}/siem-field-reference.html[SIEM Field Reference Guide] - a list of ECS fields used in the SIEM app * https://www.elastic.co/products/endpoint-security[Elastic Endpoint Security Server] * {logs-guide}/logs-app-overview.html[Logs app] From 7c232885d23fbb72747f520f9eb0ea4dec4ff533 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 11 Aug 2020 14:29:15 -0700 Subject: [PATCH 2/3] [DOCS] More shared attributes --- docs/using-getting-started.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using-getting-started.asciidoc b/docs/using-getting-started.asciidoc index 8b71d14126..e16d628712 100644 --- a/docs/using-getting-started.asciidoc +++ b/docs/using-getting-started.asciidoc @@ -285,5 +285,5 @@ Here are some examples of additional fields processed by metadata or parser proc We've covered at a high level how to map your events to ECS. Now if you'd like your events to render well in the Elastic solutions, check out the reference guides below to learn more about each: -* https://www.elastic.co/guide/en/logs/guide/current/logs-fields-reference.html[Logs UI fields reference] -* https://www.elastic.co/guide/en/security/master/siem-field-reference.html[Elastic Security fields reference] +* {logs-guide}/logs-fields-reference.html[Logs UI fields reference] +* {security-guide}/siem-field-reference.html[Elastic Security fields reference] From 6c00baca6104880e256630653653fc8cf0591dc4 Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Mon, 17 Aug 2020 14:27:12 -0400 Subject: [PATCH 3/3] Final pass at link text: - Normalized capitalization - Using the name "Elastic Security" everywhere - Using the name "Logs Monitoring" to match the wording in the /logs/ docs - Adjust siem-overiview.html => es-overview.html rename --- docs/products-solutions.asciidoc | 6 +++--- docs/using-getting-started.asciidoc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/products-solutions.asciidoc b/docs/products-solutions.asciidoc index 5bccb89b2c..a8fca573cd 100644 --- a/docs/products-solutions.asciidoc +++ b/docs/products-solutions.asciidoc @@ -5,11 +5,11 @@ The following Elastic products support ECS out of the box, as of version 7.0: * {beats-ref}/beats-reference.html[{beats}] * {apm-get-started-ref}/overview.html[APM] -* {security-guide}/siem-overview.html[Elastic SIEM app] -** {security-guide}/siem-field-reference.html[SIEM Field Reference Guide] - a list of ECS fields used in the SIEM app +* {security-guide}/es-overview.html[Elastic Security] +** {security-guide}/siem-field-reference.html[Elastic Security Field Reference] - a list of ECS fields used in the SIEM app * https://www.elastic.co/products/endpoint-security[Elastic Endpoint Security Server] -* {logs-guide}/logs-app-overview.html[Logs app] +* {logs-guide}/logs-app-overview.html[Logs Monitoring] * Log formatters that support ECS out of the box for various languages can be found https://github.com/elastic/ecs-logging/blob/master/README.md[here]. diff --git a/docs/using-getting-started.asciidoc b/docs/using-getting-started.asciidoc index e16d628712..8e322d7428 100644 --- a/docs/using-getting-started.asciidoc +++ b/docs/using-getting-started.asciidoc @@ -285,5 +285,5 @@ Here are some examples of additional fields processed by metadata or parser proc We've covered at a high level how to map your events to ECS. Now if you'd like your events to render well in the Elastic solutions, check out the reference guides below to learn more about each: -* {logs-guide}/logs-fields-reference.html[Logs UI fields reference] -* {security-guide}/siem-field-reference.html[Elastic Security fields reference] +* {logs-guide}/logs-fields-reference.html[Logs Monitoring Field Reference] +* {security-guide}/siem-field-reference.html[Elastic Security Field Reference]