<?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: Host override not working. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760416#M120458</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313049"&gt;@gnagasri&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;where did you locate these conf files?&lt;/P&gt;&lt;P&gt;they must be located on the first Heavy Forwarder where data pass through or (if there isn't any Heavy Forwarder) on Indexers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 15:07:37 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2026-04-23T15:07:37Z</dc:date>
    <item>
      <title>Host override not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760415#M120457</link>
      <description>&lt;P&gt;Sample events - working in regex101 :&amp;nbsp;&lt;A href="https://regex101.com/r/LuC6ZQ/1" target="_blank" rel="noopener"&gt;https://regex101.com/r/LuC6ZQ/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;| rex field=_raw "nsssvcip\=(?&amp;lt;host&amp;gt;\d+\.\d+\.\d+\.\d+)" - working in Splunk UI search bar.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Transforms.conf

[aaa_sourcetype]
DEST_KEY = MetaData:Host
FORMAT = host::$1
REGEX = nsssvcip\=(\d+\.\d+\.\d+\.\d+)

Props.conf

TRANSFORMS-01-set_host = aaa_sourcetype&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when applied the above, it doesnt work for&amp;nbsp; 1st sample event. Kindly suggest.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 14:40:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760415#M120457</guid>
      <dc:creator>gnagasri</dc:creator>
      <dc:date>2026-04-23T14:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Host override not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760416#M120458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313049"&gt;@gnagasri&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;where did you locate these conf files?&lt;/P&gt;&lt;P&gt;they must be located on the first Heavy Forwarder where data pass through or (if there isn't any Heavy Forwarder) on Indexers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 15:07:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760416#M120458</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2026-04-23T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Host override not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760419#M120459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313049"&gt;@gnagasri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your match is at position 5321 in the string however the default limit is 4096 regex lookahead, try setting the LOOKAHEAD value in your transform stanza to a higher value (eg 7000):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOOKAHEAD = &amp;lt;integer&amp;gt;
* NOTE: This option is valid for all index time transforms, such as
  index-time field creation, or DEST_KEY modifications.
* Optional. Specifies how many characters to search into an event.
* Default: 4096
  * You may want to increase this value if you have event line lengths that
    exceed 4096 characters (before linebreaking).&lt;/LI-CODE&gt;&lt;P&gt;For more info check out the transforms docs at&amp;nbsp;&lt;A href="https://help.splunk.com/en/data-management/splunk-enterprise-admin-manual/9.4/configuration-file-reference/9.4.0-configuration-file-reference/transforms.conf#:~:text=LOOKAHEAD%20%3D%20%3Cinteger%3E" target="_blank"&gt;https://help.splunk.com/en/data-management/splunk-enterprise-admin-manual/9.4/configuration-file-reference/9.4.0-configuration-file-reference/transforms.conf#:~:text=LOOKAHEAD%20%3D%20%3Cinteger%3E&lt;/A&gt;&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>Thu, 23 Apr 2026 15:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760419#M120459</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2026-04-23T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Host override not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760422#M120460</link>
      <description>You should try this.&lt;BR /&gt;There are lot of other limits like TRUNCATE etc which could also hit, especially in some other issues. I really suggest that you should read those spec files and additionally limits.conf is one useful</description>
      <pubDate>Thu, 23 Apr 2026 18:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760422#M120460</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2026-04-23T18:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Host override not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760486#M120464</link>
      <description>&lt;P&gt;This worked. Thankyou.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 05:45:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-override-not-working/m-p/760486#M120464</guid>
      <dc:creator>gnagasri</dc:creator>
      <dc:date>2026-04-27T05:45:14Z</dc:date>
    </item>
  </channel>
</rss>

