<?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: Display EventCount for specific index. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530637#M149907</link>
    <description>&lt;P&gt;NO, Getting graph only for first index.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2020 16:07:29 GMT</pubDate>
    <dc:creator>shinde0509</dc:creator>
    <dc:date>2020-11-24T16:07:29Z</dc:date>
    <item>
      <title>Display EventCount for specific index.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530535#M149886</link>
      <description>&lt;P&gt;Want to count all events from specific indexes say abc, pqr and xyz only for span of 1h using tstats&lt;BR /&gt;and present it in timechart.&lt;/P&gt;&lt;P&gt;Tried this but now working&amp;nbsp;&lt;/P&gt;&lt;P&gt;| tstats count WHERE earliest=-1d@-3h latest=now index=ABC,PQR,XYZ by index, _time span=1h | timechart sum(count) as count by index.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 08:04:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530535#M149886</guid>
      <dc:creator>shinde0509</dc:creator>
      <dc:date>2020-11-24T08:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display EventCount for specific index.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530554#M149888</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164225"&gt;@shinde0509&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count where index IN (windows,nix)  by _time, span=1h , index
| chart values(count) as count over _time by index&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 24 Nov 2020 09:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530554#M149888</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-11-24T09:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display EventCount for specific index.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530570#M149891</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count WHERE earliest=-1d@-3h latest=now index IN (ABC,PQR,XYZ) by index _time span=1h prestats=t 
| timechart span=1h count as count by index.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must use count on both and also span must be the same.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 16:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530570#M149891</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-24T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display EventCount for specific index.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530637#M149907</link>
      <description>&lt;P&gt;NO, Getting graph only for first index.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 16:07:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530637#M149907</guid>
      <dc:creator>shinde0509</dc:creator>
      <dc:date>2020-11-24T16:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display EventCount for specific index.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530639#M149908</link>
      <description>&lt;P&gt;Thanks, Working.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 16:08:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530639#M149908</guid>
      <dc:creator>shinde0509</dc:creator>
      <dc:date>2020-11-24T16:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display EventCount for specific index.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530643#M149910</link>
      <description>&lt;P&gt;Sorry, I just copied that from your example. It must be index IN (ABC, PQR,XYZ) or in the old way index = ABC OR index = PQR OR index = XYZ. Fixed into my previous reply.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 16:22:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-EventCount-for-specific-index/m-p/530643#M149910</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-24T16:22:02Z</dc:date>
    </item>
  </channel>
</rss>

