<?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: Line breaking issue with [source] stanza (with [sourcetype] stanza working fine in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649553#M224583</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, I tried removing the "&lt;SPAN&gt;priority"&amp;nbsp;attributes&amp;nbsp; from the props.conf. I see no events are ingesting into splunk now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 21:24:21 GMT</pubDate>
    <dc:creator>Naa_Win</dc:creator>
    <dc:date>2023-07-06T21:24:21Z</dc:date>
    <item>
      <title>Line breaking issue with [source] stanza (with [sourcetype] stanza working fine</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649548#M224580</link>
      <description>&lt;P&gt;We are trying to do custom linebreaking for different types of logs under the same sourcetype using the props below.&lt;/P&gt;&lt;P&gt;The linebreaking in first stanza declared for the sourcetype is working fine, but none of the stanzas for [souce://] are breaking the events correctly, the entire file is getting ingested as a single event.&lt;/P&gt;&lt;P&gt;All the files under this sourcetype are coming in from the same directory, we have tried assigning priorities and deploying it on both forwarder and indexer, but it still doesn’t work.&lt;/P&gt;&lt;P&gt;Have any of you faced a similar issue before? Can you please help us resolve this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;[MY_SRCTYPE]&lt;/P&gt;&lt;P&gt;SHOULD_LINEMERGE=false&lt;/P&gt;&lt;P&gt;LINE_BREAKER=(\~|\r\n)ST\*834\*&lt;/P&gt;&lt;P&gt;NO_BINARY_CHECK=true&lt;/P&gt;&lt;P&gt;TRUNCATE=999999&lt;/P&gt;&lt;P&gt;CHARSET=UTF-8&lt;/P&gt;&lt;P&gt;priority = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[source::/mysource/ToSplunk/*.xml.*.edi]&lt;/P&gt;&lt;P&gt;SHOULD_LINEMERGE=false&lt;/P&gt;&lt;P&gt;LINE_BREAKER=([\r\n\s]+)\&amp;lt;Policy\&amp;gt;[\r\n\s]+&lt;/P&gt;&lt;P&gt;NO_BINARY_CHECK=true&lt;/P&gt;&lt;P&gt;TRUNCATE=999999&lt;/P&gt;&lt;P&gt;CHARSET=UTF-8&lt;/P&gt;&lt;P&gt;priority = 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[source::/mysource/ToSplunk/*.COMPARE.xml.*.edi]&lt;/P&gt;&lt;P&gt;SHOULD_LINEMERGE=false&lt;/P&gt;&lt;P&gt;LINE_BREAKER=([\r\n\s]+)\&amp;lt;CompareMissing\&amp;gt;[\r\n\s]+&lt;/P&gt;&lt;P&gt;NO_BINARY_CHECK=true&lt;/P&gt;&lt;P&gt;TRUNCATE=999999&lt;/P&gt;&lt;P&gt;CHARSET=UTF-8&lt;/P&gt;&lt;P&gt;priority = 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[source::/mysource/ToSplunk/*.xml.edi]&lt;/P&gt;&lt;P&gt;SHOULD_LINEMERGE=false&lt;/P&gt;&lt;P&gt;LINE_BREAKER=([\r\n\s])+\&amp;lt;Policy\s+&lt;/P&gt;&lt;P&gt;NO_BINARY_CHECK=true&lt;/P&gt;&lt;P&gt;TRUNCATE=999999&lt;/P&gt;&lt;P&gt;CHARSET=UTF-8&lt;/P&gt;&lt;P&gt;priority = 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[source::/mysource/ToSplunk/*.RCNO*.P.OUT.*]&lt;/P&gt;&lt;P&gt;SHOULD_LINEMERGE=true&lt;/P&gt;&lt;P&gt;LINE_BREAKER=([\r\n]+)&lt;/P&gt;&lt;P&gt;NO_BINARY_CHECK=true&lt;/P&gt;&lt;P&gt;TRUNCATE=999999&lt;/P&gt;&lt;P&gt;CHARSET=UTF-8&lt;/P&gt;&lt;P&gt;priority = 8&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 20:13:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649548#M224580</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2023-07-06T20:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaking issue with [source] stanza (with [sourcetype] stanza working fine</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649551#M224582</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;this is interesting. Source::xyz always overrides sourcetype on props.conf. Then inside type (source,sourcetype,host) priority set the precedence if I understand correctly what is said on docs.&lt;/P&gt;&lt;P&gt;But maybe there is error on docs and priority also overrides over types? Could you drop priority attributes away from props, restart and try again?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 20:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649551#M224582</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-06T20:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaking issue with [source] stanza (with [sourcetype] stanza working fine</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649553#M224583</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, I tried removing the "&lt;SPAN&gt;priority"&amp;nbsp;attributes&amp;nbsp; from the props.conf. I see no events are ingesting into splunk now.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 21:24:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649553#M224583</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2023-07-06T21:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaking issue with [source] stanza (with [sourcetype] stanza working fine</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649554#M224584</link>
      <description>&lt;P&gt;Also,&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; [&amp;lt;spec&amp;gt;] stanzas with [source::&amp;lt;source&amp;gt;] patterns take priority over
stanzas with [host::&amp;lt;host&amp;gt;] and [&amp;lt;sourcetype&amp;gt;] patterns, regardless of their
respective priority key values.&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Jul 2023 21:53:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649554#M224584</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2023-07-06T21:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line breaking issue with [source] stanza (with [sourcetype] stanza working fine</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649560#M224587</link>
      <description>&lt;P&gt;Based on this, there is needs to update docs! Can you send notice/question on props.conf documentation based on your experience?&lt;/P&gt;&lt;P&gt;Can you share log file names and also som content of those?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 22:40:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Line-breaking-issue-with-source-stanza-with-sourcetype-stanza/m-p/649560#M224587</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-06T22:40:47Z</dc:date>
    </item>
  </channel>
</rss>

