<?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 Index redirection using props.conf and transforms.conf not working (Splunk 9.4.6) in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758451#M23892</link>
    <description>&lt;P&gt;Hi everyone, I need to open a case here hoping someone can help us. We need to redirect logs from specific sourcetypes to different target indexes. To achieve this, we configured index-time transformations using props.conf and transforms.conf. We applied the configuration both on the main indexer and on the Heavy Forwarder. Below are our configurations.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;## transforms.conf
[redirect_source_k8_accesslog_coll]
REGEX = .*\[ACCESSLOG_COLL\].*
FORMAT = accesslog_coll
SOURCE_KEY = _raw
DEST_KEY = _MetaData:Index
WRITE_META = true 

[redirect_source_k8_accesslog]
REGEX = .*\[ACCESSLOG\].*
FORMAT = accesslog
SOURCE_KEY = _raw
DEST_KEY = _MetaData:Index
WRITE_META = true

## props.conf
[kube:container:*]
TRANSFORMS-k8_accesslog_and_accesslog_coll_redirect = redirect_source_k8_accesslog_coll, redirect_source_k8_accesslog &lt;/LI-CODE&gt;&lt;P&gt;However, the redirection is still not working. We are running Splunk Enterprise 9.4.6. Could you please help us understand: If we are missing something in the configuration? If the configuration placement (Indexer vs Heavy Forwarder) could be the issue? If there are better or recommended approaches in newer Splunk versions to redirect events to specific indexes? Any guidance would be greatly appreciated. Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 18 Feb 2026 11:21:20 GMT</pubDate>
    <dc:creator>Cybers1</dc:creator>
    <dc:date>2026-02-18T11:21:20Z</dc:date>
    <item>
      <title>Index redirection using props.conf and transforms.conf not working (Splunk 9.4.6)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758451#M23892</link>
      <description>&lt;P&gt;Hi everyone, I need to open a case here hoping someone can help us. We need to redirect logs from specific sourcetypes to different target indexes. To achieve this, we configured index-time transformations using props.conf and transforms.conf. We applied the configuration both on the main indexer and on the Heavy Forwarder. Below are our configurations.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;## transforms.conf
[redirect_source_k8_accesslog_coll]
REGEX = .*\[ACCESSLOG_COLL\].*
FORMAT = accesslog_coll
SOURCE_KEY = _raw
DEST_KEY = _MetaData:Index
WRITE_META = true 

[redirect_source_k8_accesslog]
REGEX = .*\[ACCESSLOG\].*
FORMAT = accesslog
SOURCE_KEY = _raw
DEST_KEY = _MetaData:Index
WRITE_META = true

## props.conf
[kube:container:*]
TRANSFORMS-k8_accesslog_and_accesslog_coll_redirect = redirect_source_k8_accesslog_coll, redirect_source_k8_accesslog &lt;/LI-CODE&gt;&lt;P&gt;However, the redirection is still not working. We are running Splunk Enterprise 9.4.6. Could you please help us understand: If we are missing something in the configuration? If the configuration placement (Indexer vs Heavy Forwarder) could be the issue? If there are better or recommended approaches in newer Splunk versions to redirect events to specific indexes? Any guidance would be greatly appreciated. Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 11:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758451#M23892</guid>
      <dc:creator>Cybers1</dc:creator>
      <dc:date>2026-02-18T11:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Index redirection using props.conf and transforms.conf not working (Splunk 9.4.6)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758453#M23893</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310784"&gt;@Cybers1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the problem here is the wildcard in the sourcetype name, could you try updating your props stanza to:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[(?:::){0}kube:container:*]
TRANSFORMS-k8_accesslog_and_accesslog_coll_redirect = redirect_source_k8_accesslog_coll, redirect_source_k8_accesslog &lt;/LI-CODE&gt;&lt;P&gt;For more info check out&amp;nbsp;&lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/9.4/configuration-file-reference/9.4.0-configuration-file-reference/props.conf#:~:text=%23%20Wildcard%20sourcetypes%20%2D%20multiple%20sourcetypes%20that%20begin%20with%20the%20same%20string" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/9.4/configuration-file-reference/9.4.0-configuration-file-reference/props.conf#:~:text=%23%20Wildcard%20sourcetypes%20%2D%20multiple%20sourcetypes%20that%20begin%20with%20the%20same%20string&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 11:24:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758453#M23893</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-02-18T11:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Index redirection using props.conf and transforms.conf not working (Splunk 9.4.6)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758460#M23895</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your suggestion.&lt;/P&gt;&lt;P&gt;We already tried modifying the props stanza using a regex-based sourcetype match, specifically:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;[(?::){0}kube:.*]&lt;/SPAN&gt; &lt;SPAN class=""&gt;TRANSFORMS-k8_accesslog_and_accesslog_coll_redirect&lt;/SPAN&gt; = redirect_source_k8_accesslog_coll, redirect_source_k8_accesslog&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;However, even with this change, the index redirection is still not working.&lt;/P&gt;&lt;P&gt;Any additional suggestions would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks again for your support.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 11:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758460#M23895</guid>
      <dc:creator>Cybers1</dc:creator>
      <dc:date>2026-02-18T11:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Index redirection using props.conf and transforms.conf not working (Splunk 9.4.6)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758485#M23899</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310784"&gt;@Cybers1&lt;/a&gt;&amp;nbsp;Few things here,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Make sure the indexes are created and configured correctly in indexes.conf which is referenced in your config files&lt;/LI&gt;&lt;LI&gt;Props stanza matching, make sure the sourcetype matches the format defined.&lt;/LI&gt;&lt;LI&gt;Regarding placement of configurations. If both HF and Indexer have configs, it's okay to have it, but sometimes you can get conflicts due to mismatches. It's best to keep them only in HF as it could do the parsing and if you are keeping it in both, make sure those are identical.&lt;/LI&gt;&lt;LI&gt;For regex pattern, can you try the below props and transforms conf file in &lt;STRONG&gt;dev testing&lt;/STRONG&gt;:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;[redirect_source_k8_accesslog_coll]&lt;BR /&gt;REGEX = \[ACCESSLOG_COLL\]&lt;BR /&gt;FORMAT = accesslog_coll&lt;BR /&gt;SOURCE_KEY = _raw&lt;BR /&gt;DEST_KEY = _MetaData:Index&lt;BR /&gt;WRITE_META = true&lt;BR /&gt;&lt;BR /&gt;[redirect_source_k8_accesslog]&lt;BR /&gt;REGEX = \[ACCESSLOG\]&lt;BR /&gt;FORMAT = accesslog&lt;BR /&gt;SOURCE_KEY = _raw&lt;BR /&gt;DEST_KEY = _MetaData:Index&lt;BR /&gt;WRITE_META = true&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[kube:container:*]&lt;BR /&gt;TRANSFORMS-routing = redirect_source_k8_accesslog_coll, redirect_source_k8_accesslog&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--  EndFragment   --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;OL&gt;&lt;!--  EndFragment   --&gt;&lt;/OL&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 04:46:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758485#M23899</guid>
      <dc:creator>kknairr</dc:creator>
      <dc:date>2026-02-19T04:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Index redirection using props.conf and transforms.conf not working (Splunk 9.4.6)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758551#M23909</link>
      <description>&lt;P&gt;You cant have wildcards in props stanzas like that? The &lt;A href="https://help.splunk.com/en/splunk-enterprise/administer/admin-manual/9.4/configuration-file-reference/9.4.0-configuration-file-reference/props.conf?_gl=1*1w93okf*_gcl_aw*R0NMLjE3NzA4MTIxMzkuQ2owS0NRaUE3ckRNQmhDakFSSXNBR0RCdUVCa3l3NEx0dzg0bUt1VEptaWlXakhDVDJNdGdNQlFyLVdjNHhHdEhsSmNrY2d0YzNJb3MtQWFBc2ViRUFMd193Y0I.*_gcl_au*Mjc3MjU3OTM2LjE3NzA4MTE0NDY.*FPAU*Mjc3MjU3OTM2LjE3NzA4MTE0NDY.*_ga*MTY2MTA4MjAwNS4xNzcwODExNDQ1*_ga_5EPM2P39FV*czE3NzE1ODc5NTkkbzE1JGcxJHQxNzcxNTg5NTA2JGo2MCRsMCRoMTQ3Njk0NjAxOA..*_fplc*bURQV29mcW14WXpUN0RwTm9pRGFPT1JKNUcwUzA3VmIlMkJOJTJCSHYwb0FuV2lMb2FjNXg0NnRYNm9mN0JIMFhGZlMyMUdnOE54aVRjZFJhZjBiclViQzFMUVN3dlAybzJsbHg1VkJneVJGSkFSTXl2aE52b3o2dFNGSGlrMnolMkZRJTNEJTNE#:~:text=%23%20Wildcard%20sourcetypes%20%2D%20multiple%20sourcetypes%20that%20begin%20with%20the%20same%20string&amp;nbsp;" target="_self"&gt;docs&lt;/A&gt; state&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;##########
# Wildcard sourcetypes - multiple sourcetypes that begin with the same string 
##########

[(?::){0}acme:*]
LOOKUP-acme = lookup acme_users user_id AS user_id OUTPUTNEW user_name AS
\ user_name FirstName AS FirstName LastName AS LastName&lt;/LI-CODE&gt;&lt;P&gt;See also:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Having-Difficulty-Understanding-Stanza-in-props-conf/m-p/540930/highlight/true" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Having-Difficulty-Understanding-Stanza-in-props-conf/m-p/540930/highlight/true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 12:17:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758551#M23909</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-02-20T12:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Index redirection using props.conf and transforms.conf not working (Splunk 9.4.6)</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758554#M23910</link>
      <description>&lt;P&gt;Yeah. "Directly" sourcetype-based stanza must match a single sourcetype literally.&lt;/P&gt;&lt;P&gt;But apparently the engine matching event to relevant props.conf settings has something about treating everything containing :: as either source or host-based setting so it applies the setting anyway using the regex matching method. Since the :: appears literally in the stanza but is completely ignored in matching, that works. But boy, it's such an ugly hack...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 13:13:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Index-redirection-using-props-conf-and-transforms-conf-not/m-p/758554#M23910</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2026-02-20T13:13:23Z</dc:date>
    </item>
  </channel>
</rss>

