All Apps and Add-ons

Rename field value from other source

sarumjanuch
Path Finder

Is there any way to rename fields for by getting value from different source?
For example in my log file i have user=100, and i have table or just a text file, where i spcify 100=Jhon Doe. So i can repleace 100 with Jhon Doe in my reports?

0 Karma
1 Solution

yannK
Splunk Employee
Splunk Employee

Its called a lookup, and you need to generate your list first as a csv file. (outputlookup is your friend)
then call the lookup command at search time to to add new fields, or rename fields values..

see http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Lookup
http://docs.splunk.com/Documentation/Splunk/6.0/Search/Useexternalfieldlookups

View solution in original post

yannK
Splunk Employee
Splunk Employee

Its called a lookup, and you need to generate your list first as a csv file. (outputlookup is your friend)
then call the lookup command at search time to to add new fields, or rename fields values..

see http://docs.splunk.com/Documentation/Splunk/6.0/SearchReference/Lookup
http://docs.splunk.com/Documentation/Splunk/6.0/Search/Useexternalfieldlookups

sarumjanuch
Path Finder

Thank you good man.

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