Splunk Search

Overwriting input field in lookup

izzy
Engager

I have a question regarding lookup tables. I want to create a lookup that places the output in the same field as the input.

Let's say I have the following lookup table defined:
num,name
80,http
25,smtp

And the search returns a field named src_port with a value of 80.

I want a search that replaces the content of src_port with http. If the lookup doesn't produce any results then the original contents should remain.

This is what I've tried but it doesn't work. The result is that the field src_port is not available at all. | lookup convert-portnum num AS src_port OUTPUT name AS src_port

However, the same search using a different output field produces the expected result. | lookup convert-portnum num AS src_port OUTPUT name AS src_port_name

Has anyone gotten something like this to work?

Thanks

Tags (1)

niemesrw
Path Finder

Not sure when it was introduced, but you can now overwrite with a lookup:

http://docs.splunk.com/Documentation/Splunk/6.5.1/SearchReference/Lookup

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

It is not possible to do this. You can rename or eval the field after the lookup instead.

izzy
Engager

oh well, it would have been nice
thanks for the reply

0 Karma
Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...