Splunk Search

How to list chosen fields in one field?

nathanluke1986
Engager

Hello,

I am trying to list fields I have selected into a single field to display in a dashboard.

Currently trying   | eval Details = mvappend('src', 'dest')  but this only lists the values what I am trying to achieve is listing field name and value for example.

src=192.168.0.1

dest=192.168.0.2

etc 

etc

 

any help appreciated.

thanks

 

 

Labels (2)
0 Karma

smurf
Communicator

Hi,

you can concatenate strings together with eval.

| eval src="src=" + src

This would result in src field containing "src=192.168.0.1".  For a few fields, this would be easy to do.

 

smurf

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...