<?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 How do I display the collection of events (as a drill down)  present inside a transaction by clicking on the row (transaction table) in the main dashboard. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-display-the-collection-of-events-as-a-drill-down/m-p/461222#M30257</link>
    <description>&lt;P&gt;I want to display all the events present inside a transaction on the main dashboard by clicking on the transaction row in the table , but I am not able to return that specific transaction events and instead returning all the transactions related to that source.&lt;/P&gt;

&lt;P&gt;So essentially, I need to see all the events present inside the clicked row (transactions) in the form of a drill down of events.&lt;BR /&gt;
Can someone point me in the right direction please.&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2019 01:16:13 GMT</pubDate>
    <dc:creator>pkol</dc:creator>
    <dc:date>2019-08-26T01:16:13Z</dc:date>
    <item>
      <title>How do I display the collection of events (as a drill down)  present inside a transaction by clicking on the row (transaction table) in the main dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-display-the-collection-of-events-as-a-drill-down/m-p/461222#M30257</link>
      <description>&lt;P&gt;I want to display all the events present inside a transaction on the main dashboard by clicking on the transaction row in the table , but I am not able to return that specific transaction events and instead returning all the transactions related to that source.&lt;/P&gt;

&lt;P&gt;So essentially, I need to see all the events present inside the clicked row (transactions) in the form of a drill down of events.&lt;BR /&gt;
Can someone point me in the right direction please.&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 01:16:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-display-the-collection-of-events-as-a-drill-down/m-p/461222#M30257</guid>
      <dc:creator>pkol</dc:creator>
      <dc:date>2019-08-26T01:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the collection of events (as a drill down)  present inside a transaction by clicking on the row (transaction table) in the main dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-display-the-collection-of-events-as-a-drill-down/m-p/461223#M30258</link>
      <description>&lt;P&gt;Hi pkol,&lt;BR /&gt;
could you share your search?&lt;BR /&gt;
Anyway, I suggest to create two panels in a dashboard, in the main panel you insert your search.&lt;BR /&gt;
Then you can pass as token/s the field/s you used to create your transaction to the secondary panel and display the events that are in the transaction.&lt;BR /&gt;
To know how to pass a token from a panel to another in the same dashboard, see the Splunk Dashboard Examples App ( &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;Anyway, if you created your transaction using a field as transaction id, I suggest to explore a different approach because the transaction command is very slow!&lt;BR /&gt;
e.g. if you have something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
| transaction trans_id
| table _time trans_id field1 field2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you can change in&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=my_index
| stats earliest(_time) AS _time values(field1) AS field1 values(field2) AS field2 count BY trans_id
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;that is very faster than the other.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 06:35:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-display-the-collection-of-events-as-a-drill-down/m-p/461223#M30258</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-08-26T06:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display the collection of events (as a drill down)  present inside a transaction by clicking on the row (transaction table) in the main dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-display-the-collection-of-events-as-a-drill-down/m-p/461224#M30259</link>
      <description>&lt;P&gt;THANK YOU , I FIGURED IT OUT!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 23:43:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-display-the-collection-of-events-as-a-drill-down/m-p/461224#M30259</guid>
      <dc:creator>pkol</dc:creator>
      <dc:date>2019-08-26T23:43:52Z</dc:date>
    </item>
  </channel>
</rss>

