Splunk Search

lookup faup url restricted specific fields

dmilushev81
New Member

Hi everyone,

I want to run this
sourcetype=x | lookup faup url
but am ONLY interested in url, url_scheme, url_port.
Is there a way to specify this, so that the other ones ( url_subdomain,url_domain_without_tld) are NOT generated.
Hopefully, this would also make it faster.

Thanks!

Tags (1)
0 Karma

somesoni2
Revered Legend

You can use OUTPUT option in the lookup command to specify which fields from lookup you want to display

sourcetype=x | lookup faup url OUTPUT url url_scheme url_port

See more information here
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Lookup

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