Hi Splunkers,
I would like to ask your options on my dashboard. I have just started with Splunk for almost 2 months so why not asking experts on Splunk Community.
Problem: By clicking on the line chart 1(imagine: % sales by months). The line chat will transform to multi series line chart 2(imagine: % sales by categories by months). To go back to : Click on any of the multi series line chart 2.
However,
1. The multi series line chart 2 contains basedsearch + join on (_time and categories) + [subsearch]. It is quite complicated query to build.
2. the goal is delivering Splunk views on our own website through Splunk JS Stack. I have done some charts/ tables views but have never sending drilldown option, so I am kind of worry about the limit of drilldown actions on SplunkJS. I hope that I will not facing any problem with JS.
My solution for the moment is : a hidden multi series line chart 2 popup when clicking on the chart 1(token $click.value2$). To go back, i am going to create a check box with token to go back. I totally not happy with my solution but I dont have any other ideals. My solution is creating 2 line charts in stead of updating the original chart and I need a check box or some thing to go back.
looking forward to hearing your discussion