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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...