<?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: Logs are getting truncated after the forwarding has been setup into splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Logs-are-getting-truncated-after-the-forwarding-has-been-setup/m-p/455163#M99426</link>
    <description>&lt;P&gt;Try these props.conf settings:&lt;/P&gt;

&lt;P&gt;[sourcetype]&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)\d{4}-\d\d&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N%Z&lt;BR /&gt;
disabled = false&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:50:34 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-09-30T01:50:34Z</dc:date>
    <item>
      <title>Logs are getting truncated after the forwarding has been setup into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-are-getting-truncated-after-the-forwarding-has-been-setup/m-p/455162#M99425</link>
      <description>&lt;P&gt;The data in event 1 is incomplete and the rest of it is getting populated into event2 and so on .&lt;BR /&gt;
If i am not wrong , i should break the line with the pattern example 2019-08-21T01:41:49.115-0500 INFO ,  2019-08-21T01:12:53.584-0500 INFO&lt;BR /&gt;
.Please correct me if i am wrong.&lt;BR /&gt;
Or if there is any suggestion I am open for it.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;event1&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;*&lt;EM&gt;2019-08-21T01:41:49.115-0500 INFO *&lt;/EM&gt;   4227528 com.l7tech.log.custom.splunk.audits.log: -4: UNIQ_ID=20190821014149112000ded8-add8d3a | DOMAIN=prd| HOST=1.5.43 | TRANS_ID=0000b8dc4ded8-add8d34 | ClIENT_IP=174.24.7.5 | HTTP_METHOD=POST | API_KEY= | USERNAME= | THUMBPRINT= | VERSION= | TOKEN_IN=eyJ0eXAiOiJKV1QiLCJDLUhTMjU2In0..UjpmXVx78UWFhn2bPKC-6A.GYpHe9T_r0qkN7AYFdl36vJ7FgT7wWCdyo0WdefoO_uylQn50f5rQ6Z7fSFH1bO2uCt.KSJgQKyu4vrAjadR_gmQYA | TOKEN_OUT= | CLIENT_CERT= | UTC_ENTRY=2019-08-21T06:41:49.009Z | UTC_EXIT=2019-08-21T06:41:49.109Z | OVERALL_LATENCY=100 | HTTP_EPAT_CODE= | HTTP_GUA_CODE= | HTTP_TCU_CODE= | HTTP_BACKEND_CODE=200 | RESPONSE_ERROR_CODE=0 | }} | RESPONSE_PAYLOAD={&lt;BR /&gt;
  "response" : &lt;BR /&gt;
    "responseCode" : 2000,&lt;BR /&gt;
    "responseDescription" : "Success",&lt;BR /&gt;
    "responseStatus" : "SUCCESS"&lt;/P&gt;

&lt;P&gt;"header" : &lt;BR /&gt;
    "sourceName" : "android",&lt;BR /&gt;
    "transactionId" : "11876293482790932490877227828",  &lt;STRONG&gt;incomplete&lt;/STRONG&gt;*&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;event 2&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;"transactionId" : "1566367971_176699920"&lt;/P&gt;

&lt;P&gt;} | RESPONSE_PAYLOAD={"response":{"responseCode":2000,"responseDescription":"Success","responseStatus":"SUCCESS"}}&lt;BR /&gt;
*&lt;EM&gt;2019-08-21T01:12:53.584-0500 INFO *&lt;/EM&gt;   5999 com.l7tech.log.custom.splunk.audits.log: -4: UNIQ_ID=201908210112535800000016b8daeab36-ae0accf |METHOD=GET | API_KEY= | USERNAME=C=US, ST=Georgia, L=Atlanta, O=hum, OU=33bfb1c1b2adc3b2, CN=1-1QSEZ50 | THUMBPRINT=FgjXxqpgtzeLzjMxtoQ5yco= | VERSION= | 9vtQVQQXQo08MQUHtJvKuqiT82hKHbV6CZ-| UTC_EXIT=2019-08-21T06:12:53.569Z | OVERALL_LATENCY=86 | HTTP_EPAT_CODE= | HTTP_GUA_CODE= | HTTP_TCU_CODE= | HTTP_BACKEND_CODE= | RESPONSE_ERROR_CODE=0 | RESPONSE_HTTP_CODE= | STATUS_MESSAGE=Message processed successfully | USERID=1-1QSEZ50 | OAM_CODES= | BACKEND= | BACKEND_LATENCY=73 | TYPE=AUDIT | UPGRADE_STATUS=| REQUEST_PAYLOAD=28adca:1812189:HTTP/1.1TEXT24.211.102.17400&lt;/P&gt;

&lt;P&gt;"httpHeaders": &lt;BR /&gt;
    "APIKey": "2683853a11455c990",&lt;BR /&gt;
    "AppSystem": "android",&lt;BR /&gt;
    "AppVersion": "6.072.1933.26",&lt;BR /&gt;
    "Authorization" : "&lt;EM&gt;**",&lt;BR /&gt;
    "OSVersion": "9"&lt;BR /&gt;
/data/websocket/request | RESPONSE_PAYLOAD=   *&lt;/EM&gt;&lt;EM&gt;incomplete&lt;/EM&gt;**&lt;/P&gt;

&lt;P&gt;Can anyone help me on this ?&lt;/P&gt;

&lt;P&gt;Props:&lt;BR /&gt;
[sourcetype]&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:48:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-are-getting-truncated-after-the-forwarding-has-been-setup/m-p/455162#M99425</guid>
      <dc:creator>Sujithkumarkb</dc:creator>
      <dc:date>2020-09-30T01:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logs are getting truncated after the forwarding has been setup into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-are-getting-truncated-after-the-forwarding-has-been-setup/m-p/455163#M99426</link>
      <description>&lt;P&gt;Try these props.conf settings:&lt;/P&gt;

&lt;P&gt;[sourcetype]&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
LINE_BREAKER = ([\r\n]+)\d{4}-\d\d&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
TIME_PREFIX = ^&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N%Z&lt;BR /&gt;
disabled = false&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:50:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-are-getting-truncated-after-the-forwarding-has-been-setup/m-p/455163#M99426</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-30T01:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logs are getting truncated after the forwarding has been setup into splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Logs-are-getting-truncated-after-the-forwarding-has-been-setup/m-p/455164#M99427</link>
      <description>&lt;P&gt;Thanks rich,&lt;BR /&gt;
Worked fine for me .&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 06:41:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Logs-are-getting-truncated-after-the-forwarding-has-been-setup/m-p/455164#M99427</guid>
      <dc:creator>Sujithkumarkb</dc:creator>
      <dc:date>2019-08-22T06:41:01Z</dc:date>
    </item>
  </channel>
</rss>

