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
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...