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!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...