Adding Cisco support for the Syslog parser#10760
Adding Cisco support for the Syslog parser#10760ph merged 8 commits intoelastic:masterfrom ph:fix/syslog-and-cisco
Conversation
Add support for the "sequence" number in the log format send by cisco devices. Fixes: #10654
|
@webmat I am currently extracting the sequence number generated from Cisco switch (syslog variant), I've looked at ECS, I saw there was a proposal to add an |
|
@andrewkroh I've made the changes, I think that should be ok |
andrewkroh
left a comment
There was a problem hiding this comment.
LGTM. Thanks for adding this. 🥇
| - Remove field `kafka.log.trace.full` from kafka.log fielset. {pull}10398[10398] | ||
| - Change field `kafka.log.class` for kafka.log fileset from text to keyword. {pull}10398[10398] | ||
| - Address add_kubernetes_metadata processor issue where old source field is | ||
| - Address add_kubernetes_metadata processor issue where old source field is |
There was a problem hiding this comment.
Is this change intended?
There was a problem hiding this comment.
Well, I presume I wont be the only one removing the additional space, I propose we make the change :)
|
jenkins test this please |
|
Yes, I like this change. I've made a note to introduce officially to ECS. I agree with the datatype and the name. Go for it! |
|
Hi @ph Is there any chance this can be backported to 6.7? |
|
@inqueue I can backport it, in retrospect is more of a bug than a new feature. |
- Added `event.code` (See elastic/beats#10333) - Added `event.sequence` (See #129, elastic/beats#10760) - Added `event.provider` (See #321) - Note: Beats modules currently put the Syslog "programname" in `process.name` which is sometimes accurate, sometimes not (e.g. "kernel"). event.provider would be a better field for this. - Explain event.module and event.dataset without mentioning Beats
Adding Cisco support for the Syslog parser * Adding Cisco support for the Syslog parser Add support for the "sequence" number in the log format send by Cisco switch devices. Fixes: elastic#10654, elastic#15979 (cherry picked from commit dd92b6f)
Add support for the "sequence" number in the log format send by cisco devices.
The number will be extracted to "event.sequence"
Fixes: #10654