Forum Discussion
Parsing syslog
CliveWatson that is very helpful, tnx
when ingesting the logs to the syslog instead of CEF connector i am very limited due to the small amount of fileds that exists on the syslog table in comparison with the CEF
how can i overcome it?
CommonSecurityLog
| getschema
| summarize count(ColumnName)
Syslog
| getschema
| summarize count(ColumnName)
I make the difference 152 vs 15 columns of data, are there certain columns you are missing in Syslog? Is the data you require in the Syslog but needs extracting / parsing which is I believe one of the things CEF does for you? BTW, I'm no expert on CEF or Syslog, but keen to understand your use case.
Thanks
- Villagerchan8829Jan 12, 2025Copper Contributor
*Jan 11 23:43:30: %SYS-5-CONFIG_I: Configured from console by admin0001 on vty0 (192.168.10.1)
*Jan 11 23:43:23: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0/2, changed state to up
Hello CliveWatson May get for advise, I would like to parse syslog message above for example logs. I'm still looking for the document to parse the syslog messages. please help me to guide and how can i parse for like above messages.