<?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: Help how to create bar chart from two different source? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189415#M11748</link>
    <description>&lt;P&gt;I'm pretty sure that order is based on the column names alphabetically, so name them in a way that suits your ordering needs.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Oct 2014 19:42:15 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-10-30T19:42:15Z</dc:date>
    <item>
      <title>Help how to create bar chart from two different source?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189410#M11743</link>
      <description>&lt;P&gt;Need a help.&lt;/P&gt;

&lt;P&gt;Can you please provide the sample query to draw the bar chart (stacked bar chart) with the below info. We have the two sources and index="idxstaging"&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;/var/log/idx/dispacher.log &lt;BR /&gt;
   column:&lt;BR /&gt;
   transaction_id&lt;BR /&gt;
   worker_time (number)&lt;BR /&gt;
   database_time (number)&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;/var/log/idx/api.log&lt;/P&gt;

&lt;P&gt;Column:&lt;BR /&gt;
  transaction_id&lt;BR /&gt;
  api_response_time (number)&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;how can i build a bar chart based on transaction_id from the above column. We want to show the each transaction how long time its spent for worker_time, database_time and api_response_time.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:02:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189410#M11743</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2020-09-28T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help how to create bar chart from two different source?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189411#M11744</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=idxstaging (source=/var/log/idx/dispacher.log OR source=/var/log/idx/api.log) | chart sum(worker_time) sum(database_time) sum(api_response_time) by transaction_id
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Configure the chart to bar and stacked through the UI.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 18:30:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189411#M11744</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-10-30T18:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help how to create bar chart from two different source?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189412#M11745</link>
      <description>&lt;P&gt;It works, Thank you so much, how can i order the results based value in the chart. like highest value on top and lowest value to bottom.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 18:50:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189412#M11745</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2014-10-30T18:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help how to create bar chart from two different source?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189413#M11746</link>
      <description>&lt;P&gt;Append this to your search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | addtotals | sort - Total | fields - Total
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Oct 2014 18:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189413#M11746</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-10-30T18:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help how to create bar chart from two different source?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189414#M11747</link>
      <description>&lt;P&gt;Thank you, is it possible to show in this order from the bottom, api_response_time, worker_time and database_time (o top). because the database values are very less and not showing any results.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:58:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189414#M11747</guid>
      <dc:creator>dhavamanis</dc:creator>
      <dc:date>2020-09-28T17:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help how to create bar chart from two different source?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189415#M11748</link>
      <description>&lt;P&gt;I'm pretty sure that order is based on the column names alphabetically, so name them in a way that suits your ordering needs.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-how-to-create-bar-chart-from-two-different-source/m-p/189415#M11748</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-10-30T19:42:15Z</dc:date>
    </item>
  </channel>
</rss>

