From 7e06b1b689ddf90159483327d31b268b5b413030 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 4 Aug 2020 14:56:55 -0700 Subject: [PATCH 1/5] [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 1c0a524163f1afa343b2f461516d6c4a0077df2a Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 11 Aug 2020 14:29:15 -0700 Subject: [PATCH 2/5] [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 c1123cfe2e..c22f9ea865 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 508585fd228f05ea97455a251959b03e4beb9910 Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Thu, 13 Aug 2020 14:40:59 -0400 Subject: [PATCH 3/5] Rename html file in the link, rename SIEM to Elastic Security in link text --- docs/products-solutions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products-solutions.asciidoc b/docs/products-solutions.asciidoc index 5bccb89b2c..14f5239aac 100644 --- a/docs/products-solutions.asciidoc +++ b/docs/products-solutions.asciidoc @@ -5,7 +5,7 @@ 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}/es-overview.html[Elastic Security 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] From d5c75c4a12c9315c09fa9a876927f8afb6b136f5 Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Mon, 17 Aug 2020 14:02:05 -0400 Subject: [PATCH 4/5] 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 --- 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 14f5239aac..657ec8329e 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}/es-overview.html[Elastic Security 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 UI] * 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 c22f9ea865..ded7bc2ca6 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] From 4adc11f66ea5a1c834f0287c6f80894806904634 Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Mon, 17 Aug 2020 14:22:27 -0400 Subject: [PATCH 5/5] Forgot to save one file :eyeroll: --- docs/products-solutions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products-solutions.asciidoc b/docs/products-solutions.asciidoc index 657ec8329e..a8fca573cd 100644 --- a/docs/products-solutions.asciidoc +++ b/docs/products-solutions.asciidoc @@ -9,7 +9,7 @@ The following Elastic products support ECS out of the box, as of version 7.0: ** {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 UI] +* {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].