<?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 multi-line event props.conf confusion in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/multi-line-event-props-conf-confusion/m-p/540531#M90502</link>
    <description>&lt;P&gt;I'm trying to get the results of a script which outputs a largeish table into splunk, but something isn't right in the way that the results are being split into different events.&lt;/P&gt;&lt;P&gt;I want the complete table (about 100 lines) to be contained in one event so I can do magic with a multikv command.&amp;nbsp; At the moment, each run is spilt across events - some are 60+ lines, some a single lines and some between those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The actual script is being run on a search head, which has all it's outputs being forwarded to the indexer. The script should starts output with the literal characters BOF and end EOF - this works fine when run directly.&amp;nbsp; Config files below:&lt;/P&gt;&lt;P&gt;inputs.conf:&lt;/P&gt;&lt;P&gt;[script://$SPLUNK_HOME/etc/apps/stem-snmp/bin/stem-snmptable.sh]&lt;BR /&gt;disabled=false&lt;BR /&gt;index=main&lt;BR /&gt;interval=60&lt;BR /&gt;sourcetype=stem-snmptable&lt;/P&gt;&lt;P&gt;props.conf:&lt;/P&gt;&lt;P&gt;[stem-snmptable]&lt;BR /&gt;DATETIME_CONFIG = CURRENT&lt;BR /&gt;EVENT_BREAKER_ENABLE = true&lt;BR /&gt;EVENT_BREAKER = "(EOF)"&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;SHOULD_LINEMERGE = true&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = 1&lt;BR /&gt;disabled = false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the indexer&amp;nbsp; I have the following in a custom app local folder (is this right?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[stem-snmptable]&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;SHOULD_LINEMERGE = true&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = 1&lt;BR /&gt;disabled = false&lt;BR /&gt;MUST_BREAK_AFTER = "(EOF)"&lt;BR /&gt;MUST_NOT_BREAK_AFTER = "(BOF)"&lt;BR /&gt;DATETIME_CONFIG = CURRENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, where have I gone wrong. Do I need to put the indexer props.conf in a different location? Have I misunderstood the break and linemerge configs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 13:40:51 GMT</pubDate>
    <dc:creator>iom100uk</dc:creator>
    <dc:date>2021-02-19T13:40:51Z</dc:date>
    <item>
      <title>multi-line event props.conf confusion</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/multi-line-event-props-conf-confusion/m-p/540531#M90502</link>
      <description>&lt;P&gt;I'm trying to get the results of a script which outputs a largeish table into splunk, but something isn't right in the way that the results are being split into different events.&lt;/P&gt;&lt;P&gt;I want the complete table (about 100 lines) to be contained in one event so I can do magic with a multikv command.&amp;nbsp; At the moment, each run is spilt across events - some are 60+ lines, some a single lines and some between those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The actual script is being run on a search head, which has all it's outputs being forwarded to the indexer. The script should starts output with the literal characters BOF and end EOF - this works fine when run directly.&amp;nbsp; Config files below:&lt;/P&gt;&lt;P&gt;inputs.conf:&lt;/P&gt;&lt;P&gt;[script://$SPLUNK_HOME/etc/apps/stem-snmp/bin/stem-snmptable.sh]&lt;BR /&gt;disabled=false&lt;BR /&gt;index=main&lt;BR /&gt;interval=60&lt;BR /&gt;sourcetype=stem-snmptable&lt;/P&gt;&lt;P&gt;props.conf:&lt;/P&gt;&lt;P&gt;[stem-snmptable]&lt;BR /&gt;DATETIME_CONFIG = CURRENT&lt;BR /&gt;EVENT_BREAKER_ENABLE = true&lt;BR /&gt;EVENT_BREAKER = "(EOF)"&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;SHOULD_LINEMERGE = true&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = 1&lt;BR /&gt;disabled = false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the indexer&amp;nbsp; I have the following in a custom app local folder (is this right?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[stem-snmptable]&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;SHOULD_LINEMERGE = true&lt;BR /&gt;category = Custom&lt;BR /&gt;pulldown_type = 1&lt;BR /&gt;disabled = false&lt;BR /&gt;MUST_BREAK_AFTER = "(EOF)"&lt;BR /&gt;MUST_NOT_BREAK_AFTER = "(BOF)"&lt;BR /&gt;DATETIME_CONFIG = CURRENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, where have I gone wrong. Do I need to put the indexer props.conf in a different location? Have I misunderstood the break and linemerge configs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 13:40:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/multi-line-event-props-conf-confusion/m-p/540531#M90502</guid>
      <dc:creator>iom100uk</dc:creator>
      <dc:date>2021-02-19T13:40:51Z</dc:date>
    </item>
  </channel>
</rss>

