<?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 Can some one explain what are aggregation issues? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491878#M84067</link>
    <description>&lt;P&gt;we on-boarded an application recently, Now we are seeing there are 100K aggregation issues(Log level= WARN) and 30k timestamp issues(Log Level=WARN) yesterday from one source, we are monitoring that source from last 10 days. we have similar events and formatting.&lt;BR /&gt;
The maximum number of events coming from that source is not more than 5k per day&lt;BR /&gt;
Do i need to ignore these Warnings? What will cause these issues? will it affect our environment? I don't know where to start looking from.. Can some one help!&lt;/P&gt;

&lt;P&gt;Thank you for support Splunkers!!!&lt;/P&gt;</description>
    <pubDate>Sat, 14 Mar 2020 04:15:00 GMT</pubDate>
    <dc:creator>snallam123</dc:creator>
    <dc:date>2020-03-14T04:15:00Z</dc:date>
    <item>
      <title>Can some one explain what are aggregation issues?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491878#M84067</link>
      <description>&lt;P&gt;we on-boarded an application recently, Now we are seeing there are 100K aggregation issues(Log level= WARN) and 30k timestamp issues(Log Level=WARN) yesterday from one source, we are monitoring that source from last 10 days. we have similar events and formatting.&lt;BR /&gt;
The maximum number of events coming from that source is not more than 5k per day&lt;BR /&gt;
Do i need to ignore these Warnings? What will cause these issues? will it affect our environment? I don't know where to start looking from.. Can some one help!&lt;/P&gt;

&lt;P&gt;Thank you for support Splunkers!!!&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 04:15:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491878#M84067</guid>
      <dc:creator>snallam123</dc:creator>
      <dc:date>2020-03-14T04:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can some one explain what are aggregation issues?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491879#M84068</link>
      <description>&lt;P&gt;Please share the log messages.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 15:12:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491879#M84068</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-14T15:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can some one explain what are aggregation issues?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491880#M84069</link>
      <description>&lt;P&gt;Sample log: &lt;BR /&gt;
Aggregation sample logs:&lt;BR /&gt;
03-14-2020 20:07:27.829 -0400 WARN  AggregatorMiningProcessor - Breaking event because limit of 256 has been exceeded - data_source="SOURCE_NAME", data_host="Host_name", data_sourcetype="sourcetype_name"&lt;/P&gt;

&lt;P&gt;Timestamp parsing issues:&lt;BR /&gt;
03-14-2020 20:09:24.832 -0400 WARN  DateParserVerbose - Failed to parse timestamp in first MAX_TIMESTAMP_LOOKAHEAD (128) characters of event. Defaulting to timestamp of previous event (Wed Mar  4 19:09:40 2020).&lt;/P&gt;

&lt;P&gt;All Aggregation/timestamp parsing issues are giving us same logs as above.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:34:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491880#M84069</guid>
      <dc:creator>snallam123</dc:creator>
      <dc:date>2020-09-30T04:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can some one explain what are aggregation issues?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491881#M84070</link>
      <description>&lt;P&gt;The aggregator message is caused by an event that is longer than 256 lines.&lt;BR /&gt;
The timestamp message is caused by events that do not contain a timestamp in the first 128 characters.&lt;BR /&gt;
Both messages are caused by incorrect (or missing) props.conf settings for the sourcetype.  Verify there is a &lt;CODE&gt;[sourcetype_name]&lt;/CODE&gt; stanza in one of your props.conf files and that the settings are correct for the data in that sourcetype.&lt;BR /&gt;
If you would like help with the settings, please share some log data.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2020 13:04:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491881#M84070</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-15T13:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can some one explain what are aggregation issues?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491882#M84071</link>
      <description>&lt;P&gt;Thanks a lot @richgalloway  for the answer, For these logs there is no props, We need to define based on log, Can you please clarify these&lt;BR /&gt;
Does these issues really affect indexing?&lt;BR /&gt;
Does it impacts any performance or increase queues?&lt;BR /&gt;
What might be the impact from these issues.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 07:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491882#M84071</guid>
      <dc:creator>snallam123</dc:creator>
      <dc:date>2020-03-16T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can some one explain what are aggregation issues?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491883#M84072</link>
      <description>&lt;P&gt;Yes, these issues really affect indexing.  Events may be combined or split or truncated unpredictably.  Events without a timestamp will be assigned a timestamp that may not accurately reflect when the event occurred.  Your search results may be unreliable.&lt;BR /&gt;
There is a minor performance degradation.  Specifying props for a sourcetype means Splunk does not have to guess about what props to use, which improves performance.  Every sourcetype you ingest should have props specified.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-some-one-explain-what-are-aggregation-issues/m-p/491883#M84072</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-03-16T12:14:43Z</dc:date>
    </item>
  </channel>
</rss>

