<?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: Trend scenario - three dimensional data in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378751#M24794</link>
    <description>&lt;P&gt;Since data is in multiple rows  by_time. .. I need the difference of  last time and first time a nd then top 10 .. so that top 10 slow pages can be identified.  Simple&lt;/P&gt;</description>
    <pubDate>Sun, 19 May 2019 23:33:23 GMT</pubDate>
    <dc:creator>reverse</dc:creator>
    <dc:date>2019-05-19T23:33:23Z</dc:date>
    <item>
      <title>Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378737#M24780</link>
      <description>&lt;P&gt;So In my logs I have &lt;CODE&gt;transaction_id&lt;/CODE&gt;, &lt;CODE&gt;processing_time&lt;/CODE&gt;, &lt;CODE&gt;page_id&lt;/CODE&gt; and action done on page &lt;CODE&gt;action_id&lt;/CODE&gt;&lt;BR /&gt;
&lt;STRONG&gt;processing time is per action.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I need to show a trend of actions/pages for which daily average &lt;CODE&gt;processing_time&lt;/CODE&gt; is continuously increasing over a selected time period.&lt;/P&gt;

&lt;P&gt;Please guide,&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 11:42:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378737#M24780</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-05-19T11:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378738#M24781</link>
      <description>&lt;P&gt;Hi @reverse,&lt;/P&gt;

&lt;P&gt;You're looking for something like this : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | chart avg(processing_time) values(transaction_id) as transaction_id, values(action_id) as action_id by _time span=1d 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can play around with the span if needed. &lt;/P&gt;

&lt;P&gt;More info about using &lt;CODE&gt;chart&lt;/CODE&gt; command here :&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/Chart"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/Chart&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 12:14:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378738#M24781</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-19T12:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378739#M24782</link>
      <description>&lt;P&gt;it is showing only 1 entry avg(processing_time and all pages listed in single row against a date  ..&lt;BR /&gt;
transaction_id is not relevant here .. page_id is ...&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:36:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378739#M24782</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2020-09-30T00:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378740#M24783</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;2019-05-18  187.80
                    A
                    B
                    C
                    D
                    E
                    I
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 19 May 2019 12:42:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378740#M24783</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-05-19T12:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378741#M24784</link>
      <description>&lt;P&gt;..as if it is showing avg of all pages&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 12:44:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378741#M24784</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-05-19T12:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378742#M24785</link>
      <description>&lt;P&gt;oh so you want to have your &lt;CODE&gt;page_id&lt;/CODE&gt;as "by" for the chart ? I thought it's just the _time&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 12:45:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378742#M24785</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-19T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378743#M24786</link>
      <description>&lt;P&gt;I am trying to find out pages which are deteriorating over time..&lt;BR /&gt;
each page has actions .. &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;page_id&lt;/CODE&gt; has multiple  &lt;CODE&gt;action_id&lt;/CODE&gt; (which makes data 3d) and there is also individual transaction processing time for each action on every page.. &lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 12:50:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378743#M24786</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-05-19T12:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378744#M24787</link>
      <description>&lt;P&gt;okay so from what you're saying, the three dimensions are &lt;CODE&gt;page_id&lt;/CODE&gt; that contains &lt;CODE&gt;action_id&lt;/CODE&gt;and we need the avg &lt;CODE&gt;processing_time&lt;/CODE&gt; for each of the &lt;CODE&gt;action_id&lt;/CODE&gt; :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ... | chart avg(processing_time) by transaction_id ,action_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 19 May 2019 12:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378744#M24787</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-19T12:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378745#M24788</link>
      <description>&lt;P&gt;You can also add the time using the &lt;CODE&gt;bucket&lt;/CODE&gt; command and a span..in this case 1hour :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... |bucket span=1h _time | stats avg(processing_time) by transaction_id ,action_id,_time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 19 May 2019 13:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378745#M24788</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-19T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378746#M24789</link>
      <description>&lt;P&gt;this worked !.. i replaced transaction_id with page_id&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:36:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378746#M24789</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2020-09-30T00:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378747#M24790</link>
      <description>&lt;P&gt;thanks for your help!!!!!! Now .. more complexity .. &lt;BR /&gt;
there are 250 pages .. each page has minimum 3 actions ...&lt;/P&gt;

&lt;P&gt;I want to show only those results (pages\action combo) for which daily average processing time has increased lets say by 10 % ... or to make it simple ... top 10 worst performing  results (pages\action combo) since the start of time range .. example .. comparing today with 7th day before [last 7 days]..&lt;BR /&gt;
 this is really complex...&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 13:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378747#M24790</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-05-19T13:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378748#M24791</link>
      <description>&lt;P&gt;hahah you're welcome ! plz up vote the comments and answer and accept and let me see for your next question&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 15:09:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378748#M24791</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-19T15:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378749#M24792</link>
      <description>&lt;P&gt;put your other question in another question and post the link here lol I don't really understand this one &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;  &lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 15:10:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378749#M24792</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-19T15:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378750#M24793</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/747008/trend-scenario-ii-three-dimensional-data.html?minQuestionBodyLength=80"&gt;https://answers.splunk.com/answers/747008/trend-scenario-ii-three-dimensional-data.html?minQuestionBodyLength=80&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 16:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378750#M24793</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-05-19T16:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trend scenario - three dimensional data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378751#M24794</link>
      <description>&lt;P&gt;Since data is in multiple rows  by_time. .. I need the difference of  last time and first time a nd then top 10 .. so that top 10 slow pages can be identified.  Simple&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 23:33:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trend-scenario-three-dimensional-data/m-p/378751#M24794</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-05-19T23:33:23Z</dc:date>
    </item>
  </channel>
</rss>

