<?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 Why do I have fieldnames in my TSV data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-have-fieldnames-in-my-TSV-data/m-p/314032#M58806</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have configured a monitor for our TSV data but I am getting field names in the data. I believe its because  I'm using the "FIELD_NAMES" in my props.conf OR its since these are in the file header but Im not exactly sure.&lt;/P&gt;

&lt;P&gt;heres my props.conf on my UF&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fp:tsv]
FIELD_DELIMITER = \t
HEADER_FIELD_DELIMITER = \t
INDEXED_EXTRACTIONS = TSV
FIELD_NAMES = &amp;lt;around 100 field names&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My props.conf on indexers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fp:tsv]
FIELD_DELIMITER = \t
HEADER_FIELD_DELIMITER = \t
FIELD_NAMES = &amp;lt;around 100 field names&amp;gt;
KV_MODE = none
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For example&lt;BR /&gt;
Field name:&lt;BR /&gt;
data_authentication&lt;/P&gt;

&lt;P&gt;Values:&lt;BR /&gt;
5.0&lt;BR /&gt;&lt;BR /&gt;
7.5&lt;BR /&gt;
data.score_adjusted&lt;/P&gt;

&lt;P&gt;If you click on the value data.score_adjusted in the fields list under the data_authentication it returns the FIELD_NAMES event record.&lt;BR /&gt;
So I guess my question is 2 part:&lt;BR /&gt;
1. Is the reason for this because I am using the FIELD_NAMES config in props?&lt;BR /&gt;
2. Can I fix this by removing that and reindexing? Any other issues that you might see with this?&lt;/P&gt;

&lt;P&gt;Thanks for the thoughts&lt;BR /&gt;
Todd&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 17:42:22 GMT</pubDate>
    <dc:creator>tkwaller_2</dc:creator>
    <dc:date>2020-09-29T17:42:22Z</dc:date>
    <item>
      <title>Why do I have fieldnames in my TSV data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-have-fieldnames-in-my-TSV-data/m-p/314032#M58806</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I have configured a monitor for our TSV data but I am getting field names in the data. I believe its because  I'm using the "FIELD_NAMES" in my props.conf OR its since these are in the file header but Im not exactly sure.&lt;/P&gt;

&lt;P&gt;heres my props.conf on my UF&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fp:tsv]
FIELD_DELIMITER = \t
HEADER_FIELD_DELIMITER = \t
INDEXED_EXTRACTIONS = TSV
FIELD_NAMES = &amp;lt;around 100 field names&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My props.conf on indexers:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fp:tsv]
FIELD_DELIMITER = \t
HEADER_FIELD_DELIMITER = \t
FIELD_NAMES = &amp;lt;around 100 field names&amp;gt;
KV_MODE = none
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For example&lt;BR /&gt;
Field name:&lt;BR /&gt;
data_authentication&lt;/P&gt;

&lt;P&gt;Values:&lt;BR /&gt;
5.0&lt;BR /&gt;&lt;BR /&gt;
7.5&lt;BR /&gt;
data.score_adjusted&lt;/P&gt;

&lt;P&gt;If you click on the value data.score_adjusted in the fields list under the data_authentication it returns the FIELD_NAMES event record.&lt;BR /&gt;
So I guess my question is 2 part:&lt;BR /&gt;
1. Is the reason for this because I am using the FIELD_NAMES config in props?&lt;BR /&gt;
2. Can I fix this by removing that and reindexing? Any other issues that you might see with this?&lt;/P&gt;

&lt;P&gt;Thanks for the thoughts&lt;BR /&gt;
Todd&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-have-fieldnames-in-my-TSV-data/m-p/314032#M58806</guid>
      <dc:creator>tkwaller_2</dc:creator>
      <dc:date>2020-09-29T17:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why do I have fieldnames in my TSV data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-have-fieldnames-in-my-TSV-data/m-p/314033#M58807</link>
      <description>&lt;P&gt;Answered my own question in testing. Found that removing the FIELD_NAMES part of the stanza did indeed keep field names out of the fields, it seems that in instances where the field was null it populated with field names.&lt;/P&gt;

&lt;P&gt;Side Note:&lt;BR /&gt;
I also fixed timestampping:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fp:tsv]
FIELD_DELIMITER = \t
HEADER_FIELD_DELIMITER = \t
INDEXED_EXTRACTIONS = TSV
TIMESTAMP_FIELDS = md_createdAt
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-do-I-have-fieldnames-in-my-TSV-data/m-p/314033#M58807</guid>
      <dc:creator>tkwaller_2</dc:creator>
      <dc:date>2018-01-22T20:40:36Z</dc:date>
    </item>
  </channel>
</rss>

