<?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 to Fill missing times from stats command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-Fill-missing-times-from-stats-command/m-p/601785#M209435</link>
    <description>&lt;P&gt;I am running something like the following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| bin _time span=1s
| stats count by fuzz&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When doing this though I do get gaps where there is no result for some second time frames.&amp;nbsp; I do need per second data but when doing this I feel I am getting some false data since it is not accounting for the missing seconds. Essentially I want to see how many transactions a second we are posting to specific servers&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2022 18:36:12 GMT</pubDate>
    <dc:creator>SMM10</dc:creator>
    <dc:date>2022-06-14T18:36:12Z</dc:date>
    <item>
      <title>How to Fill missing times from stats command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Fill-missing-times-from-stats-command/m-p/601785#M209435</link>
      <description>&lt;P&gt;I am running something like the following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| bin _time span=1s
| stats count by fuzz&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When doing this though I do get gaps where there is no result for some second time frames.&amp;nbsp; I do need per second data but when doing this I feel I am getting some false data since it is not accounting for the missing seconds. Essentially I want to see how many transactions a second we are posting to specific servers&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 18:36:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Fill-missing-times-from-stats-command/m-p/601785#M209435</guid>
      <dc:creator>SMM10</dc:creator>
      <dc:date>2022-06-14T18:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fill missing times from stats command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-Fill-missing-times-from-stats-command/m-p/601820#M209451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@,&lt;/P&gt;&lt;P&gt;you have two solutions:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| bin _time span=1s
| stats count by _time fuzz&lt;/LI-CODE&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| timechart count by fuzz span=1s&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 06:36:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-Fill-missing-times-from-stats-command/m-p/601820#M209451</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-06-15T06:36:59Z</dc:date>
    </item>
  </channel>
</rss>

