<?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: timechart without spaning in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89388#M22925</link>
    <description>&lt;P&gt;splunk is still putting events together... _time difference is in ms...&lt;BR /&gt;
I tried with span=1cs, but doesn't work :&lt;/P&gt;

&lt;P&gt;[SimpleResultsTable module] invalid literal for int() with base 10: '0.01'&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2013 10:47:28 GMT</pubDate>
    <dc:creator>sbsbb</dc:creator>
    <dc:date>2013-04-10T10:47:28Z</dc:date>
    <item>
      <title>timechart without spaning</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89386#M22923</link>
      <description>&lt;P&gt;I would like to show the message_types from each event on a timeline.&lt;/P&gt;

&lt;P&gt;I think timechart would be the right element, but is there a way to specify that it shoud not span ?&lt;/P&gt;

&lt;P&gt;index=t | head 10 |   timechart list(H_message_type) [[NOSPAN ?]]&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:42:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89386#M22923</guid>
      <dc:creator>sbsbb</dc:creator>
      <dc:date>2020-09-28T13:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: timechart without spaning</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89387#M22924</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;Have you tried just:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=t | head 10 |   timechart count by H_message_type
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 09:58:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89387#M22924</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2013-04-10T09:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: timechart without spaning</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89388#M22925</link>
      <description>&lt;P&gt;splunk is still putting events together... _time difference is in ms...&lt;BR /&gt;
I tried with span=1cs, but doesn't work :&lt;/P&gt;

&lt;P&gt;[SimpleResultsTable module] invalid literal for int() with base 10: '0.01'&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 10:47:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89388#M22925</guid>
      <dc:creator>sbsbb</dc:creator>
      <dc:date>2013-04-10T10:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: timechart without spaning</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89389#M22926</link>
      <description>&lt;P&gt;use this:&lt;/P&gt;

&lt;P&gt;index=t | head 10 | timechart span=1ms list(H_message_type)&lt;/P&gt;

&lt;P&gt;this should provide the correct chart .... at least it did for me with 5.0.1&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89389#M22926</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2020-09-28T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: timechart without spaning</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89390#M22927</link>
      <description>&lt;P&gt;you dont have to use timechart. xyseries can do it too, and you dont specify a span, or an aggregating function&lt;/P&gt;

&lt;P&gt;i.e.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal group="per_sourcetype_thruput"  | xyseries _time series ev
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;if you dont have a series (a "by" clause - the 2nd arg to xyseries), you need to make a dummy one.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal | eval wibble="suasages" | xyseries _time wibble bytes
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Apr 2013 16:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-without-spaning/m-p/89390#M22927</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-04-10T16:31:29Z</dc:date>
    </item>
  </channel>
</rss>

