Hi Everyone, I have a simple xml with few charts, I am able to do a drill down with the clicked value and get was able to get the search results as events. But I am trying to see if there a option to append table command to the original search in simple xml.
This is my code for the chart, I want to see on drill down if I can view the results as a table with selected fields.
<chart> <searchstring>sourcetype=batch_data ACTION=$action_token$ HOSTNAME=$HOSTNAME$ CUSTOMER_SEGMENT=$segment_token$ | timechart span=1d count by ACTION usenull=f</searchstring> <title>Overall stats by ACTION</title> <option name="charting.chart">column</option> <option name="charting.chart.stackMode">stacked</option> <option name="count">10</option> <option name="displayRowNumbers">true</option> </chart>