<?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 do I specify a time resolution? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-do-I-specify-a-time-resolution/m-p/199810#M7804</link>
    <description>&lt;P&gt;Hi letharion,&lt;/P&gt;

&lt;P&gt;it depends on how you show your bars using graphs... if you're using &lt;CODE&gt;timechart&lt;/CODE&gt; simply do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; your base search | timechart span=1sec count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this will give you for each second a bar of all event counts. If you're using &lt;CODE&gt;chart&lt;/CODE&gt; or &lt;CODE&gt;stats&lt;/CODE&gt; you can do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; your base search | bucket _time span=1sec | chart count over _time
 your base search | bucket _time span=1sec | stats count by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2014 12:14:33 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-06-18T12:14:33Z</dc:date>
    <item>
      <title>How do I specify a time resolution?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-do-I-specify-a-time-resolution/m-p/199809#M7803</link>
      <description>&lt;P&gt;Normally, the time resolution adjusts itself, seemingly trying to keep the number of bars shown below some "reasonable" limit. So if I search "The last 30 days", I will get bars by the day. If I search "The last 4 hours", I will bars by the minute.&lt;/P&gt;

&lt;P&gt;How do I adjust that? I want to have a per second resolution, but over a larger time span than just a few minutes.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-do-I-specify-a-time-resolution/m-p/199809#M7803</guid>
      <dc:creator>letharion</dc:creator>
      <dc:date>2014-06-18T10:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I specify a time resolution?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-do-I-specify-a-time-resolution/m-p/199810#M7804</link>
      <description>&lt;P&gt;Hi letharion,&lt;/P&gt;

&lt;P&gt;it depends on how you show your bars using graphs... if you're using &lt;CODE&gt;timechart&lt;/CODE&gt; simply do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; your base search | timechart span=1sec count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this will give you for each second a bar of all event counts. If you're using &lt;CODE&gt;chart&lt;/CODE&gt; or &lt;CODE&gt;stats&lt;/CODE&gt; you can do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; your base search | bucket _time span=1sec | chart count over _time
 your base search | bucket _time span=1sec | stats count by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 12:14:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-do-I-specify-a-time-resolution/m-p/199810#M7804</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-06-18T12:14:33Z</dc:date>
    </item>
  </channel>
</rss>

