-
Notifications
You must be signed in to change notification settings - Fork 109
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
Cisco Expressway - Timestamp not extracted correctly #2372
Comments
Hi @Stjubit right, interesting issue :) Please send the pcap to [email protected] or through Splunk support |
Hi @mstopa-splunk, thx for the quick reply! I'm not sure what's the best way to anonymize a packet capture, so I hope example Syslogs are also fine for you: 1) tvcs Syslog:
2) licensemanager Syslog:
Both logs are sent by Cisco expressway, but the current app parser only matches for Syslog app The slack discussion in the user group gives more insights into this issue: https://splunk-usergroups.slack.com/archives/CNV918JCQ/p1710779436509039. |
sure, those work fine too. Ok let me take a look, this may take some time because it's not an easy case |
Review in progress if we need this feature in SC4S |
Re-triaged and assigned to @cwadhwani-splunk |
Was the issue replicated by support?
No.
What is the sc4s version ?
3.22.1
Is there a pcap available?
Yes. On-demand if needed.
Is the issue related to the environment of the customer or Software related issue?
The source is weird (looking at you Cisco), but it's an issue in the sc4s parser.
Is it related to Data loss, please explain ?
Not related to data loss.
Last chance index/Fallback index?
No.
Is the issue related to local customization?
No.
Do we have all the default indexes created?
Yes.
Describe the bug
Cisco Expressway is sending syslog messages with extra headers. Example:
So the first timestamp in the Syslog message always has .000 set as milliseconds and sc4s uses it for timestamp extraction.
However, there is a field
UTCTime
that should be used for timestamp extraction.More infos can be found in the Slack user group discussions: https://splunk-usergroups.slack.com/archives/CNV918JCQ/p1710779436509039.
To Reproduce
Ingest Cisco Expressway logs and check
_time
.The text was updated successfully, but these errors were encountered: