Splunk Search

Convert field extraction into summarized value

branfarm
Explorer

Hi there,

I have a log that prefaces each message with either "Sending data on connection" or "Received data on connection". I have created an extraction to extract this value as "Direction", but I'd like to be able to show that result in a table as simply "Inbound" or "Outbound". Can anyone point me in the right direction for this?

Thanks in advance,

Brandon

Tags (1)
0 Karma

Ayn
Legend

You could use eval. Let's say you extracted the values "Sending" and "Received", respectively:

... | eval dir_type=case(Direction,"Sending","Outbound","Received","Inbound")
0 Karma

Ayn
Legend

Yes, you could use a lookup table for that. Also, in Splunk 5.0 that is due out...sometime in the future, you can setup eval statements in configuration files!

0 Karma

branfarm
Explorer

Thanks, Ayn. That worked, but seems very cumbersome in the search. Would a lookup table be able to accomplish this and keep the usability? For instance, enabling a user to use a search including direction=inbound ?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...