Splunk Search

How to add eventtype to search results?

gunslinger
Explorer

I need to understand which event types each search result record belongs to.

My search:

index="a" AND eventtype="*"

I want the results to contain a field with a list of matching event types.

It would be ok for me to have a table with columns _raw and eventtypes.

We have 10k+ event types and thousands of events.

Is it possible to achieve?

Thanks.

Labels (1)
Tags (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @gunslinger,

your requirement isn't so clear for me, could you better describe it?

it seems that you want a table with the raw events and the eventtypes defined for each event.

If this is your requirement, you could try something like this:

index="a" eventtype="*"
| table eventtype _raw

but is this what you want?

Ciao.

Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @gunslinger,

your requirement isn't so clear for me, could you better describe it?

it seems that you want a table with the raw events and the eventtypes defined for each event.

If this is your requirement, you could try something like this:

index="a" eventtype="*"
| table eventtype _raw

but is this what you want?

Ciao.

Giuseppe

gunslinger
Explorer

thank you, for some reason I thought I need some special expression to get the event type as a field

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Are you saying that each event may have more than one event type?

Have these event types already been extracted or are you asking for help to extract them?

It might be useful if you could share some anonymised events (in a code block </> to preserve formatting etc.)

Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...