<?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: Why is stanza for inputs conf is not working? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/704767#M28838</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258179"&gt;@Naa_Win&lt;/a&gt;&amp;nbsp;, we do have an EDI solutions accelerator.&amp;nbsp; Love to connect and give you some dump on the solution. Let me know if you are interested.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 20:31:20 GMT</pubDate>
    <dc:creator>youngc_splunk</dc:creator>
    <dc:date>2024-11-19T20:31:20Z</dc:date>
    <item>
      <title>Why is stanza for inputs conf is not working?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/650015#M27278</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a folder where I have different types of files in it and want to monitor the whole folder as one sourcetype with different props.conf&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;[monitor:///mydata/my_folder/ToSplunk/*.(mylogfile|edi.mylogfile|edi)]&lt;BR /&gt;index = xyz&lt;BR /&gt;_TCP_ROUTING = dev_indexers,qa_indexers&lt;BR /&gt;sourcetype = XYZ_SRCTYPE&lt;BR /&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Props.conf&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;[&lt;SPAN&gt;&lt;SPAN class=""&gt;XYZ_SRCTYPE&lt;/SPAN&gt;&lt;/SPAN&gt;]&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;LINE_BREAKER=(\~|\r\n)ST\*834\*&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;TRUNCATE=999999&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;priority = 1&lt;BR /&gt;&lt;BR /&gt;As I said I have different files, I wrote different props.conf for specific log structure to break the events.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[source::/mysource/ToSplunk/*.xml.*.edi]&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;LINE_BREAKER=([\r\n\s]+)\&amp;lt;Policy\&amp;gt;[\r\n\s]+&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;TRUNCATE=999999&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;priority = 5&lt;/P&gt;
&lt;P&gt;[source::/mysource/ToSplunk/*.COMPARE.xml.*.edi]&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;LINE_BREAKER=([\r\n\s]+)\&amp;lt;CompareMissing\&amp;gt;[\r\n\s]+&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;TRUNCATE=999999&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;priority = 6&lt;/P&gt;
&lt;P&gt;[source::/mysource/ToSplunk/*.SBS*.xml.edi]&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;LINE_BREAKER=([\r\n\s])+\&amp;lt;Policy\s+&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;TRUNCATE=999999&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;priority = 7&lt;/P&gt;
&lt;P&gt;[source::/mysource/ToSplunk/*.RCNO*.P.OUT.*]&lt;BR /&gt;SHOULD_LINEMERGE=true&lt;BR /&gt;LINE_BREAKER=([\r\n]+)&lt;BR /&gt;NO_BINARY_CHECK=true&lt;BR /&gt;TRUNCATE=999999&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;priority = 8&lt;/P&gt;
&lt;P&gt;&lt;SPAN&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&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 20:57:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/650015#M27278</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2023-07-12T20:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: stanza for inputs conf is not working</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/650290#M27287</link>
      <description>&lt;P&gt;pipes ( OR ) in the monitoring stanza doesn't works. so i had used blacklist &amp;amp; whitelist concept to work it out.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[monitor:///mydata/my_folder/ToSplunk/*.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index = xyz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_TCP_ROUTING = dev_indexers,qa_indexers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sourcetype = XYZ_SRCTYPE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;crcSalt = &amp;lt;SOURCE&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;blacklist = (xml.*.edi|COMPARE.xml.*.edi|RCNO*.P.OUT.*|SBS*.xml.edi)&lt;BR /&gt;&lt;BR /&gt;With this is will blacklist the source and i wrote separate stanza for backlisted&amp;nbsp; sources and it worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 19:40:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/650290#M27287</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2023-07-12T19:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Why is stanza for inputs conf is not working?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/704767#M28838</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258179"&gt;@Naa_Win&lt;/a&gt;&amp;nbsp;, we do have an EDI solutions accelerator.&amp;nbsp; Love to connect and give you some dump on the solution. Let me know if you are interested.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 20:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/704767#M28838</guid>
      <dc:creator>youngc_splunk</dc:creator>
      <dc:date>2024-11-19T20:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why is stanza for inputs conf is not working?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/704787#M28839</link>
      <description>&lt;P&gt;Sure ! Thanks. Let me know how we can do this&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 23:18:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/704787#M28839</guid>
      <dc:creator>Naa_Win</dc:creator>
      <dc:date>2024-11-19T23:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is stanza for inputs conf is not working?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/704913#M28844</link>
      <description>&lt;P&gt;My email is &lt;A href="mailto:youngc@splunk.com" target="_blank"&gt;youngc@splunk.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please send me an email, I will send a zoom meeting invite for us to connect.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 08:04:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Why-is-stanza-for-inputs-conf-is-not-working/m-p/704913#M28844</guid>
      <dc:creator>youngc_splunk</dc:creator>
      <dc:date>2024-11-21T08:04:20Z</dc:date>
    </item>
  </channel>
</rss>

