Dashboards & Visualizations

Why can't we drill down when using appendcols

xvxt006
Contributor

Hi, i am not able to drill down and i get a message "PARSER: Applying intentions failed Unable to drilldown because of post-reporting 'appendcols' command". Is there any workaround for this?

Tags (1)
0 Karma

jtrucks
Splunk Employee
Splunk Employee

IIRC, the final search results when using appendcols (or other subsearch methods), the only results you see from the final results viewpoint is the output of the subsearch (appendcols) command. More specifically, it works like this:

  1. search starts, gets some data
  2. appendcols (or other subsearch) command then happens
  3. appendcols (other subsearch) completes and outputs the results back to the original search as input
  4. original search finishes or pipes to subsequent commands

So, thinking of this process, the output of the appendcols (subsearch) command(s) is a limited set of data. The search it performed is not preserved in this process; only the output is preserved. Therefore, you cannot drill down because you are already at the most original format of data from the final result perspective.

To work around this problem you could push subsearch results to a summary index or use scheduled searches that store the data that you can then later drill into without performing the original search again from the beginning.

--
Jesse Trucks
Minister of Magic

jtrucks
Splunk Employee
Splunk Employee

You are welcome! Please mark as answered if you feel it was!

--
Jesse Trucks
Minister of Magic
0 Karma

xvxt006
Contributor

Thank you for the suggestions and explanation. jtrucks.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...