<?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: -1 value at _time field using timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280148#M84580</link>
    <description>&lt;P&gt;Hi semosoni2,&lt;BR /&gt;
I get 0 results for the search above...&lt;BR /&gt;
That's why I'm keep thinking if timechart its not recognizing something...&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 14:39:22 GMT</pubDate>
    <dc:creator>guimilare</dc:creator>
    <dc:date>2016-10-25T14:39:22Z</dc:date>
    <item>
      <title>-1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280140#M84572</link>
      <description>&lt;P&gt;Hello Splunkers.&lt;/P&gt;

&lt;P&gt;I'm having an issue with timechart;&lt;/P&gt;

&lt;P&gt;Scenario: &lt;BR /&gt;
I have a index that contains summarized data. &lt;BR /&gt;
I want to create a timechart showing the sum of bytes used.&lt;BR /&gt;
However, in the field _time, I get some dates OK and then I get a -1 value. After that, _time goes back to start of the epoch time:&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2079i3A39A9986C4937A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;At first I imagined that it was related to summarization issues, but the same occurs on the data indexed directly from the ironports.&lt;BR /&gt;
Have you guys ever seen something like that?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:48:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280140#M84572</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2016-10-25T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280141#M84573</link>
      <description>&lt;P&gt;are you piping right after the &lt;CODE&gt;timechart&lt;/CODE&gt; command?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:51:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280141#M84573</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-10-25T13:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280142#M84574</link>
      <description>&lt;P&gt;This is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=wsa_ironport name_subnet="XXX" | timechart sum(eval(round(bytes_in/1048576,3))) as traffic by name_subnet
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280142#M84574</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2016-10-25T13:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280143#M84575</link>
      <description>&lt;P&gt;It seems like '_time' is not getting indexed correctly from raw data. Do you see correct time values in the events returned by your base search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=wsa_ironport name=zyx  | table _time _raw
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:57:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280143#M84575</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-10-25T13:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280144#M84576</link>
      <description>&lt;P&gt;ahh alright, that picture looked like there was a pipe in there. &lt;/P&gt;

&lt;P&gt;I assume it's &lt;CODE&gt;...|timechart span=1d sum(eval...&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I'd double check the _raw data to make sure that _time is being indexed correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:59:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280144#M84576</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-10-25T13:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280145#M84577</link>
      <description>&lt;P&gt;_time seems to be indexed correctly:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2078i94037BB2359E24E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I guess a few events were wrongly indexed and are causing this issue.&lt;BR /&gt;
I have to find these bad buys now.&lt;/P&gt;

&lt;P&gt;Any hints?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 14:08:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280145#M84577</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2016-10-25T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280146#M84578</link>
      <description>&lt;P&gt;_time seems to be indexed correctly.&lt;BR /&gt;
I guess a few events were wrongly indexed and are causing this issue.&lt;BR /&gt;
I have to find these bad buys now.&lt;/P&gt;

&lt;P&gt;Any hints?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 14:24:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280146#M84578</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2016-10-25T14:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280147#M84579</link>
      <description>&lt;P&gt;Do you get any event when you run this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=wsa_ironport name_subnet="XXX"  _time&amp;lt;0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Oct 2016 14:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280147#M84579</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-10-25T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280148#M84580</link>
      <description>&lt;P&gt;Hi semosoni2,&lt;BR /&gt;
I get 0 results for the search above...&lt;BR /&gt;
That's why I'm keep thinking if timechart its not recognizing something...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 14:39:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280148#M84580</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2016-10-25T14:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: -1 value at _time field using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280149#M84581</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;

&lt;P&gt;This issue was caused by the start of Daylight Saving Time in Brazil.&lt;BR /&gt;
SPLUNK reported this as a bug..&lt;/P&gt;

&lt;P&gt;The workaround is to add  &lt;CODE&gt;span=24h&lt;/CODE&gt; to the search.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 18:52:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/1-value-at-time-field-using-timechart/m-p/280149#M84581</guid>
      <dc:creator>guimilare</dc:creator>
      <dc:date>2016-11-03T18:52:41Z</dc:date>
    </item>
  </channel>
</rss>

