Splunk Search

Grouping field values which are in common

splunker12er
Motivator

My incoming logs has several hosts and many services running in each hosts.

I would like to generate a table from my logs in the below format.

HOST SERVICE
host1 chrome
      http
      taskmgr
host2 chrome
host3 http
      chrome
host4 servicex

What is the splunk command i can use ? Is there any per-defiened command for this fucntion

Tags (3)
0 Karma
1 Solution

wpreston
Motivator

How about something like this:

... your base search ... | stats values(SERVICE) AS SERVICE by HOST

View solution in original post

wpreston
Motivator

How about something like this:

... your base search ... | stats values(SERVICE) AS SERVICE by HOST

splunker12er
Motivator

thanks....

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...