Splunk Enterprise Security

How to make it line by line with each unique value?

bluewizard
Explorer

I have set up my intel download however when i run `http_intel` multiple IOC/values are grouped into a single row. 

How do i make it line by line with each unique value?

bluewizard_0-1684401775886.png

 

Labels (1)
0 Karma

bluewizard
Explorer

am i doing it correctly? im still not getting it

bluewizard_0-1684402318362.png

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

It doesn't look like it!

Is domain already a multi-value field?

If not, try

| eval domain=split(domain," ")
| mvexpand domain

bluewizard
Explorer

thanks! that worked

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If it isn't already, then you need to split the field into a multi-value field, then use mvexpand on the multi-value field

0 Karma
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.


Introducing Unified TDIR with the New Enterprise Security 8.2

Read the blog
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...