<?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 do change sourcetype in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749715#M22626</link>
    <description>&lt;P&gt;What is the problem you are trying to solve? Not the immediate technical "problem" - how to change sourcetype - but the business one. Why do you want to do that?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2025 09:32:05 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-07-14T09:32:05Z</dc:date>
    <item>
      <title>How do change sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749679#M22619</link>
      <description>&lt;P&gt;I am looking for change the source type for this apps&amp;nbsp;&lt;SPAN&gt;Splunk Add-on for Microsoft Security&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jul 2025 18:20:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749679#M22619</guid>
      <dc:creator>sureshmani04</dc:creator>
      <dc:date>2025-07-13T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do change sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749680#M22620</link>
      <description>&lt;P&gt;When changing the sourcetype, please note that any knowledge objects (field extractions, calculated fields, etc) in the app that apply to the previous sourcetype will then no longer apply, unless you then modify them to apply to the new sourcetype.&lt;/P&gt;&lt;P&gt;It is likely possible to configure the app using the webUI to make the /local/inputs.conf stanzas, which could then be edited to use a different sourcetype.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option would be to use transforms to change the sourcetype:&lt;/P&gt;&lt;P&gt;You can put these config files in the local directory of the app (E.g. /opt/splunk/etc/apps/Splunk_TA_MS_Security/local) in the heavy forwarder where you installed the app, or append their contents to existing files of the same name in the local directory.&lt;/P&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# e.g. if you want to change ms365:defender:incident to "ms:new:sourcetype:value". Add more stanzas for each sourcetype to change.
[ms365:defender:incident]
TRANSFORMS-ChangeSourceType = ChangeSourceType&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;transforms.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[ChangeSourceType]
#custom regex can be set here to apply to matching events
REGEX = .*
FORMAT = sourcetype::"ms:new:sourcetype:value"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ref:&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Advancedsourcetypeoverrides" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/Advancedsourcetypeoverrides&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jul 2025 19:00:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749680#M22620</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2025-07-13T19:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do change sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749685#M22621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274729"&gt;@sureshmani04&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) do you want to change the sourcetype of the already indexed data&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) new data that is yet to be onboarded&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the case 1, the answer is no. once the data is ingested, we can not alter / modify anything to the indexed data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the case 2, you can refer the previous reply. pls note that, most of the times you need not change/modify the sourcetype of an app/add-on, unless you have some specific requirements, thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 02:45:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749685#M22621</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2025-07-14T02:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do change sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749700#M22623</link>
      <description>Could you describe what is your issue which you are trying to solve? Not the action how you are solving it!</description>
      <pubDate>Mon, 14 Jul 2025 08:01:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749700#M22623</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-07-14T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do change sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749715#M22626</link>
      <description>&lt;P&gt;What is the problem you are trying to solve? Not the immediate technical "problem" - how to change sourcetype - but the business one. Why do you want to do that?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 09:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749715#M22626</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-07-14T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do change sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749813#M22635</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274729"&gt;@sureshmani04&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope you got the solution.. if so, could you pls mark the question as solved, so it will be moved from unanswered to solved. thanks. karma / upvotes are always welcomed, thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 09:17:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-do-change-sourcetype/m-p/749813#M22635</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2025-07-15T09:17:49Z</dc:date>
    </item>
  </channel>
</rss>

