Getting Data In

How to update CSV ?

colinmchugo
Explorer

Hi all,

I am looking to have a csv with a number of rows and columns. I would like that when the CSV gets updated e.g. with new field that the query is run and then the output is put into a new column field (status) in that row to be changed to e.g. status "Detected"

Does this make sense ? Has anyone the 1,2,3 steps please? thanks in advance.

Tags (1)
0 Karma

muebel
SplunkTrust
SplunkTrust

Hi colinmchugo, the basic process of updating a CSV based lookup is to '| inputlookup' the CSV in question, modify the values as desired with eval and other searchtime field manipulating commands, and then '| outputlookup' back to the same CSV to commit the changes.

If you'd like to have more featureful datastore, you can utilize KVStore collections http://dev.splunk.com/view/webframework-developapps/SP-CAAAEZK

This allows for direct update of specific fields, without rewriting the whole lookup.

Please let me know if this answers your question!

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...