Skip to content

Commit

Permalink
Remove an incorrect event.type from the 'converting' page (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin authored Nov 25, 2020
1 parent 34175dc commit d5a9b95
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit d5a9b95

Please sign in to comment.