Splunk Search

How to use eval min and mvcombine ip for events grouped by two or three other fields?

0range
Communicator

Hello!
How can I, for example, eval min(_time) an mvcombine ip for event grouped by two or three other fields?
Thank you in advance!

Tags (4)
0 Karma

strive
Influencer

try this

Some search terms | eventstats min(_time) as MinTime by Field_1, Field_2| mvcombine IP_Addr

If you intention is to combine multivalue field among a group of identical events, see this also

Some search terms | stats min(_time) as "Min Time", values(Ip_addr) as "IP Addresses" by Field_1, Field_2
0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...