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

Remove an incorrect event.type from the 'converting' guide #1146

Merged
merged 1 commit into from
Nov 25, 2020
Merged
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