<?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: Universal forwarder Sourcetype name changes itself in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480800#M82434</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/211033"&gt;@ea7777777&lt;/a&gt; ,&lt;/P&gt;

&lt;P&gt;are the log files in this folder being renamed? If yes, do they have the similar suffix (1-2-2-2)?&lt;/P&gt;

&lt;P&gt;check on indexer (and on UF too, if you use INDEXED_EXTRACTIONS or local_processing) if there is any sourcetype renaming in any transforms.conf file:&lt;/P&gt;

&lt;P&gt;on linux:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;grep -Er MetaData:Sourcetype /opt/splunk/etc/*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;on Windows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;findstr /s MetaData:Sourcetype c:\ProgramFiles\Splunk\etc\*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or by using btool&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk btool transforms list --debug |grep MetaData:Sourcetype

splunk btool transforms list --debug |findstr MetaData:Sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 30 Sep 2020 05:03:13 GMT</pubDate>
    <dc:creator>PavelP</dc:creator>
    <dc:date>2020-09-30T05:03:13Z</dc:date>
    <item>
      <title>Universal forwarder Sourcetype name changes itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480797#M82431</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;a Universal Forwarder (7.0.1) is watches an textfile. The parameter are following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = RBD9EUFN

[monitor://C:\ProgramData\Cognex\In-Sight\Splunk\Log_Cam]
index = rbg_ff1_stand_allone_ant2
sourcetype = rbg_ff1_stand_allone_ant2_sourcetype

crcSalt = &amp;lt;SOURCE&amp;gt;
followTail = 1 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The strange thing is, the sourcetype name changes itself! Why?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8745i5B916F8C810957FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 13:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480797#M82431</guid>
      <dc:creator>ea7777777</dc:creator>
      <dc:date>2020-04-20T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder Sourcetype name changes itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480798#M82432</link>
      <description>&lt;P&gt;Try this instead:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tstats count where index=rbg_ff1_stand_allone_ant2 by sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Apr 2020 13:58:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480798#M82432</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-04-20T13:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder Sourcetype name changes itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480799#M82433</link>
      <description>&lt;P&gt;The host name in your screen shot does not match the host name in your config.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 14:03:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480799#M82433</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-20T14:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder Sourcetype name changes itself</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480800#M82434</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/211033"&gt;@ea7777777&lt;/a&gt; ,&lt;/P&gt;

&lt;P&gt;are the log files in this folder being renamed? If yes, do they have the similar suffix (1-2-2-2)?&lt;/P&gt;

&lt;P&gt;check on indexer (and on UF too, if you use INDEXED_EXTRACTIONS or local_processing) if there is any sourcetype renaming in any transforms.conf file:&lt;/P&gt;

&lt;P&gt;on linux:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;grep -Er MetaData:Sourcetype /opt/splunk/etc/*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;on Windows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;findstr /s MetaData:Sourcetype c:\ProgramFiles\Splunk\etc\*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or by using btool&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk btool transforms list --debug |grep MetaData:Sourcetype

splunk btool transforms list --debug |findstr MetaData:Sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:03:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-Sourcetype-name-changes-itself/m-p/480800#M82434</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-09-30T05:03:13Z</dc:date>
    </item>
  </channel>
</rss>

