Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two small documentation backports #1150

Merged
merged 2 commits into from
Nov 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/converting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ Here's the recommended approach for converting an existing implementation to {ec

- Review your original event data again
- Consider populating the field based on additional meta-data such as static
information (e.g. add `event.type:syslog` even if syslog events don't mention this fact),
or information gathered from the environment (e.g. host information).
information (e.g. add `event.category:authentication` even if your auth events
don't mention the word "authentication")
- Consider capturing additional environment meta-data, such as information about the
host, container or cloud instance.

. Review other extended fields from any field set you are already using, and
attempt to populate it as well.
Expand Down
1 change: 1 addition & 0 deletions docs/products-solutions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Server]
* 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]
* {ls}' {es} output has an {logstash-ref}/plugins-outputs-elasticsearch.html#_compatibility_with_the_elastic_common_schema_ecs[ECS compatibility mode]

// TODO Insert community & partner solutions here