Skip to content

Commit

Permalink
[1.7] Backport elastic#1134 and elastic#1135 (elastic#1136)
Browse files Browse the repository at this point in the history
* Remove temporary ifeval in "getting started" page, add link to Metrics docs (elastic#1134)
* Remove temporary ifeval from products page, add link to Metrics (elastic#1135)
  • Loading branch information
Mathieu Martin committed Nov 19, 2020
1 parent 4d28ff0 commit 1138c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docs/products-solutions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

6 changes: 1 addition & 5 deletions docs/using-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 1138c7c

Please sign in to comment.