Splunk Search

how to edit my search to display list of hosts instead of count?

chanamoluk
Explorer

i have written the following search to generate list of sourcetype and indexes with host count, but i want to list all the hosts instead of count,
can you please help me in it....

|metasearch index=* | dedup index sourcetype host| stats dc(host) AS hostcount,values(sourcetype) AS stlist by index

alt text

please check the image where i want to chagne my query for list of hosts

0 Karma

gokadroid
Motivator

Change the dc(host) AS hostcount to values(host) AS hostvalues. Something like this:

|metasearch index=* | dedup index sourcetype host| stats values(host) AS hostvalues,values(sourcetype) AS stlist by index
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...