Splunk Search

relating AD logs with DHCP

krugger
Communicator

Hi,

I am trying to add a IP address hint to the Active Directory logs. I know it isn't completely reliable, but it is just to get a general ideal of the IP address the workstations had when they generate some events. Sometimes the IP is already included in the event, but most times it isn't.

They way I am trying to implement it is by building a state table with a scheduled query:
index="dhcp" (description="DNS Update Successful" OR description="Renew") | dedup hostname | outputcsv dhcpstatetable
And then using a automatic lookup to add a probableip field to the AD events.

I have the problema that the outputcsv writes the csv to /var/run which I can't use to create a lookup definition.

Is there a better way to do this?

0 Karma
1 Solution

chris
Motivator

You can create an empty dummy lookup where you need it and then use the outputlookup command to populate it.

There is an example in the documentation of the command: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Outputlookup

View solution in original post

chris
Motivator

You can create an empty dummy lookup where you need it and then use the outputlookup command to populate it.

There is an example in the documentation of the command: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Outputlookup

krugger
Communicator

outputlookup seems to solve it

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!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...