Splunk Enterprise

How do I add a CDM List (An .xlsx file) to a look up list in Splunk Ent. ? Thank u very much

SamHTexas
Builder

Please share the process of adding an .xlsx file to a Lookup list in Splunk Enterprise. Thank you a bunch.

Labels (1)
Tags (1)
0 Karma

solarboyz1
Builder

First, you will need to open you .xlsx file in Excel and save it as CSV. 

Then  settings -> lookups ->  Lookup Table File -> New Lookup Table File and upload your CSV file.

Now to combine your new lookup table file, by appending the new to the bottom of the current:

| inputlookup new_lookup.csv
| outputlookup append=t current_lookup

Which will append the entries of the csv you just uploaded to the bottom of your current CSV. 

 

 

 

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