Splunk Search

How do i extract a value from one search, use it in a second search, and then output fields from both searches

ezmo1982
Path Finder

Hi 

I need to search one index, extract a value from a field from that search, then use that value when searching a different index. I then need to join values from both searches into my output. Im guessing i need to use a subsearch or append of some kind?

First search is index=cisco_fw | stats values(action), values(user). 

Second search is index=web_proxy | stats values(url). This index also contains a field named user. I want to use the value of user from the first search and search the user field in the second search with that value. In other words,  the user field value from both search needs to match. I then need to combine the output i.e values(action) values(url) and values(user) to display all three values on one line.

Thanks. 

Labels (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Have you tried:

index=cisco_fw OR index=web_proxy | stats values(action), values(url) by user

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Have you tried:

index=cisco_fw OR index=web_proxy | stats values(action), values(url) by user
0 Karma
Get Updates on the Splunk Community!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...