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 Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...