-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] system/syslog fileset sets event.type to illegal value #20365
Comments
leehinman
added
bug
needs_backport
PR is waiting to be backported to other branches.
Team:SIEM
labels
Jul 30, 2020
Pinging @elastic/siem (Team:SIEM) |
3 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Jul 31, 2020
event.type was being set to event. event is not one of the allowed values for event.type in ECS. Changing field to event.kind, where event is an allowed value. Closes elastic#20365
leehinman
added a commit
that referenced
this issue
Aug 10, 2020
event.type was being set to event. event is not one of the allowed values for event.type in ECS. Changing field to event.kind, where event is an allowed value. Closes #20365
Merged
3 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Aug 10, 2020
event.type was being set to event. event is not one of the allowed values for event.type in ECS. Changing field to event.kind, where event is an allowed value. Closes elastic#20365 (cherry picked from commit 6843c55)
leehinman
added a commit
that referenced
this issue
Aug 11, 2020
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
event.type was being set to event. event is not one of the allowed values for event.type in ECS. Changing field to event.kind, where event is an allowed value. Closes elastic#20365
andrewkroh
removed
the
needs_backport
PR is waiting to be backported to other branches.
label
Dec 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
event.type is being set to "event"
should be event.kind being set to "event"
The text was updated successfully, but these errors were encountered: