<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dynamic token based drilldown in chart using a BY clause in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/dynamic-token-based-drilldown-in-chart-using-a-BY-clause/m-p/412243#M27060</link>
    <description>&lt;P&gt;Worked like a charm, thank you.  As is so often I was way over complicating it in my attempts.  &lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 13:26:42 GMT</pubDate>
    <dc:creator>JWBailey</dc:creator>
    <dc:date>2019-03-01T13:26:42Z</dc:date>
    <item>
      <title>dynamic token based drilldown in chart using a BY clause</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dynamic-token-based-drilldown-in-chart-using-a-BY-clause/m-p/412241#M27058</link>
      <description>&lt;P&gt;I have a timechart visualization using a by clause to display two different data sets.  I think the number of successful logons and failed logons over time displayed on the same chart... &lt;/P&gt;

&lt;P&gt;For example: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;action=logon_failure  OR action=logon_success | timechart count by action
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want the timechart to have drilldown capability, so when someone clicks on a portion of the chart, a new panel displays the list of usernames that generate that value in the timechart.  &lt;/P&gt;

&lt;P&gt;I have no problems creating the "pop up" panel using the depends flag, and no problems setting tokens to grab the earliest and latest time values based on the user's click.  But how do I capture which by clause attribute the user clicked?  How do I pass the "logon_failure" or "logon_success" value so I can use it to filter the search results that drive the new panel?  &lt;/P&gt;

&lt;P&gt;Any guidance is appreciated.  Thanks in advance.  &lt;/P&gt;

&lt;P&gt;~Wes&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:28:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dynamic-token-based-drilldown-in-chart-using-a-BY-clause/m-p/412241#M27058</guid>
      <dc:creator>JWBailey</dc:creator>
      <dc:date>2020-09-29T23:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic token based drilldown in chart using a BY clause</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dynamic-token-based-drilldown-in-chart-using-a-BY-clause/m-p/412242#M27059</link>
      <description>&lt;P&gt;@JWBailey , if you have performed &lt;CODE&gt;timechart by action&lt;/CODE&gt; you will have &lt;CODE&gt;logon_failure&lt;/CODE&gt; and &lt;CODE&gt;logon_success&lt;/CODE&gt; as columns which can be picked by using &lt;CODE&gt;click.name2&lt;/CODE&gt; predefined drilldown token. Please try the following and see if &lt;CODE&gt;$tokAction$&lt;/CODE&gt; picks the value you are interested in.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
    &amp;lt;set token="tokAction"&amp;gt;$click.name2$&amp;lt;/set&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/EventHandlerReference#Drilldown_event_tokens"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/EventHandlerReference#Drilldown_event_tokens&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 09:52:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dynamic-token-based-drilldown-in-chart-using-a-BY-clause/m-p/412242#M27059</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-03-01T09:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic token based drilldown in chart using a BY clause</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/dynamic-token-based-drilldown-in-chart-using-a-BY-clause/m-p/412243#M27060</link>
      <description>&lt;P&gt;Worked like a charm, thank you.  As is so often I was way over complicating it in my attempts.  &lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:26:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/dynamic-token-based-drilldown-in-chart-using-a-BY-clause/m-p/412243#M27060</guid>
      <dc:creator>JWBailey</dc:creator>
      <dc:date>2019-03-01T13:26:42Z</dc:date>
    </item>
  </channel>
</rss>

