Splunk Search

Appending a static lookup

ivan128
Explorer

Hi all,

I'm looking for a way to append the contents of a CSV table to any search I make as an additional column. For example I have the following search:

index=X  sourcetype=Y name=Z | dedup host-ip, plugin_name, plugin_family, severity, "ports{}.port", "ports{}.protocol" | chart count by host-ip

This gives me a table like this:

host-ip           count
1.1.1.1            3
2.2.2.2            4
3.3.3.3            7

I though that adding |inputlookup append=t testing.csv at the end of the search would add an additional column with the results from the lookup table but instead it adds them under the results from the search.

The contents of the CSV files are a list of IP addresses and I want a result that looks something like this:

host-ip           count    csvIP
1.1.1.1            3           1.1.1.1
2.2.2.2            4           2.2.2.2
3.3.3.3            7           3.3.3.3

Is there a command or parameter in the lookup command that can help me with this case?

Edit: Edited for clarity.

0 Karma

somesoni2
Revered Legend

The append command, as the name suggest, appends the result at the bottom of current result. Not sure what is your exact requirement, but you may want to use appendcols command. Would you mind showing what your final output should look like?

0 Karma

ivan128
Explorer

I edited the question for clarity. I looked up the appendcol command and it seems that it works with subsearches, so I'm not entirely sure how it would work with an inputlookup, I tried using:

index=X sourcetype=Y name=Z | dedup host-ip, plugin_name, plugin_family, severity, "ports{}.port", "ports{}.protocol" | chart count by host-ip| appendcols [inputlookup testing.csv]but it didn't work, it only presented me the original results, possibly I wrote something incorrecctly.

0 Karma
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...