<?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: Sourcetype Override Not Working! in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680067#M80329</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran that search and no results were found. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; So is the regex incorrect? I was just trying to match that event referenced above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 14:57:39 GMT</pubDate>
    <dc:creator>allidoiswinboom</dc:creator>
    <dc:date>2024-03-08T14:57:39Z</dc:date>
    <item>
      <title>Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679866#M80313</link>
      <description>&lt;P&gt;Hi All!&lt;/P&gt;
&lt;P&gt;Hope all is well. I am about to pull my hair out trying to override a sourcetype for a specific set of tcp network events. The event starts with the same string of 'acl_policy_name' and it is currently being labeled with a sourcetype of 'f5:bigip:syslog'. I want to override that sourcetype with a new one labeled 'f5:bigip:afm:syslog' however, even after modifying the props and transforms conf files: still no dice.&lt;/P&gt;
&lt;P&gt;I used regex101 to ensure that the regex for the 'acl_policy_name' match is correct but I've gone through enough articles and Splunk documentation to no avail. Nothing in the btools outputs for it looks out of place or as though it could be interfering with the settings below. Any thoughts or suggestions would be greatly appreciated before I throw my laptop off a cliff. Thanks in advance!&lt;/P&gt;
&lt;P&gt;Event Snippet:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="allidoiswinboom_0-1709750984401.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29632i0307D0AC0D4AB501/image-size/medium?v=v2&amp;amp;px=400" role="button" title="allidoiswinboom_0-1709750984401.png" alt="allidoiswinboom_0-1709750984401.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Inputs.conf
[tcp://9515]
disabled = false
connection_host = ip
sourcetype = f5:bigip:syslog
index = f5_cs_p_p

Props.conf
[f5:bigip:syslog]
TRANSFORMS-afm_sourcetype = afm-sourcetype
*Note I also tried [source::tcp:9515] as a spec instead of the sourcetype but no dice either way.

Transforms.conf
[afm-sourcetype]
REGEX = ^acl_policy_name="$
DEST_KEY = MetaData:Sourcetype
FORMAT = sourcetype::f5:bigip:afm:syslog
WRITE_META = true&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 20:59:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679866#M80313</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-06T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679911#M80314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;where do you located these conf files?&lt;/P&gt;&lt;P&gt;they must be located in the first full Splunk instance that data passing through.&lt;/P&gt;&lt;P&gt;In other words, if you're using an Heavy forwarder to take these logs, you have to put them in the HFs, if instead you're using a Universal Forwarder, you have to locate them on Indexers or on an eventual intermediate HF.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 07:21:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679911#M80314</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-07T07:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679938#M80317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;Thanks for the reply. We are using UFs and I have the confs files on the deployment server and the indexers. We use a CM to manage all the Indexers so I deploy the updated files from the CM to ensure consistent hashing across the files. Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 13:36:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679938#M80317</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-07T13:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679941#M80318</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if you haven't any intermediate HF, you must locate them on Indexers.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 13:52:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679941#M80318</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-07T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679946#M80319</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Yes these files are already on the indexers.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 14:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/679946#M80319</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-07T14:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680031#M80324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;have you, on Indexers, also the Splunk_TA_F5?&lt;/P&gt;&lt;P&gt;because it transforms logs and maybe your transformation isn't effective because the f5:bigip:syslog is already transformed in something else.&lt;/P&gt;&lt;P&gt;using the regex, which sourcetype do your events have?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 08:04:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680031#M80324</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-08T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680061#M80327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, the 'Splunk_TA_f5-bigip' app is on the DS but not the IDXs/CM. Is that something that ought to be pushed out to the CM/IDX?&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a local app that is specific to our program with a ruleset for that f5:bigip:syslog but that is just specifying the hosts that route data to that index.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I check via the regex what sourcetypes the data has?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:40:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680061#M80327</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-08T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680066#M80328</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please, which sourcetype ha your running this search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index = f5_cs_p_p
| regex "^acl_policy_name=\"$"&lt;/LI-CODE&gt;&lt;P&gt;i addition, in the REGEX in transforms.conf, you should escape the quotes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX = ^acl_policy_name=\"$&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680066#M80328</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-08T14:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680067#M80329</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran that search and no results were found. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; So is the regex incorrect? I was just trying to match that event referenced above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:57:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680067#M80329</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-08T14:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680069#M80330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I used your regex, if you haven't any result in the search, the issue is in the regex.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:59:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680069#M80330</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-08T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680071#M80331</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok great, if that's the case, I just want to match events that start with "acl_policy_name" so I can transform the sourcetype to something else. All the events start with that so I'm not sure what else I need to add to the REGEX?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="allidoiswinboom_0-1709910105091.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29673i3ED76C45104DA286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="allidoiswinboom_0-1709910105091.png" alt="allidoiswinboom_0-1709910105091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 15:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680071#M80331</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-08T15:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680073#M80332</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;search the correct regex using regex101.com or, please, share some event so we can help you.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 15:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680073#M80332</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-08T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680076#M80333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to black out certain information but see below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="allidoiswinboom_0-1709910629452.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29674iD79008B392AE42E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="allidoiswinboom_0-1709910629452.png" alt="allidoiswinboom_0-1709910629452.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 15:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680076#M80333</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-08T15:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680080#M80334</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to help you, I need them in text format to use in regex101.com, I cannot use a screenshot|&lt;/P&gt;&lt;P&gt;Anyway, why in your regex there's the dollar char ($)?&lt;/P&gt;&lt;P&gt;the correct regex should be&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;REGEX = ^acl_policy_name\=\"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 15:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/680080#M80334</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-08T15:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/681907#M80392</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Sorry for the late reply but this helped with the creation of the sourcetype. Thank you for all your help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 20:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/681907#M80392</guid>
      <dc:creator>allidoiswinboom</dc:creator>
      <dc:date>2024-03-25T20:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype Override Not Working!</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/681911#M80393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/265651"&gt;@allidoiswinboom&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 22:24:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Sourcetype-Override-Not-Working/m-p/681911#M80393</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-25T22:24:26Z</dc:date>
    </item>
  </channel>
</rss>

