Splunk Search

How to find ITSI old and current version from splunk logs ?

sjaitly
Engager

I'm trying to create a dashboard to find the old version and new version of splunk from the logs 
but unable to find it.

Labels (1)
0 Karma

fredclown
Builder

Are you on Splunk 9.X? If so you can do this ...

index=_configtracker sourcetype=splunk_configuration_change "data.path"="/opt/splunk/etc/system/local/migration.conf"
| eval old = 'data.changes{}.properties{}.old_value'
| eval new = 'data.changes{}.properties{}.new_value'
| table host old new
0 Karma

fredclown
Builder

Does this meet your requirements?

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...