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!

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 ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...