Splunk Search

How to use a lookup file to create a new field? (Ex: Http Status code and description from csv file -> create new field http_description)

Kukkadapu
Path Finder

Hi ,
How do I create a new field based on the lookup file (csv file has tow columns - status , description). Now I wanted to match the status with the http_status field and create a new field http_status_desc, Or display the http_status with the description from the file.

Can you give me the steps to create?

Thanks,
Mani

0 Karma
1 Solution

javiergn
Super Champion

You can use the eval command to create a new field based on the result of your lookup table.
If you post the query you are running we might be able to help a bit more.

http://docs.splunk.com/Documentation/Splunk/6.3.2/SearchReference/Eval

View solution in original post

javiergn
Super Champion

You can use the eval command to create a new field based on the result of your lookup table.
If you post the query you are running we might be able to help a bit more.

http://docs.splunk.com/Documentation/Splunk/6.3.2/SearchReference/Eval

Kukkadapu
Path Finder

Thanks Javiergn. That worked 🙂

0 Karma

Kukkadapu
Path Finder

Hey Javiergn, I've not yet used any query. I got to know that, I should use Automatic lookups , so a new field with the description is automatically created when the data comes in. But not sure how to do that.

0 Karma

javiergn
Super Champion

Hi,

Take a look at this:

http://docs.splunk.com/Documentation/Splunk/6.3.2/Knowledge/Usefieldlookupstoaddinformationtoyoureve...

There's even an example about http status lookups at the bottom.

Hope that helps.

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