Splunk Search

multiple search question

a212830
Champion

Hi,

I want to create a report on syslog messages received from the same file, which come from different types of devices, with different formats (Cisco, HP, Arista, Brocade). I can't route the messages to different files. Is there a way to do a single search that will show the number of "message types", even if the format is different?

For example:

Cisco: %CDP-4-DUPLEX_MISMATCH:
HP: %%10MSTP/1/PFWD(t):
Arista: : %LINEPROTO-5-UPDOWN:
Brocade: VRRP-Extended:

Each of these are message types that I want to report on, and they exist in the same file. I don't think a single regex would capture them all, so is there another option?

Tags (3)
0 Karma

melonman
Motivator

You can use eventtype.
First you need to create eventtype for each event - Cisco, HP, Arista and Brocate,
and then, search and count for each eventtype like this:

... | stats count by eventtype

http://docs.splunk.com/Documentation/Splunk/5.0.1/Knowledge/ClassifyAndGroupSimilarEvents

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...