<?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 Need assistance mapping fields in a PSV file that has no headers in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234884#M7943</link>
    <description>&lt;P&gt;Good morning. I have a file that looks like this:&lt;/P&gt;

&lt;P&gt;2016-05-09 04:36:02,963[qtp789448364-261]|WARN|org.eclipse.jetty.io.nio|71-org.eclipse.jetty.util7.6.8.v20121106|javax.net.ssl.SSLHandshakeException: null cert chain&lt;/P&gt;

&lt;P&gt;I need to delimit it by a | and then name the fields, how is this done?&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2016 13:27:31 GMT</pubDate>
    <dc:creator>brent_weaver</dc:creator>
    <dc:date>2016-05-09T13:27:31Z</dc:date>
    <item>
      <title>Need assistance mapping fields in a PSV file that has no headers</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234884#M7943</link>
      <description>&lt;P&gt;Good morning. I have a file that looks like this:&lt;/P&gt;

&lt;P&gt;2016-05-09 04:36:02,963[qtp789448364-261]|WARN|org.eclipse.jetty.io.nio|71-org.eclipse.jetty.util7.6.8.v20121106|javax.net.ssl.SSLHandshakeException: null cert chain&lt;/P&gt;

&lt;P&gt;I need to delimit it by a | and then name the fields, how is this done?&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 13:27:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234884#M7943</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2016-05-09T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance mapping fields in a PSV file that has no headers</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234885#M7944</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;props.conf:

[sourcetype]
INDEXED_EXTRACTIONS = PSV
FIELD_NAMES = column1, column2, etc
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 May 2016 13:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234885#M7944</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-09T13:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance mapping fields in a PSV file that has no headers</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234886#M7945</link>
      <description>&lt;P&gt;Thank you! The first element is a date, do I skip this element?&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 14:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234886#M7945</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2016-05-09T14:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance mapping fields in a PSV file that has no headers</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234887#M7946</link>
      <description>&lt;P&gt;Use this in props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
INDEXED_EXTRACTIONS = PSV
FIELD_NAMES = MyFieldName1, MyFieldName2, ... , MyFieldNameN
TIMESTAMP_FIELDS = MyFieldName1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Put this on your &lt;EM&gt;FORWARDERS&lt;/EM&gt; and restart all Splunk instances there.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 18:37:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234887#M7946</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-09T18:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance mapping fields in a PSV file that has no headers</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234888#M7947</link>
      <description>&lt;P&gt;no, dont skip it.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 19:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Need-assistance-mapping-fields-in-a-PSV-file-that-has-no-headers/m-p/234888#M7947</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-05-09T19:22:09Z</dc:date>
    </item>
  </channel>
</rss>

