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!

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...

Splunk Edge Processor | Popular Use Cases to Get Started with Edge Processor

Splunk Edge Processor offers more efficient, flexible data transformation – helping you reduce noise, control ...