Splunk Search

How would I value map ip addresses?

f_666dhn
Explorer

I have an example data on csv named invent.csv like this:

f_666dhn_0-1681968677658.png

I want to map ip values ​​to host output using lookup using lookup, logic example:

input -> ip = 1.1.1.1 -> lookup to invent.csv -> output -> table hostname = host1

Thanks.


*Sorry for my bad eng 😁

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @f_666dhn,

let me translate your question in Splunk language:

you have a lookup containing ip hostname and owner.

Then you have a search on an index containing ip address and you want to enrich your search on your index with hostname and owner, is it correct?

if this is your need, please try this search:

index=your_index
| lookup invent.csv ip OUTPUT host AS hostname owner
| table ip hostname owner

I supposed that the ip address has the same field name both in index and lookup, otherwise you have to rename it the lookup command.

Ciao.

Giuseppe

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