Splunk Search

External source for external lookup

jvmerilla
Path Finder

Hi,
I'm trying to create an external lookup but I'm getting very confused.
What are the external sources that I can use where I can match the fields of my events?
I'm very new on this topic so I don't really have any idea.
I've read the documentation but everything is still vague.

Hope someone can clarify these things to me.

Thanks in advance.

0 Karma
1 Solution

elliotproebstel
Champion

An external lookup is a script that you write to allow users to take a value in Splunk and lookup a corresponding value in some other source. Because external lookups are custom scripts that you write, the list of potential external sources is infinite. The canonical example, which is provided by Splunk, is a dnslookup that allows the user to resolve a hostname from an IP address or vice versa. This is pretty well documented here:
http://docs.splunk.com/Documentation/Splunk/7.0.0/Knowledge/Configureexternallookups

You can take the sample code provided by Splunk and modify it to use any data source to which you have access.

View solution in original post

elliotproebstel
Champion

An external lookup is a script that you write to allow users to take a value in Splunk and lookup a corresponding value in some other source. Because external lookups are custom scripts that you write, the list of potential external sources is infinite. The canonical example, which is provided by Splunk, is a dnslookup that allows the user to resolve a hostname from an IP address or vice versa. This is pretty well documented here:
http://docs.splunk.com/Documentation/Splunk/7.0.0/Knowledge/Configureexternallookups

You can take the sample code provided by Splunk and modify it to use any data source to which you have access.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...