<?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: want to create a global field for an indexed data using automatic lookup in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/612069#M9001</link>
    <description>&lt;P&gt;can i get a example for props.conf &amp;amp; transforms.conf for multiple host automatic lookup setup&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 10:44:14 GMT</pubDate>
    <dc:creator>sushree1234</dc:creator>
    <dc:date>2022-09-06T10:44:14Z</dc:date>
    <item>
      <title>How to create a global field for an indexed data using automatic lookup?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/611802#M8993</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i was trying to create an global field for a newly indexed data , so trying out with automatic lookup settings .&lt;BR /&gt;Ex- in the indexed data - datacenter name is not mentioned , so wanted to populate it using automatic lookup . I am able to do that , but for only 1 sourcetype , i have 100+ sourcetypes , is there any way to define apply to - sourcetype/hosts to multiple one . Please let me know .&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 22:19:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/611802#M8993</guid>
      <dc:creator>sushree1234</dc:creator>
      <dc:date>2022-09-04T22:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: want to create a global field for an indexed data using automatic lookup</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/611822#M8996</link>
      <description>&lt;P&gt;Take a look at doing that in props.conf:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/Knowledge/Makeyourlookupautomatic#Create_an_automatic_lookup_stanza_in_props.conf" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/Knowledge/Makeyourlookupautomatic#Create_an_automatic_lookup_stanza_in_props.conf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 07:31:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/611822#M8996</guid>
      <dc:creator>m_pham</dc:creator>
      <dc:date>2022-09-03T07:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: want to create a global field for an indexed data using automatic lookup</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/611823#M8997</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/propsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/propsconf&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[&amp;lt;spec&amp;gt;]
* This stanza enables properties for a given &amp;lt;spec&amp;gt;.
* A props.conf file can contain multiple stanzas for any number of
  different &amp;lt;spec&amp;gt;.
* Follow this stanza name with any number of the following setting/value
  pairs, as appropriate for what you want to do.
* If you do not set a setting for a given &amp;lt;spec&amp;gt;, the default is used.

&amp;lt;spec&amp;gt; can be:
1. &amp;lt;sourcetype&amp;gt;, the source type of an event.
2. host::&amp;lt;host&amp;gt;, where &amp;lt;host&amp;gt; is the host, or host-matching pattern, for an
                 event.
3. source::&amp;lt;source&amp;gt;, where &amp;lt;source&amp;gt; is the source, or source-matching
                     pattern, for an event.
4. rule::&amp;lt;rulename&amp;gt;, where &amp;lt;rulename&amp;gt; is a unique name of a source type
                     classification rule.
5. delayedrule::&amp;lt;rulename&amp;gt;, where &amp;lt;rulename&amp;gt; is a unique name of a delayed
                            source type classification rule.
                            These are only considered as a last resort
                            before generating a new source type based on the
                            source seen.

**[&amp;lt;spec&amp;gt;] stanza precedence:**

For settings that are specified in multiple categories of matching [&amp;lt;spec&amp;gt;]
stanzas, [host::&amp;lt;host&amp;gt;] settings override [&amp;lt;sourcetype&amp;gt;] settings.
Additionally, [source::&amp;lt;source&amp;gt;] settings override both [host::&amp;lt;host&amp;gt;]
and [&amp;lt;sourcetype&amp;gt;] settings.&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 03 Sep 2022 14:48:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/611823#M8997</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-09-03T14:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: want to create a global field for an indexed data using automatic lookup</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/612069#M9001</link>
      <description>&lt;P&gt;can i get a example for props.conf &amp;amp; transforms.conf for multiple host automatic lookup setup&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 10:44:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-create-a-global-field-for-an-indexed-data-using-automatic/m-p/612069#M9001</guid>
      <dc:creator>sushree1234</dc:creator>
      <dc:date>2022-09-06T10:44:14Z</dc:date>
    </item>
  </channel>
</rss>

