Splunk Enterprise Security

update asset list contents

riqbal47010
Path Finder

I have an asset list. the owner changed for several assets. Now I just want to change the owner name against specific category hosts.

MY inital query is :

| inputlookup asset_lookup.csv | search category="exch" | replace "abc" WITH "xyz" IN owner 

I tried with append but does not producing the required.

0 Karma

to4kawa
Ultra Champion
| makeresults
| eval _raw="category,owner
exch,abc
exch,def
send,ghi"
| multikv forceheader=1
| eval owner=if(category=="exch" AND owner=="abc","xyz",owner)

The answer has been corrected.
After this, you can update with outputcsv.

0 Karma

riqbal47010
Path Finder

hi

thanks for reverting back.
I want to update the same asset lookup with the outcome of the results.

for example. in the existing asset lookup the ower for network devices are man1.
but now ownership changed to owner2. so now how to update this information in asset lookup.

0 Karma

riqbal47010
Path Finder
https://docs.splunk.com/Documentation/Splunk/8.0.0/SearchReference/Inputlookup

Referring above link the example 6 solve my problem.

0 Karma

to4kawa
Ultra Champion

The answer has been fixed. please confirm.

0 Karma

riqbal47010
Path Finder

yes
problem fixed.

thanks

0 Karma

to4kawa
Ultra Champion

Do you mean that you accepted the answer?

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