<?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: How do I configure data inputs for .csv files with dynamic field headers for a new event on each line in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-data-inputs-for-csv-files-with-dynamic-field/m-p/74038#M15143</link>
    <description>&lt;P&gt;By default Splunk will merge lines in incoming logs and then break them up according to certain rules. This behavior is controlled by the &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; directive in &lt;CODE&gt;props.conf&lt;/CODE&gt; (default is &lt;CODE&gt;true&lt;/CODE&gt;). Setting &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; to &lt;CODE&gt;false&lt;/CODE&gt; will tell Splunk not to combine several lines into a single event, which will give you the behavior you want.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2011 10:43:39 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2011-09-13T10:43:39Z</dc:date>
    <item>
      <title>How do I configure data inputs for .csv files with dynamic field headers for a new event on each line</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-data-inputs-for-csv-files-with-dynamic-field/m-p/74037#M15142</link>
      <description>&lt;P&gt;Running 4.2.1, we are monitoring many csv files that differ on listed fields. We have splunk configured to dynamically read the header row for field names. (props.conf: CHECK_FOR_HEADER=TRUE) and this works brilliantly! However we are not seeing the events split correctly - splunk is indexing 256 rows to one event. This is a .csv file with a clear event new line separation... &lt;/P&gt;

&lt;P&gt;Has anyone else done this successfully? &lt;/P&gt;

&lt;P&gt;Any ideas?  &lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2011 10:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-data-inputs-for-csv-files-with-dynamic-field/m-p/74037#M15142</guid>
      <dc:creator>fox</dc:creator>
      <dc:date>2011-09-13T10:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure data inputs for .csv files with dynamic field headers for a new event on each line</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-data-inputs-for-csv-files-with-dynamic-field/m-p/74038#M15143</link>
      <description>&lt;P&gt;By default Splunk will merge lines in incoming logs and then break them up according to certain rules. This behavior is controlled by the &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; directive in &lt;CODE&gt;props.conf&lt;/CODE&gt; (default is &lt;CODE&gt;true&lt;/CODE&gt;). Setting &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; to &lt;CODE&gt;false&lt;/CODE&gt; will tell Splunk not to combine several lines into a single event, which will give you the behavior you want.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2011 10:43:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-data-inputs-for-csv-files-with-dynamic-field/m-p/74038#M15143</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-09-13T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure data inputs for .csv files with dynamic field headers for a new event on each line</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-data-inputs-for-csv-files-with-dynamic-field/m-p/74039#M15144</link>
      <description>&lt;P&gt;Most likely, Splunk is not detecting a timestamp in your rows. The default rule for Splunk is to merge lines together (&lt;CODE&gt;SHOULD_LINEMERGE = true&lt;/CODE&gt;), but to split them whenever it detects a date (&lt;CODE&gt;BREAK_ONLY_BEFORE_DATE = true&lt;/CODE&gt;). The easiest and best way to break on newlines is to simply set &lt;CODE&gt;SHOULD_LINEMERGE = false&lt;/CODE&gt;, but if there are dates in your data and Splunk isn't finding them, you should also set &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt; and &lt;CODE&gt;TIME_PREFIX&lt;/CODE&gt; and maybe &lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2011 16:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-data-inputs-for-csv-files-with-dynamic-field/m-p/74039#M15144</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-09-13T16:37:54Z</dc:date>
    </item>
  </channel>
</rss>

