Splunk Search

Splunk and Drilling down into Charts

damogallagher
New Member

Hi

I am using a Pie chart and I want to be able to drill down into see the results, but when I try this, I get the following error message
PARSER: Applying intentions failed Unable to drilldown because of post-reporting 'replace' command

Here is the search I am using
host=MTSFARM-13U-PTCSWSEIU1 Status="PreInboundProcessorSelector" | top ProcessorLookup limit="25"
| replace "DELIVERY_REPORT_1_PROCESSOR" with "Delivery Report 1" in ProcessorLookup
| replace "REJECTED_DELIVERY_REPORT_2_PROCESSOR" with "Rejected Delivery Report 2" in ProcessorLookup

I need to use the replace command so that the pie chart can have meaningful values in the Legend.
Is there anyway to have meaningful values on my chart and still be able to drill down into the chart?

Tags (1)
0 Karma

BobM
Builder

Some commands that change the data including replace do not map well to automated drilldown. In those cases, you will need to use advanced XML and specify the drildown search.

A good explanation of this is given here

[http://www.splunk.com/base/Documentation/latest/Developer/TableChartDrilldown]http://www.splunk.com/...]

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 ...