Splunk Search

How do I find the versions of all my UFs & HFs and dates of install on Splunk Enterprise?

SamHTexas
Builder

How do I find the versions of all my UFs & HFs and dates of install on Splunk Enterprise?

Labels (2)
Tags (1)
0 Karma

96nick
Communicator

For version you can go to the monitoring console (assuming that you have a centralized monitoring console) > Forwarders > Forwarders: Deployment and you'll see the versions of Splunk installed on your UFs and HFs. 

Getting the date installed isn't as easy. But one way you could do that is to get the date of the first event from the host. This assume the install date was also the first date you got in data from that host. 

index=main | stats min(_indextime) as mintime by host | convert ctime(mintime) | table host mintime

That search will take awhile, but you'll get your answer.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...