<?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: Event timestamp is getting truncated. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298322#M56444</link>
    <description>&lt;P&gt;Is this your search head props.conf? You should paste the indexer props&lt;/P&gt;

&lt;P&gt;If this is your indexer props, then you need to set your base configs which tells Splunk how to identify the timestamp and linebreak &lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 14:38:24 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2018-02-22T14:38:24Z</dc:date>
    <item>
      <title>Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298313#M56435</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Need your help inputs on below issue.&lt;/P&gt;

&lt;P&gt;We have applied Line breaking configuration its working  fine on PREPROD but on PROD time stamp in the events are getting truncated intermittently.&lt;/P&gt;

&lt;P&gt;Log File Entry (truncated text in bold):-&lt;BR /&gt;
&lt;STRONG&gt;2018/02/19 04&lt;/STRONG&gt;:47:55.09,GPP.TODP.ACK.PAYMNT.INSTRCTN.OUT,414d51205052444750503031202020205a87e19520f85d05,414d51204c41554b4e53494c202020205a7eab8f24c04bf6,pain.002.001.06,,,I02JF4754HOD0D1N,569d7e66fba74b5faebf2bd3eda595edK0,,W8281188204,&lt;/P&gt;

&lt;P&gt;Event In Splunk after indexing:-&lt;/P&gt;

&lt;P&gt;47:55.09,GPP.TODP.ACK.PAYMNT.INSTRCTN.OUT,414d51205052444750503031202020205a87e19520f85d05,414d51204c41554b4e53494c202020205a7eab8f24c04bf6,pain.002.001.06,,,I02JF4754HOD0D1N,569d7e66fba74b5faebf2bd3eda595edK0,,W8281188204,&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 06:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298313#M56435</guid>
      <dc:creator>SagarSplunk</dc:creator>
      <dc:date>2018-02-19T06:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298314#M56436</link>
      <description>&lt;P&gt;can you provide your props.conf&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 06:54:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298314#M56436</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-19T06:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298315#M56437</link>
      <description>&lt;P&gt;@SagarSplunk, have you checked the props.conf for both Pre-Prod and Prod are the same or not (provided data is the same in both the environments)?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 07:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298315#M56437</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-02-19T07:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298316#M56438</link>
      <description>&lt;P&gt;@niketnilay Yes both environments are having same props.conf configuration.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298316#M56438</guid>
      <dc:creator>SagarSplunk</dc:creator>
      <dc:date>2018-02-19T10:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298317#M56439</link>
      <description>&lt;P&gt;EXTRACT-isoClearSysRef = ^(?:[^,\n]&lt;EM&gt;,){6}(?P\w+)&lt;BR /&gt;
EXTRACT-mqCoreId = ^(?:[^,\n]&lt;/EM&gt;,){3}(?P[^,]+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,MQMsgId,isoMsgDefId,TX_UID = ^(?P[^,]+),(?P[^,]+),(?P[^,]+)(?:[^,\n]&lt;EM&gt;,){2}(?P[^,]+)[^,\n]&lt;/EM&gt;,(?P[^,]+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,isoMsgDefId,isoMsgId = ^(?P[^,]+),(?P[^,]+)(?:[^,\n]&lt;EM&gt;,){3}(?P[^,]+),,,(?P[^,]+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,mqCoreId,isoMsgDefId,isoMsgId,isoOriginalMsgId,isoOriginalInstructionId = ^(?P[^,]+),(?P[^,]+),[a-f0-9]+,(?P[a-f0-9]+),(?P[^,]+),,,(?P[^,]+),(?P\w+)(?:[^,\n]&lt;/EM&gt;,){2}(?P[^,]+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,mqMsgId,isoMsgDefId,isoClearSysRef,isoInstructionId = ^(?P[^,]+),(?P[^,]+),(?P[^,]+)(?:[^,\n]&lt;EM&gt;,){2}(?P[^,]+),,(?P\w+)(?:[^,\n]&lt;/EM&gt;,){3}(?P[^,]+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,mqMsgId,isoMsgDefId,isoInstructionId = ^(?P[^,]+),(?P[^,]+),(?P[^,]+)(?:[^,\n]&lt;EM&gt;,){2}(?P[^,]+)(?:[^,\n]&lt;/EM&gt;,){6}(?P\w+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,mqMsgId,isoMsgDefId,isoMsgId,isoInstructionId = ^(?P[^,]+),(?P[^,]+)[^,\n]&lt;EM&gt;,(?P[^,]+)(?:[^,\n]&lt;/EM&gt;,){2}(?P[^,]+),,,(?P[^,]+),,(?P[^,]+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,mqMsgId,mqCoreId,isoMsgDefId,isoClearSysRef,isoMsgId,isoOriginalInstructionId = ^(?P[^,]+),(?P[^,]+),(?P[^,]+),(?P[^,]+),(?P[^,]+),,,(?P[^,]+),(?P[^,]+)(?:[^,\n]&lt;EM&gt;,){2}(?P\w+)&lt;BR /&gt;
EXTRACT-timeStamp,queueName,mqMsgId,mqCoreId,isoMsgDefId,isoMsgId,isoInstructionId = ^(?P[^,]+),(?P[^,]+),(?P[^,]+),(?P[^,]+),(?P\w+.\d+.\d+.\d+)(?:[^,\n]&lt;/EM&gt;,){4}(?P\w+),,(?P[^,]+)EXTRACT-timeStamp,queueName,MsgID = ^(?P\d+/\d+/\d+\s+\d+:\d+:\d+.\d+),(?P[^,]+)[^,\n]*,(?P[^,]+)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 10:40:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298317#M56439</guid>
      <dc:creator>SagarSplunk</dc:creator>
      <dc:date>2018-02-19T10:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298318#M56440</link>
      <description>&lt;P&gt;That only shows your EXTRACTS. You mention you also defined linebreaking config? What does that look like?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 14:06:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298318#M56440</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-02-19T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298319#M56441</link>
      <description>&lt;P&gt;Are the date and time on separate lines?&lt;BR /&gt;
You say you have applied line breaking, but I see nothing in your props related to line breaking.&lt;BR /&gt;
I also see nothing in the props relating to parsing timestamps.  At a minimum, you should have TIME_PREFIX, TIME_FORMAT, and MAX_TIMESTAMP_LOOKAHEAD.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:05:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298319#M56441</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-29T18:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298320#M56442</link>
      <description>&lt;P&gt;Hi.there is is no prefix event starts with the time stamps  only  e.g. 2018/02/19 04:47:55.09 &lt;BR /&gt;
The issue is not line breaking, The data itself is not present in events.&lt;/P&gt;

&lt;P&gt;If Line breaking is the issue, truncated event data will get added to earlier event but that is not case here , data is not at all indexing.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 13:40:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298320#M56442</guid>
      <dc:creator>SagarSplunk</dc:creator>
      <dc:date>2018-02-20T13:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298321#M56443</link>
      <description>&lt;P&gt;If the timestamp is at the beginning of the line then set &lt;CODE&gt;TIME_PREFIX = ^&lt;/CODE&gt;.  You should also set &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt; to something, probably &lt;CODE&gt;%Y/%m/%d %H:%M:%S.%2N&lt;/CODE&gt;.&lt;BR /&gt;
Have you verified the inputs.conf file in PROD references the correct sourcetype?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 13:54:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298321#M56443</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-02-22T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Event timestamp is getting truncated.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298322#M56444</link>
      <description>&lt;P&gt;Is this your search head props.conf? You should paste the indexer props&lt;/P&gt;

&lt;P&gt;If this is your indexer props, then you need to set your base configs which tells Splunk how to identify the timestamp and linebreak &lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 14:38:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Event-timestamp-is-getting-truncated/m-p/298322#M56444</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-02-22T14:38:24Z</dc:date>
    </item>
  </channel>
</rss>

