Getting Data In

Export Host list

aaronwerley
New Member

Looking to see how I would export a list of all hosts which have reported to splunk all time. I can generate the info with * | top hosts limit 10000, however it takes forever to complete... there has to be a faster search as I am not concerned with the total events per host, just looking for a list of hosts.

Tags (1)
0 Karma
1 Solution

bojanz
Communicator

You should be able to see the lists of hosts with the metadata command:

| metadata type=hosts index=*

View solution in original post

bwili
Explorer

You can get a nice ordered list with this:

| metadata type=hosts index=* | stats count by host

bojanz
Communicator

You should be able to see the lists of hosts with the metadata command:

| metadata type=hosts index=*
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...