Splunk Search

How do I expand this multivalue field?

daniel333
Builder

All,

We are currently getting a log like this from our F5.

 xff="1.2.3.4, 4.3.2.1, 4.2.2.2, 9.8.7.1" 

I'd like to mvexpand it. I assumed I could just |mvexpand xff, but that doesn't not work.

Any idea how I would tackle this?

0 Karma

woodcock
Esteemed Legend

You have to make it a multivalued field first, like this:

... | makemv delim="," xff | mvexpand xff

sundareshr
Legend

Try this

... | eval x=split(xff, ",") | mvexpand x
0 Karma
Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...