Splunk Enterprise Security

Splunk Enterprise Security: How to join with lookup

leticiamartello
New Member

I need to cross the information of my lookup with fields from my index, and bring some information on the table, but the fields that are supossed to show information, they're not showing them:

alt text

| rex field=message_text "address\s(?\w+.\w+.\w+)"
| dedup mac
| rex field=message_text "FastEthernet0.(?\d{1,2})"
| join  host Porta [inputlookup salasreuniao.csv | table Sala Andar]
| table mac host Porta Sala Andar _time

Can anyone help me?
| rename mac as "Mac Address"

0 Karma

chinmoya
Communicator
| join host Porta [inputlookup salasreuniao.csv | table Sala Andar]

tto join you need a common field. table Sala Andhar leaves you with only these 2 fields which you are trying to join to host Porta. Find the field in your lookup which is common and include the field in table command.

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...