Knowledge Management

How to get lookup header names as field's values

smart111
Explorer

smart111_0-1634832219579.png


Is there any way to get those header names as field values from lookup files?
Please give me any idea with SPL

 

Labels (1)
Tags (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

You could transpose, duplicate the header column and transpose again

| inputlookup lookup.csv
| transpose 0 header_field="NAME" column_name="NAME"
| eval header=NAME
| transpose 0 header_field=header column_name="NAME"

 

View solution in original post

ryanoconnor
Builder

Can you explain the use case a little bit more? This looks like it might be a screenshot from Microsoft Excel. 

Have you looked into the Lookup File Editor App?  https://splunkbase.splunk.com/app/1724/

0 Karma

smart111
Explorer

Thank you for answering @ryanoconnor 

I actually wanted to set a dropdown list of lookup header values on dashboard and make it possible to choose a primary key to  lookup reference field dynamically.

Thank you for your kindness.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could transpose, duplicate the header column and transpose again

| inputlookup lookup.csv
| transpose 0 header_field="NAME" column_name="NAME"
| eval header=NAME
| transpose 0 header_field=header column_name="NAME"

 

smart111
Explorer

Thank you so much, @ITWhisperer 

This way is exactly I wanted.

0 Karma
Get Updates on the Splunk Community!

Uncovering Multi-Account Fraud with Splunk Banking Analytics

Last month, I met with a Senior Fraud Analyst at a nationally recognized bank to discuss their recent success ...

Secure Your Future: A Deep Dive into the Compliance and Security Enhancements for the ...

What has been announced?  In the blog, “Preparing your Splunk Environment for OpensSSL3,”we announced the ...

New This Month in Splunk Observability Cloud - Synthetic Monitoring updates, UI ...

This month, we’re delivering several platform, infrastructure, application and digital experience monitoring ...