<?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: Need help: why my search head is not using the settings in transforms.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410581#M72730</link>
    <description>&lt;P&gt;That's great, you can post that update as answer and accept your own answer so that it will help for other community members.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2019 13:40:56 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2019-01-18T13:40:56Z</dc:date>
    <item>
      <title>Need help: why my search head is not using the settings in transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410576#M72725</link>
      <description>&lt;P&gt;I am migrating from a stand-alone Splunk instance to a Splunk cluster (w/ search-head-cluster + indexer-cluster) and I am hitting this problem.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On my search heads, I have these settings&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;/opt/splunk/etc/system/local/props.conf:&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[altr_web]
KV_MODE = none
category = Web
REPORT-altr_web = REPORT-altr_web
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;/opt/splunk/etc/apps/search/local/transforms.conf:&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[REPORT-altr_web]
DELIMS = "\t"
FIELDS = "ip1","ip2","time","uri","status","execTime","bytes","referer","ua","nwtc","uid","abCookie"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I also verified that these settings are present on my search head with these commands:&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_HOME/bin/splunk btool --app=search transforms list&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_HOME/bin/splunk btool --app=search props list&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;All these look fine.  Then I sent a test log file using a forwarder.  However, during my search, I discovered that the transformation specified in transforms.conf didn't happen.  (I couldn't see any fields such as &lt;CODE&gt;ip1, ip2, uri&lt;/CODE&gt;, etc)&lt;/P&gt;

&lt;P&gt;To troubleshoot the problem, I use my browser to connect to an indexer UI page, use the UI's Add Data feature, upload the log file directly and specifically picked altr_web as its source type.  Again, when I search (on my search head) I still couldn't see any transformation happening.&lt;/P&gt;

&lt;P&gt;I restarted my search head, but that didn't help.&lt;/P&gt;

&lt;P&gt;What else can I do to troubleshoot this problem?  &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Updates:&lt;/STRONG&gt;&lt;BR /&gt;
I have resolved the problem.  It turns out I need to follow the "2. If you want to migrate custom settings from &lt;STRONG&gt;a default app&lt;/STRONG&gt;" part in this doc &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/Migratefromstandalonesearchheads#Migrate_settings_to_a_search_head_cluster"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/Migratefromstandalonesearchheads#Migrate_settings_to_a_search_head_cluster&lt;/A&gt; in order to migrate the props.conf and transforms.conf settings to the search head.  Once I did that, it's working now!  &lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 03:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410576#M72725</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2019-01-17T03:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: why my search head is not using the settings in transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410577#M72726</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I think your are missing a source:: or sourcetype:: in your props.conf.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 09:08:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410577#M72726</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2019-01-17T09:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: why my search head is not using the settings in transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410578#M72727</link>
      <description>&lt;P&gt;For sourcetype you do not need to mention &lt;CODE&gt;sourcetype::&lt;/CODE&gt; in props.conf&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 09:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410578#M72727</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-01-17T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: why my search head is not using the settings in transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410579#M72728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can you please provide some sample data  (mask any sensitive data) ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 09:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410579#M72728</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-01-17T09:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: why my search head is not using the settings in transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410580#M72729</link>
      <description>&lt;P&gt;I have resolved it.  See the updates in my post.  Thanks to everyone for your suggestion.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 09:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410580#M72729</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2019-01-18T09:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: why my search head is not using the settings in transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410581#M72730</link>
      <description>&lt;P&gt;That's great, you can post that update as answer and accept your own answer so that it will help for other community members.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 13:40:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410581#M72730</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2019-01-18T13:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help: why my search head is not using the settings in transforms.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410582#M72731</link>
      <description>&lt;P&gt;I have resolved the problem. It turns out I need to follow the "2. If you want to migrate custom settings from a default app" part in this doc &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/Migratefromstandalonesearchheads#Migrate_settings_to_a_search_head_cluster"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/DistSearch/Migratefromstandalonesearchheads#Migrate_settings_to_a_search_head_cluster&lt;/A&gt; in order to migrate the props.conf and transforms.conf settings to the search head. Once I did that, it's working now!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2019 15:35:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-why-my-search-head-is-not-using-the-settings-in/m-p/410582#M72731</guid>
      <dc:creator>patng_nw</dc:creator>
      <dc:date>2019-01-18T15:35:03Z</dc:date>
    </item>
  </channel>
</rss>

