From e48304b0a1e1e0a34f45bce2accbce9ad7c2fc2d Mon Sep 17 00:00:00 2001 From: EamonnTP Date: Thu, 19 Nov 2020 17:39:25 +0000 Subject: [PATCH 1/2] Remove temporary ifeval in "getting started" page, add link to Metrics docs (#1134) --- docs/using-getting-started.asciidoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/using-getting-started.asciidoc b/docs/using-getting-started.asciidoc index c81521a783..ff19f84840 100644 --- a/docs/using-getting-started.asciidoc +++ b/docs/using-getting-started.asciidoc @@ -285,10 +285,6 @@ 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: -ifeval::["{branch}"=="7.9"] -* {logs-guide}/logs-fields-reference.html[Log Monitoring Field Reference] -endif::[] -ifeval::["{branch}"!="7.9"] * {observability-guide}/logs-app-fields.html[Log Monitoring Field Reference] -endif::[] +* {observability-guide}/metrics-app-fields.html[Metrics Monitoring Field Reference] * {security-guide}/siem-field-reference.html[Elastic Security Field Reference] From aa5f4056a976c99e023b78a5286660cc328fcd1b Mon Sep 17 00:00:00 2001 From: EamonnTP Date: Thu, 19 Nov 2020 17:42:24 +0000 Subject: [PATCH 2/2] Remove temporary ifeval from products page, add link to Metrics (#1135) --- docs/products-solutions.asciidoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/products-solutions.asciidoc b/docs/products-solutions.asciidoc index 945653779f..33b03ab7d2 100644 --- a/docs/products-solutions.asciidoc +++ b/docs/products-solutions.asciidoc @@ -9,14 +9,10 @@ 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] -ifeval::["{branch}"=="7.9"] -* {logs-guide}/logs-app-overview.html[Log Monitoring] -endif::[] -ifeval::["{branch}"!="7.9"] * {observability-guide}/monitor-logs.html[Log Monitoring] -endif::[] * 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]. +* {observability-guide}/analyze-metrics.html[Metrics Monitoring] // TODO Insert community & partner solutions here