<?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: websphere logs indexing more then they should in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16828#M2066</link>
    <description>&lt;P&gt;The first thing to look for in a case like this is duplicate events. If there are no duplicate events, where is the volume coming from? If there are, take a look at when these events are indexed by looking at &lt;CODE&gt;_indextime&lt;/CODE&gt; to see when the data was indexed.&lt;/P&gt;

&lt;P&gt;As an aside, why is the crcSalt set? Also, setting &lt;CODE&gt;DATETIME_CONFIG&lt;/CODE&gt; here is a bad idea, the root problem is that event breaking isn't working properly and we need better configurations there.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2010 00:46:38 GMT</pubDate>
    <dc:creator>Stephen_Sorkin</dc:creator>
    <dc:date>2010-08-25T00:46:38Z</dc:date>
    <item>
      <title>websphere logs indexing more then they should</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16825#M2063</link>
      <description>&lt;P&gt;A websphere server, in particular the websphere_trlog appear to be getting over indexed by a huge amount&lt;/P&gt;

&lt;P&gt;Checking &lt;A href="http://server:port/en-US/app/search/indexing_volume" rel="nofollow"&gt;http://server:port/en-US/app/search/indexing_volume&lt;/A&gt; shows 30gb worth of data on a single /ntfs/kahobtwas39Jlog/PROD/XAG_3_1/SystemOut.log
Looking at the log size in the dir has 30MB worth of logs, Splunk appears to have collected more then 30GB worth&lt;/P&gt;

&lt;P&gt;Logs are rotating based on time, but they should still not be anywhere near 30gigs
and the rotated logs are not whitelisted
inputs.conf - settings  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///ntfs/kahobtwas38Jlog]
disabled = false  
crcSalt = &amp;lt;SOURCE&amp;gt;  
host = kahobtwas38.kah.unitrininc.com  
sourcetype = websphere_trlog_sysout  
whitelist = SystemOut\.log|SystemErr\.log  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;They are getting a lot of DateParserVerbose errors so it's possible events are getting over indexed by failing date extraction?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;07-01-2010 15:50:03.880 WARN  DateParserVerbose - Time parsed (Sat Dec  1 14:50:15 2007) is too far away from the previous event's time (Thu Jul  1 15:50:15 2010) to be accepted.  If this is a correct time, MAX_DIFF_SECS_AGO (3600) or MAX_DIFF_SECS_HENCE (604800) may be overly restrictive.  Context="source::/ntfs/kahobtwas39Jlog/PROD/XAG_3_1/SystemOut.log|host::kahobtwas39.kah.unitrininc.com|websphere_trlog_sysout|"  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Perhaps just turning off date extraction would help resolve this
ala / or any other ideas?   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/etc/system/local/props.conf   
[websphere_trlog_sysout]  
DATETIME_CONFIG = CURRENT
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've tried monitoring with file inputs set to DEBUG but not seeing anything useful&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2010 04:32:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16825#M2063</guid>
      <dc:creator>Chris_R_</dc:creator>
      <dc:date>2010-07-03T04:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: websphere logs indexing more then they should</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16826#M2064</link>
      <description>&lt;P&gt;Please indicate Splunk version of forwarder and indexer, if applicable, as well as type of indexer. Also indicate if there is a disparity between metrics logging and license volume.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2010 07:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16826#M2064</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-07-03T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: websphere logs indexing more then they should</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16827#M2065</link>
      <description>&lt;P&gt;sorry for the delay i was trying to recommend client using websphere app. Turns out it wont work for them. &lt;/P&gt;

&lt;P&gt;The indexer is 4.1.3, Its monitoring network shares cifs/ntfs mounts such as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///ntfs/kahobtwas39Jlog]  
disabled = false  
crcSalt = &amp;lt; SOURCE &amp;gt;   
host = kahobtwas39.kah.unitrininc.com  
sourcetype = websphere_trlog_sysout   
_whitelist = (SystemOut\.log$|SystemErr\.log$)   
blacklist = (SystemOut_\d+.*|SystemErr_\d+.)   
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried adding those whitelist/blacklist entries to filter out the rotated logs. Still the same behavior&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jul 2010 05:04:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16827#M2065</guid>
      <dc:creator>Chris_R_</dc:creator>
      <dc:date>2010-07-17T05:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: websphere logs indexing more then they should</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16828#M2066</link>
      <description>&lt;P&gt;The first thing to look for in a case like this is duplicate events. If there are no duplicate events, where is the volume coming from? If there are, take a look at when these events are indexed by looking at &lt;CODE&gt;_indextime&lt;/CODE&gt; to see when the data was indexed.&lt;/P&gt;

&lt;P&gt;As an aside, why is the crcSalt set? Also, setting &lt;CODE&gt;DATETIME_CONFIG&lt;/CODE&gt; here is a bad idea, the root problem is that event breaking isn't working properly and we need better configurations there.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 00:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16828#M2066</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2010-08-25T00:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: websphere logs indexing more then they should</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16829#M2067</link>
      <description>&lt;P&gt;The crcSalt was set because the websphere logs all have a really big header which is identical in all the rotated logs, and splunk wouldnt index in the next SystemOut.log when it rotated.&lt;/P&gt;

&lt;P&gt;Ill check on the duplicate events w/_indextime value, Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2010 02:20:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/websphere-logs-indexing-more-then-they-should/m-p/16829#M2067</guid>
      <dc:creator>Chris_R_</dc:creator>
      <dc:date>2010-08-25T02:20:49Z</dc:date>
    </item>
  </channel>
</rss>

