<?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: Splunk does not detect pipe separated headers in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115377#M7589</link>
    <description>&lt;P&gt;I also tried INDEXED_EXTRACTIONS = PSV, but no change.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2013 15:35:23 GMT</pubDate>
    <dc:creator>awagner</dc:creator>
    <dc:date>2013-10-25T15:35:23Z</dc:date>
    <item>
      <title>Splunk does not detect pipe separated headers</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115374#M7586</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I am trying to load files with headers. The files are simple pipe-separated files. I use the following in props.conf:&lt;/P&gt;

&lt;P&gt;FIELD_DELIMITER="|"&lt;/P&gt;

&lt;P&gt;In this case, the file is indexed, but the fields are not shown.&lt;/P&gt;

&lt;P&gt;If I omit the ", like this:&lt;/P&gt;

&lt;P&gt;FIELD_DELIMITER=|&lt;/P&gt;

&lt;P&gt;the file is not indexed at all.&lt;/P&gt;

&lt;P&gt;If I change all pipes to commas in the input file, and use&lt;/P&gt;

&lt;P&gt;FIELD_DELIMITER=,&lt;/P&gt;

&lt;P&gt;the file gets indexed, and the fields are all there.&lt;/P&gt;

&lt;P&gt;Is there a way to get Splunk load pipe separated files? I don't want to define the fields in transform, because they keep changing from file to file.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Ambrus&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 15:04:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115374#M7586</guid>
      <dc:creator>awagner</dc:creator>
      <dc:date>2013-10-25T15:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk does not detect pipe separated headers</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115375#M7587</link>
      <description>&lt;P&gt;Take a look at the new header field extraction since version 6.*.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Data/Extractfieldsfromfileheadersatindextime"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Data/Extractfieldsfromfileheadersatindextime&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;try an escape character before&lt;BR /&gt;
&lt;CODE&gt;FIELD_DELIMITER = \|&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 15:27:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115375#M7587</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-10-25T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk does not detect pipe separated headers</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115376#M7588</link>
      <description>&lt;P&gt;Now I have this in props.conf:&lt;/P&gt;

&lt;P&gt;FIELD_DELIMITER = "|"&lt;BR /&gt;
HEADER_FIELD_DELIMITER = "|"&lt;BR /&gt;
NO_BINARY_CHECK = 1&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
pulldown_type = 1&lt;/P&gt;

&lt;P&gt;Still no luck. The file is indexed, but the fields are not there.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:05:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115376#M7588</guid>
      <dc:creator>awagner</dc:creator>
      <dc:date>2020-09-28T15:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk does not detect pipe separated headers</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115377#M7589</link>
      <description>&lt;P&gt;I also tried INDEXED_EXTRACTIONS = PSV, but no change.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 15:35:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115377#M7589</guid>
      <dc:creator>awagner</dc:creator>
      <dc:date>2013-10-25T15:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk does not detect pipe separated headers</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115378#M7590</link>
      <description>&lt;P&gt;I tried the backslash | version, still nothing.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 15:42:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-does-not-detect-pipe-separated-headers/m-p/115378#M7590</guid>
      <dc:creator>awagner</dc:creator>
      <dc:date>2013-10-25T15:42:57Z</dc:date>
    </item>
  </channel>
</rss>

