Getting Data In

Monitor Splunk Updates

ivan_yanev
Explorer

Hello,

I need some help. One of our clients wants to see when the patch version of Splunk is updated. Is this possible ? 

Labels (1)
0 Karma
1 Solution

manjunathmeti
Champion

hi @ivan_yanev ,
Check migration logs in _internal index.

 

index="_internal" source="*migration.log*" earliest=1 | table _time, host, PLATFORM, PRODUCT, VERSION, BUILD

 

If this reply helps you, an upvote/like would be appreciated.

View solution in original post

manjunathmeti
Champion

hi @ivan_yanev ,
Check migration logs in _internal index.

 

index="_internal" source="*migration.log*" earliest=1 | table _time, host, PLATFORM, PRODUCT, VERSION, BUILD

 

If this reply helps you, an upvote/like would be appreciated.

ivan_yanev
Explorer

@manjunathmeti thank you for your quick reply.

Probably this is correct but the internal index does not keep data older than 30 days so I cannot validate it.

I guess we'll find out if this work on next update.

UPDATE : I have decided to test it. I've updated the Splunk version of my virtual machine and it worked. 

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.0.2 Availability: On cloud and On-premise!

A few months ago, we released Splunk Enterprise Security 8.0 for our cloud customers. Today, we are excited to ...

Logs to Metrics

Logs and Metrics Logs are generally unstructured text or structured events emitted by applications and written ...

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...