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!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...