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
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!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...