Dashboards & Visualizations

How to combine my two searches into a single base search and have two different post-process transforming searches?

joydeep741
Path Finder

I have scenario where:

Search 1:

base search | timechart count(field) by X

Search 2:

base search | timechart count(field2) by Y

Can I some how combine these to in a single base search and then have two post processed searches?

0 Karma

gyslainlatsa
Motivator

hi joydeep741,
try like this:

|set union  [base search | timechart count(field) by X]  [base search | timechart count(field2) by Y]
0 Karma

gibba
Path Finder
  • List item base search | timechart count(field) by X | appendcols [ search base search | timechart count(field2) by Y]
0 Karma

joydeep741
Path Finder

But by this approach i will be hitting the Raw data twice. So the purpose of post processing wont be served.

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...