Skip to content

Commit d1139a8

Browse files
author
Mathieu Martin
committed
Remove an incorrect event.type from the 'converting' page (elastic#1146)
1 parent 120643d commit d1139a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/converting.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ Here's the recommended approach for converting an existing implementation to {ec
3535

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

4143
. Review other extended fields from any field set you are already using, and
4244
attempt to populate it as well.

0 commit comments

Comments
 (0)