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!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...