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!

Building Reliable Asset and Identity Frameworks in Splunk ES

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

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...