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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...