Dashboards & Visualizations

Post processing using transforming command

chetan1974
Engager

While using post process, I have set base search as "index=_test source="/logs/trans.log" component=core|fields activity". In my post process query, using below search

timechart span=1h count(activity) as Activites

In my base query, there is no transforming command. When I try to use transforming command like timechart or stats, I do not get any results back.

How do I use transforming command to link base search and post process query?

0 Karma

woodcock
Esteemed Legend

I am assuming that you are doing various kinds of timecharts for the post-process. If so check out my accepted answer here for the optimal approach:
https://answers.splunk.com/answers/541378/how-to-create-a-base-search-that-retains-multiple.html

0 Karma

cmerriman
Super Champion

In your base search use | fields _time activity
so that your post process can see _time for the timechart. You'll need to bring forward any interesting field in the fields command in your base search for any post process search.

gcusello
SplunkTrust
SplunkTrust

Hi chetan1974,
there is no problem to put transform command both in the base search and/or in one or more of the secondary searches.
The only attention point is to insert all the fields that you have in the secondary searches in the "field" command that is at the end of the base search.
Bye.
Giuseppe

0 Karma

DalJeanis
Legend

Did you try using the leading pipe? |stats etc.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...