<?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: How to create a search and dashboard to display the daily license volume usage per index? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111790#M6371</link>
    <description>&lt;P&gt;By the way Im doing this in a cluster mode. RF=3 SF=3&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2015 07:47:26 GMT</pubDate>
    <dc:creator>sympatiko</dc:creator>
    <dc:date>2015-03-30T07:47:26Z</dc:date>
    <item>
      <title>How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111784#M6365</link>
      <description>&lt;P&gt;Hi splunkers,&lt;/P&gt;

&lt;P&gt;Good day! I just to ask if possible to see the per index volume usage? Let's just say I have multiple indexes like index1 index2 index3. Then I want to create a dashboard that will check index1 index2 and index3 daily volume usage? Is it possible?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 06:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111784#M6365</guid>
      <dc:creator>sympatiko</dc:creator>
      <dc:date>2015-03-30T06:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111785#M6366</link>
      <description>&lt;P&gt;Hi sympatiko,&lt;BR /&gt;
Try with this query, &lt;CODE&gt;index=*  OR index=_* |timechart span=1d count by index&lt;/CODE&gt;  and you are going to see daily count by index.&lt;/P&gt;

&lt;P&gt;Your query will be like: &lt;CODE&gt;index=index1 OR index=index2 OR index= index3 |timechart span=1d count(volume) by  index&lt;/CODE&gt;  where &lt;STRONG&gt;volume&lt;/STRONG&gt; is  your field .&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111785#M6366</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2015-03-30T07:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111786#M6367</link>
      <description>&lt;P&gt;If you are admin user, login into Splunk console -&amp;gt; Settings -&amp;gt; Indexes. It will give you index name, size, event count etc.  &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:11:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111786#M6367</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-03-30T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111787#M6368</link>
      <description>&lt;P&gt;hi&lt;BR /&gt;
it yes possible&lt;BR /&gt;
&lt;CODE&gt;index=* OR index=_*| stats count(Volume) by index&lt;/CODE&gt; &lt;BR /&gt;
you will need to replace Volume by the field name which represente your volume in the index&lt;BR /&gt;
for other information concerning this please let me know.&lt;BR /&gt;
 thanks and regards &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111787#M6368</guid>
      <dc:creator>Tanefo</dc:creator>
      <dc:date>2015-03-30T07:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111788#M6369</link>
      <description>&lt;P&gt;Hi, thanks for the reply. Sorry Im just new to splunk, what is that particular field?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:46:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111788#M6369</guid>
      <dc:creator>sympatiko</dc:creator>
      <dc:date>2015-03-30T07:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111789#M6370</link>
      <description>&lt;P&gt;Hi, thanks for the reply. Sorry Im just new to splunk, what is that particular field?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:46:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111789#M6370</guid>
      <dc:creator>sympatiko</dc:creator>
      <dc:date>2015-03-30T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111790#M6371</link>
      <description>&lt;P&gt;By the way Im doing this in a cluster mode. RF=3 SF=3&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:47:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111790#M6371</guid>
      <dc:creator>sympatiko</dc:creator>
      <dc:date>2015-03-30T07:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111791#M6372</link>
      <description>&lt;P&gt;Hi, Im doing this in a cluster. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111791#M6372</guid>
      <dc:creator>sympatiko</dc:creator>
      <dc:date>2015-03-30T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111792#M6373</link>
      <description>&lt;P&gt;sorry sympatiko move Volume and run just &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* OR index=_*| stats count by index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;it give you eventypes volume by index but if you want data volume( like MB, GB) i think that its not possible.&lt;BR /&gt;
you can just see volume data in this path: -&amp;gt; Settings -&amp;gt; Indexes&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 08:05:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111792#M6373</guid>
      <dc:creator>Tanefo</dc:creator>
      <dc:date>2015-03-30T08:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111793#M6374</link>
      <description>&lt;P&gt;Try only with    &lt;CODE&gt;index=index1 OR index=index2 OR index= index3 |timechart span=1d count by index&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 08:10:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111793#M6374</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2015-03-30T08:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111794#M6375</link>
      <description>&lt;P&gt;it give you eventypes volume by index but if you want data volume( like MB, GB) i think that its not possible&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 08:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111794#M6375</guid>
      <dc:creator>Tanefo</dc:creator>
      <dc:date>2015-03-30T08:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111795#M6376</link>
      <description>&lt;P&gt;Wich particular field?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:33:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111795#M6376</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2015-03-30T12:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111796#M6377</link>
      <description>&lt;P&gt;Thanks for your help. I'll give it a shot. Thanks so much, long live!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:08:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111796#M6377</guid>
      <dc:creator>sympatiko</dc:creator>
      <dc:date>2015-03-30T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111797#M6378</link>
      <description>&lt;P&gt;Thanks casandra =). I'll try that one&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111797#M6378</guid>
      <dc:creator>sympatiko</dc:creator>
      <dc:date>2015-03-30T13:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111798#M6379</link>
      <description>&lt;P&gt;Are you using Splunk Enterprise 6.x? Use the License Usage Reporting View. &lt;STRONG&gt;Settings &amp;gt; Licensing &amp;gt; Usage Report&lt;/STRONG&gt;. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Admin/AboutSplunksLicenseUsageReportView"&gt;About the Splunk Enterprise license usage report view &lt;/A&gt; in the &lt;EM&gt;Admin Manual&lt;/EM&gt; for more information.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111798#M6379</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2015-03-30T20:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111799#M6380</link>
      <description>&lt;P&gt;You can check-out an app I wrote for this too, it's free: &lt;A href="https://splunkbase.splunk.com/app/2678/"&gt;https://splunkbase.splunk.com/app/2678/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111799#M6380</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-03-30T20:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111800#M6381</link>
      <description>&lt;P&gt;Please if you don't satisfy let me now. If you satisfy, don't forget to vote.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:03:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111800#M6381</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2015-03-31T08:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111801#M6382</link>
      <description>&lt;P&gt;Why do these queries only show your top 10 indexes? I must be missing something obvious, It shows 10 indexes usually in a column.. but where are all the rest?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 02:13:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111801#M6382</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-02-25T02:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a search and dashboard to display the daily license volume usage per index?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111802#M6383</link>
      <description>&lt;P&gt;what a great looking app.  Like allot of other apps and queries you find on here try it or install it, doesn't work.  Install it, no issue,  load up the dashboard wow looks great. Let's use it..  go to license usage.. says populating, drum roll.. nothing no data. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 02:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-search-and-dashboard-to-display-the-daily/m-p/111802#M6383</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-02-25T02:18:41Z</dc:date>
    </item>
  </channel>
</rss>

