<?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: How to Assign/Create Indexed Field in SPLUNK? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599367#M104517</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Using this recommended transforms.conf to have the indexed field is going to be an indexed time field extraction?&amp;nbsp; Thank you so much again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 03:50:45 GMT</pubDate>
    <dc:creator>SplunkDash</dc:creator>
    <dc:date>2022-05-26T03:50:45Z</dc:date>
    <item>
      <title>How to assign/create indexed field in Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599134#M104490</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have huge volume of data coming in under different source types (or indexes) for different applications/projects. Are there any ways we can assign any indexed fields for each of the data sources/indexes/apps? As an example, most of the cases ACCOUNTID and IPAddress are the unique fields for each of the applications/Projects. How would I assign these 2 fields as indexed fields? Any thoughts or recommendations would be highly appreciated. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 06:05:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599134#M104490</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-05-26T06:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign/Create Indexed Field in SPLUNK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599161#M104495</link>
      <description>&lt;P&gt;Create a props.conf file (put it in your org's custom app) with a stanza for each sourcetype.&amp;nbsp; In each stanza, put TRANSFORM setting that indexes the desired field.&amp;nbsp; You'll need a matching stanza in transforms.conf that uses FORMAT or INGEST_EVAL to index the field.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 19:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599161#M104495</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-24T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign/Create Indexed Field in SPLUNK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599165#M104498</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response. Are there any other ways instead of using Transforms.conf file, as typically, we don't use transforms.conf file in our UFs/HFs push. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 19:58:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599165#M104498</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-05-24T19:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign/Create Indexed Field in SPLUNK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599367#M104517</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Using this recommended transforms.conf to have the indexed field is going to be an indexed time field extraction?&amp;nbsp; Thank you so much again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 03:50:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599367#M104517</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-05-26T03:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign/Create Indexed Field in SPLUNK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599426#M104526</link>
      <description>&lt;P&gt;I know of no other ways.&lt;/P&gt;&lt;P&gt;Transforms cannot be used in a UF.&amp;nbsp; They can only be used in HF and indexer.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 12:28:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599426#M104526</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-26T12:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Assign/Create Indexed Field in SPLUNK?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599445#M104531</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response., truly appreciate it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main reason we wanted to use indexed fields is to optimize the search/base search. But, using indexed field and indexed time field extraction may cause some performance issues. We have huge volume of data and a several source types/indexes with unique&amp;nbsp;&lt;SPAN&gt;ACCOUNTID and IPAddress fields, do you have any recommendation how to optimize the base search (search) in real time as we require to search over a wide range/period of time. Thank you so much, any recommendations&amp;nbsp;will be helpful and greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-assign-create-indexed-field-in-Splunk/m-p/599445#M104531</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-05-26T13:44:43Z</dc:date>
    </item>
  </channel>
</rss>

