Getting Data In

list of hosts for a given time range

MBerikcurtis
Path Finder

I'm sure there is a better way. I'm trying to get a list of hosts for a given time range. The search I'm using now is

host=* | table host

this can take a long time to run dependent on the time range I'm looking at.

Tags (1)
1 Solution

_d_
Splunk Employee
Splunk Employee

You can use either of these, depending on what you'd like displayed:

| metadata type=hosts | table host

OR

| metadata type=hosts | stats count by host

Hope this helps.

> please upvote and accept answer if you find it useful - thanks!

View solution in original post

_d_
Splunk Employee
Splunk Employee

You can use either of these, depending on what you'd like displayed:

| metadata type=hosts | table host

OR

| metadata type=hosts | stats count by host

Hope this helps.

> please upvote and accept answer if you find it useful - thanks!

Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...