Splunk Search

help on a field rename in a subsearch

jip31
Motivator

hi

I use the subsearch below in order to match host in host.csv with host in the index
But in the index, the host field is called USERNAME
So I am doing a rename in my subsearch but I am unable to match with the index events
what is the problem please??

[| inputlookup host.csv 
    | table host| rename host as USERNAME ] index=A sourcetype=wireless USERNAME=TOTA
Tags (1)
0 Karma
1 Solution

DavidHourani
Super Champion

Hi @jip31,

Maybe USERNAME=TOTA is causing the problem as it only filters on TOTA. Try it as follows :

index=A sourcetype=wireless   [| inputlookup host.csv | table host| rename host as USERNAME ] 

If you want to enrich your data with the lookup then this should do :

index=A sourcetype=wireless  | lookup host.csv host AS USERNAME

Best regards,
David

View solution in original post

0 Karma

DavidHourani
Super Champion

Hi @jip31,

Maybe USERNAME=TOTA is causing the problem as it only filters on TOTA. Try it as follows :

index=A sourcetype=wireless   [| inputlookup host.csv | table host| rename host as USERNAME ] 

If you want to enrich your data with the lookup then this should do :

index=A sourcetype=wireless  | lookup host.csv host AS USERNAME

Best regards,
David

0 Karma

jip31
Motivator

thanks to you

0 Karma

chrispounds
Explorer

I think you need to place the search before the lookup, so it would look something like this

index-A sourcetype=wireless USERNAME=TOTA [inputlookup host.csv | table host | rename host as USERNAME]

See if that works perhaps?

0 Karma

jip31
Motivator

its not working...

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...