Getting Data In

Does host in one sourcetype gets updated or not?

SoknySplunk
Loves-to-Learn Lots

Does any body have search_query related sourcetype update that show:
- how many host in one sourcetype (increase/decrease host)?
- which host not update on time? Thanks

0 Karma

SoknySplunk
Loves-to-Learn Lots

By the way, could we use metadata to pull both host and source and last date?

0 Karma

mstjohn_splunk
Splunk Employee
Splunk Employee

hi @soknysplunk,

Did the answer below solve your problem? If so, please resolve this post by approving it!

If your problem is still not solved, keep us updated so that someone else can help ya.

Thanks for posting!

0 Karma

renjith_nair
SplunkTrust
SplunkTrust

@SoknySplunk,

Try this and lets know if it works for you

|tstats dc(host) as count  where (index=_* OR index=*) by host,sourcetype,_time
|eventstats latest(_time) as last_seen by host,sourcetype
|bucket span=1d _time|stats dc(host) as count,latest(last_seen) as last_seen by sourcetype,host,_time
|eval delay(secs)=now()-last_seen
|eventstats sum(count) as number_of_host by sourcetype
|table _time,sourcetype,host,number_of_host,delay(secs)|sort sourcetype
Happy Splunking!

inventsekar
Super Champion

Great query, Renjit.. upvoted!

0 Karma

SoknySplunk
Loves-to-Learn Lots

Thank you, it's a great example.

0 Karma
Get Updates on the Splunk Community!

Splunk Lantern | Spotlight on Security: Adoption Motions, War Stories, and More

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

Splunk Cloud | Empowering Splunk Administrators with Admin Config Service (ACS)

Greetings, Splunk Cloud Admins and Splunk enthusiasts! The Admin Configuration Service (ACS) team is excited ...

Tech Talk | One Log to Rule Them All

One log to rule them all: how you can centralize your troubleshooting with Splunk logs We know how important ...