Splunk Search

Search Help: Last time Windows Systems checked in by sourcetype

kholleran
Communicator

Hello,

I currently have a search that runs to show me the last time all my hosts checked in with Splunk.

However, I recently discovered that a system was not sending all the logs I wanted over for a reason (still) unknown. I'd like to modify this search to list the check-in by sourcetype but cannot seem to figure how to do it.

search: | metadata type=hosts | convert timeformat="%Y-%h-%d %l:%M:%S %p" ctime(lastTime) as last_update | table host,last_update | sort last_update

Thanks for your help.

Kevin

Tags (2)
0 Karma
1 Solution

Ayn
Legend

The metadata command can give you information on the last seen events for hosts, sources and sourcetypes, but not a combination of them. So you can certainly get last check-in by sourcetype (by specifying type=sourcetypes) but you cannot also get it split by host. In that case you'll have to resort to "classic" searches and use something like dedup host,sourcetype to get the latest events for each host/sourcetype pair.

View solution in original post

Ayn
Legend

The metadata command can give you information on the last seen events for hosts, sources and sourcetypes, but not a combination of them. So you can certainly get last check-in by sourcetype (by specifying type=sourcetypes) but you cannot also get it split by host. In that case you'll have to resort to "classic" searches and use something like dedup host,sourcetype to get the latest events for each host/sourcetype pair.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...