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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...