Splunk Search

Help with props.conf with lookup?

daniel333
Builder

All,

I have a lookup, which I in turn want to do a couple aliases on. But doesn't seem to work. I get clienthost back, but the aliases don't. Any idea what I might be doing wrong here?

  ## Some DNS
  FIELDALIAS-real_ip_as_clientip = real_ip as clientip
  LOOKUP-dns = dnslookup clientip OUTPUT clienthost
  FIELDALIAS-clienthost_as_src_host = clienthost AS src_host
  FIELDALIAS-clienthost_as_src_dns = clienthost AS src_dns
0 Karma
1 Solution

somesoni2
Revered Legend

Have a look at this really nice Splunk documentation which provides sequence of all search time operation.
https://docs.splunk.com/Documentation/Splunk/8.0.2/Knowledge/Searchtimeoperationssequence

The Field Aliasing happes before Lookup, that's the reason you don't see your clienthost aliases.

View solution in original post

0 Karma

somesoni2
Revered Legend

Have a look at this really nice Splunk documentation which provides sequence of all search time operation.
https://docs.splunk.com/Documentation/Splunk/8.0.2/Knowledge/Searchtimeoperationssequence

The Field Aliasing happes before Lookup, that's the reason you don't see your clienthost aliases.

0 Karma

daniel333
Builder

Dang, that's no good. Any work around for this?

0 Karma

somesoni2
Revered Legend

This might work:

LOOKUP-dns = dnslookup clientip OUTPUT clienthost clienthost as src_host clienthost as src_dns

basically lookup is outputting 3 fields (same field with different names)

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...