<?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 some more clarification on _meta value while using. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406066#M94758</link>
    <description>&lt;P&gt;Hi Folks,&lt;/P&gt;

&lt;P&gt;we have ingested the logs from microsoft azure using microsoft cloud services app on HF and we added some custom field in data input(inputs.conf) _meta=account_name::mscdes01 as that field is not present in raw logs. also added fields.conf on both indexer and search head and able to see the account_name field in the logs and looks good.&lt;/P&gt;

&lt;P&gt;fields.conf- [account_name]&lt;BR /&gt;
                     INDEXED = true&lt;/P&gt;

&lt;P&gt;Here i have couple of questions.&lt;BR /&gt;
                                                           1. will it create any performance issue if we using _meta option on HF.&lt;BR /&gt;
                                                           2. can i create fields.conf file on HF instead creating on indexer &amp;amp; SH. &lt;BR /&gt;
                                                                   will it index the field if i create on HF.&lt;BR /&gt;
                                                          3. why we are creating fields.conf on IDX and SH to extract that field.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 19:36:02 GMT</pubDate>
    <dc:creator>lksridhar</dc:creator>
    <dc:date>2020-09-29T19:36:02Z</dc:date>
    <item>
      <title>Need some more clarification on _meta value while using.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406066#M94758</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;

&lt;P&gt;we have ingested the logs from microsoft azure using microsoft cloud services app on HF and we added some custom field in data input(inputs.conf) _meta=account_name::mscdes01 as that field is not present in raw logs. also added fields.conf on both indexer and search head and able to see the account_name field in the logs and looks good.&lt;/P&gt;

&lt;P&gt;fields.conf- [account_name]&lt;BR /&gt;
                     INDEXED = true&lt;/P&gt;

&lt;P&gt;Here i have couple of questions.&lt;BR /&gt;
                                                           1. will it create any performance issue if we using _meta option on HF.&lt;BR /&gt;
                                                           2. can i create fields.conf file on HF instead creating on indexer &amp;amp; SH. &lt;BR /&gt;
                                                                   will it index the field if i create on HF.&lt;BR /&gt;
                                                          3. why we are creating fields.conf on IDX and SH to extract that field.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:36:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406066#M94758</guid>
      <dc:creator>lksridhar</dc:creator>
      <dc:date>2020-09-29T19:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need some more clarification on _meta value while using.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406067#M94759</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I don't see any issues, besides the increasing disk space consumption.&lt;/LI&gt;
&lt;LI&gt;You can, but it won't have the same (necessary) effect&lt;/LI&gt;
&lt;LI&gt;You need to tell the other instances that a field with that name was extracted at index time. If you don't do that, you'll get strange behavior when trying to search with it.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 22 May 2018 07:13:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406067#M94759</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-22T07:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need some more clarification on _meta value while using.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406068#M94760</link>
      <description>&lt;P&gt;Thanks for sharing the information, as you said we can add it fields.conf on HF instead of adding IDX and SH.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;will it index that field.&lt;/LI&gt;
&lt;LI&gt;what is best practice to  add fileds.conf with INDEXED=True value , should we add on HF or IDX and SH.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 22 May 2018 07:28:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406068#M94760</guid>
      <dc:creator>lksridhar</dc:creator>
      <dc:date>2018-05-22T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need some more clarification on _meta value while using.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406069#M94761</link>
      <description>&lt;P&gt;You CAN add the fields.conf on the HF, but it is only required for instances that are starting searches. So, unless your HF is used as a SH, no need for fields.conf there.&lt;BR /&gt;
It is required on every search head! &lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 07:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406069#M94761</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-22T07:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need some more clarification on _meta value while using.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406070#M94762</link>
      <description>&lt;P&gt;Thanks, what about indexer do i need to add the fields.conf on both like HF and indexer.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 09:48:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406070#M94762</guid>
      <dc:creator>lksridhar</dc:creator>
      <dc:date>2018-05-22T09:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need some more clarification on _meta value while using.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406071#M94763</link>
      <description>&lt;P&gt;It is only required on the search head(s). &lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 11:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-some-more-clarification-on-meta-value-while-using/m-p/406071#M94763</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-22T11:26:39Z</dc:date>
    </item>
  </channel>
</rss>

