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
Contributor

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
Contributor

Does this meet your requirements?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...