<?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: Events getting distorted in splunk production in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460752#M79542</link>
    <description>&lt;P&gt;Thanks for the props, still facing the same issue. I had placed props in HFs aswell but not sure why data is getting distorted. So, do i have to place the props in SH cluster? Please advise..&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2019 10:16:26 GMT</pubDate>
    <dc:creator>swamysanjanaput</dc:creator>
    <dc:date>2019-10-25T10:16:26Z</dc:date>
    <item>
      <title>Events getting distorted in splunk production</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460748#M79538</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;I am trying to ingest os_metrics logs from one of our prod server to splunk. In QA and dev instance, events are breaking correctly. I pushed the same configs(see below) to production server however i see distorted events when searching the data in prod SH for e.g  Thu 10/10/2019  0:43:56.32 Checking "ABC" as one event and ping results as another event. Similarly Thu 10/10/2019  0:44:18.12 Get MAC Address for "PQR"  as one event and physical address details as another event(below is the sample data)&lt;/P&gt;

&lt;P&gt;Splunk is reading old data files from production server and i am able to see old data breaking into events correctly but when new data started to ingest, i see them all getting distorted So, Do i have to place props in our SH cluster or is it something to do with props? &lt;/P&gt;

&lt;P&gt;Can someone please help me to resolve this issue? Thanks in advance.&lt;/P&gt;

&lt;P&gt;Sample data:&lt;BR /&gt;
Thu 10/10/2019  0:43:56.32 Checking "ABC"  &lt;/P&gt;

&lt;P&gt;Pinging ABC [ip] with 32 bytes of data:&lt;BR /&gt;
Request timed out.&lt;BR /&gt;
Request timed out.&lt;BR /&gt;
Request timed out.&lt;BR /&gt;
Request timed out.&lt;/P&gt;

&lt;P&gt;Ping statistics for 0.0.0.0:&lt;BR /&gt;
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),&lt;/P&gt;

&lt;P&gt;Thu 10/10/2019  0:44:18.12 Get MAC Address for "PQR"  &lt;/P&gt;

&lt;P&gt;Physical Address    Transport Name&lt;BR /&gt;&lt;BR /&gt;
=================== ==========================================================&lt;BR /&gt;
   \Device\Tcpip_{}&lt;BR /&gt;&lt;BR /&gt;
N/A                 Media disconnected&lt;BR /&gt;&lt;BR /&gt;
N/A                 Media disconnected&lt;BR /&gt;&lt;BR /&gt;
N/A                 Media disconnected    &lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
[xyz]&lt;BR /&gt;
NO_BINARY_CHECK=true&lt;BR /&gt;
CHARSET=UTF-8&lt;BR /&gt;
SHOULD_LINEMERGE=true&lt;BR /&gt;
BREAK_ONLY_BEFORE = \w+\s+\d+\/\d+\/\d+\s+\d+:\d+:\d+&lt;BR /&gt;
disabled=false&lt;/P&gt;

&lt;P&gt;inputs.conf&lt;BR /&gt;
[monitor://abc*.log]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = xxxxx&lt;BR /&gt;
sourcetype = xyz&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:37:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460748#M79538</guid>
      <dc:creator>swamysanjanaput</dc:creator>
      <dc:date>2020-09-30T02:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Events getting distorted in splunk production</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460749#M79539</link>
      <description>&lt;P&gt;Change your sourcetype definition in props.conf with this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[xyz]
NO_BINARY_CHECK=true
SHOULD_LINEMERGE=false
LINE_BREAKER = ([\r\n]+)(?=\w+\s+\d+\/\d+\/\d+\s+\d+:\d+:\d+)
TIME_PREFIX = ^
TIME_FORMAT = %a %m/%d/%Y %H:%M:%S.%N
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:36:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460749#M79539</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-10-15T14:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Events getting distorted in splunk production</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460750#M79540</link>
      <description>&lt;P&gt;Hi swamysanjanaputta,&lt;BR /&gt;
have you in production environment also Heavy Forwarders between sources and Indexers?&lt;BR /&gt;
If yes, put the props.conf also on Heavy Forwarders (and restart Splunk on them).&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:39:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460750#M79540</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-10-15T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Events getting distorted in splunk production</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460751#M79541</link>
      <description>&lt;P&gt;Hi, Yes i had initially deployed props to HFs, not sure why data is getting distorted, i see 50% events distorted and other 50% breaking into events correctly. so should i place props on Search Head cluster? &lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 10:12:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460751#M79541</guid>
      <dc:creator>swamysanjanaput</dc:creator>
      <dc:date>2019-10-25T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Events getting distorted in splunk production</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460752#M79542</link>
      <description>&lt;P&gt;Thanks for the props, still facing the same issue. I had placed props in HFs aswell but not sure why data is getting distorted. So, do i have to place the props in SH cluster? Please advise..&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 10:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-getting-distorted-in-splunk-production/m-p/460752#M79542</guid>
      <dc:creator>swamysanjanaput</dc:creator>
      <dc:date>2019-10-25T10:16:26Z</dc:date>
    </item>
  </channel>
</rss>

