Splunk Search

How do I edit my search to find what version of a product users are on?

aniketb
Path Finder

My logs have the following info:

userid, version, timestamp

What is the best way to get a report of what product version users are on? I tried:

sourcetype="Apache2" | table timestamp userid version

but it's not exactly what I need. How can you restrict userid to last encountered version, and also search unique userids.

0 Karma

mreynov_splunk
Splunk Employee
Splunk Employee

answer by @vskoryk_splunk

.. | stats latest(version) latest(_time) by user

http://docs.splunk.com/Documentation/Splunk/6.1/SearchReference/Commonstatsfunctions

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try this. It will find the most recent event for each userid, which should be the last encountered version.

sourcetype="Apache2" | dedup userid | table timestamp userid version
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...