Splunk Search

Combining Lookups to a Table?

atebysandwich
Path Finder

I have two looksups that have a lists of subnets and name of the subnets. One lookup (subnet1.csv) as a field called name and subnet and the other (subnet2.csv) has fields named Name and Range. I would like to combine the two. So far I have this:

| inputlookup subnet1.csv
| lookup subnet2.csv Name Range OUTPUT Range AS Subnet
| table Name Subnet



This doesn't seem to work. When I run it, I only get the results from subnet1.csv and I can't seem to figure out why. 

Labels (1)
0 Karma

caiosalonso
Path Finder

Hi,

Is it possible to provide an example of the data that the lookup files contain?

Also, when you run the lookup command, you are trying to match both "Name" and "Range" fields on subnet2.csv lookup? If that is the case, the subnet1.csv lookup contains both fields?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...