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
Legend

@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
SplunkTrust
SplunkTrust

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!

.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 ...