Splunk Search

How can I join csv file with id only?

mananzeh
New Member

i have 2 csv file 
first one has name and id
second one has the id only

i can extract the common id but i couldn’t find the query to show the common name using the id

any body can help please?!

Labels (2)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| input csv1.csv
| append [| inputlookup csv2.csv]
| stats values(*) as * by id
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...