<?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 to split props/transforms from a standalone to an indexer clustering environment? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285189#M86264</link>
    <description>&lt;P&gt;Hi Somesoni2,&lt;BR /&gt;
Yes i am using field extraction[ my version is 6.6.3] however these extracted fields are only available to only the user who created the extraction inspite of making them global due to which my dashboards are not working for other users. &lt;BR /&gt;
This is happening even in the stand alone instance where we use single sign on, i could see that the extractions are in my etc/user/myname/local  transforms and props.conf , i moved them from user specific to etc/apps/search/local transforms and props.conf  and it works.&lt;BR /&gt;
I wanted to know how we can achieve the same in clustered search head environment. This problem happens only when we use delimited option to extract the fields, regex works fine.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2017 19:38:44 GMT</pubDate>
    <dc:creator>newbie2tech</dc:creator>
    <dc:date>2017-12-15T19:38:44Z</dc:date>
    <item>
      <title>How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285184#M86259</link>
      <description>&lt;P&gt;I've got a multi-character delimited file, which looks something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"27-MAY-16 04.25.26.746000 AM"|;|""|;|"Session"|;|"0"|;|""|;|"lkjsdf;lkjbxsadf;lkjwta4"|;|"0"|;|""|;|""|;|""|;|"server_type"|;|"Server"|;|"1234"|;|"-"|;|"255.255.255.255"|;|""|;|"HTTP_PolicyName"|;|""|;|""|;|"HTTP_Gateway"|;|""|;|""|;|""|;|""|;|""|;|""|;|"HTTP_PolicyName:1"|;|""|;|"Policy Description"|;|""|;|"Web Gateway"|;|"8612712380412232330"|;|""|;|""|;|"Scheme"|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""|;|""||?--END---?||"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have a standalone installation of Splunk Enterprise for dev purposes and I created my props/transforms for this log file and got it working just fine. However, when I deploy it across my cluster and attempt to index these files in production, I am not getting any field extractions. &lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[oracle]
DATETIME_CONFIG = 
INDEXED_EXTRACTIONS = csv
KV_MODE = none
NO_BINARY_CHECK = true
PREAMBLE_REGEX = 1
SHOULD_LINEMERGE = false
SEDCMD-01_change_delims_in_oracle_logs = s/\|;\|/,/g
REPORT-set_delimiters_oracle_logs = 01_delims_oracle_logs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[01_delims_oracle_logs]
DELIMS = ","
FIELDS= Field1,Field2,Field3...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have these deployed to the forwarder, Indexer cluster through a cluster-bundle, and even on the Search Head. SEDCMD runs just fine to replace the given delims to commas:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "27-MAY-16 04.25.26.746000 AM","","Session","0","","lkjsdf;lkjbxsadf;lkjwta4","0","","","","server_type","Server","1234","-","255.255.255.255","","HTTP_PolicyName","","","HTTP_Gateway","","","","","","","HTTP_PolicyName:1","","Policy Description","","Web Gateway","8612712380412232330","","","Scheme","","","","","","","","","","","","","","",""||?--END---?||"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But absolutely no fields that I specify in transforms.conf are searchable. How should I spread these props/transforms across my environment? It works great in a standalone instance, just not when applied to a forwarder/cluster/standalone search head combo. I've tried disabling all of the props on the forwarder side and just leaving them on the Indexers, but that didn't change anything. &lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:22:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285184#M86259</guid>
      <dc:creator>coltwanger</dc:creator>
      <dc:date>2016-06-01T15:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285185#M86260</link>
      <description>&lt;P&gt;I should also mention that I have looked at both of these links and tried splitting them accordingly, but I'm obviously doing something wrong here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Configurationparametersandthedatapipeline"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Configurationparametersandthedatapipeline&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:46:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285185#M86260</guid>
      <dc:creator>coltwanger</dc:creator>
      <dc:date>2016-06-01T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285186#M86261</link>
      <description>&lt;P&gt;All Event processing and Index-time field processing should be deployed to Indexer. From your config, following will go to indexer.&lt;BR /&gt;
props.conf on Indexer&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[oracle]
 DATETIME_CONFIG = 
 INDEXED_EXTRACTIONS = csv
 KV_MODE = none
 NO_BINARY_CHECK = true
 PREAMBLE_REGEX = 1
 SHOULD_LINEMERGE = false
 SEDCMD-01_change_delims_in_oracle_logs = s/\|;\|/,/g
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All search time field extractions configurations should be deployed to Search Head. From your config, following will go to Search Head&lt;BR /&gt;
props.conf on Search Head&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[oracle]
 REPORT-set_delimiters_oracle_logs = 01_delims_oracle_logs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf on Search Head&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [01_delims_oracle_logs]
 DELIMS = ","
 FIELDS= Field1,Field2,Field3...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Jun 2016 16:21:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285186#M86261</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-06-01T16:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285187#M86262</link>
      <description>&lt;P&gt;Hi Somesoni2,&lt;/P&gt;

&lt;P&gt;In a clustered search head, is there a way to get these props and tranforms,conf changes propagated from GUI? I know we need to via search head deployer do the change to master which will send it down to all search head members but wanted to know If at all there is a way to do it thru gui as I am not admin and would have to do a code  deploy.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 18:47:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285187#M86262</guid>
      <dc:creator>newbie2tech</dc:creator>
      <dc:date>2017-12-15T18:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285188#M86263</link>
      <description>&lt;P&gt;What version of Splunk are you using?&lt;BR /&gt;
If you're using 6.3+ version, you can setup field extraction using IFX which gives options for extracting delimited fields. See this&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Knowledge/ExtractfieldsinteractivelywithIFX"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Knowledge/ExtractfieldsinteractivelywithIFX&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 19:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285188#M86263</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-15T19:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285189#M86264</link>
      <description>&lt;P&gt;Hi Somesoni2,&lt;BR /&gt;
Yes i am using field extraction[ my version is 6.6.3] however these extracted fields are only available to only the user who created the extraction inspite of making them global due to which my dashboards are not working for other users. &lt;BR /&gt;
This is happening even in the stand alone instance where we use single sign on, i could see that the extractions are in my etc/user/myname/local  transforms and props.conf , i moved them from user specific to etc/apps/search/local transforms and props.conf  and it works.&lt;BR /&gt;
I wanted to know how we can achieve the same in clustered search head environment. This problem happens only when we use delimited option to extract the fields, regex works fine.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 19:38:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285189#M86264</guid>
      <dc:creator>newbie2tech</dc:creator>
      <dc:date>2017-12-15T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285190#M86265</link>
      <description>&lt;P&gt;Check few things:&lt;BR /&gt;
1) Make sure field extractions are global (they're as you said)&lt;BR /&gt;
2) Make sure 'Everyone' has read permission on it (in the sharing permission page, those checkboxes for everyone role is selected). This may not be available if the user creating those field extraction is not, at least, power user.&lt;BR /&gt;
3) Makre sure the app in which those field extraction are created has read permission to EveryOne (you'd need to take your Splunk admin's help to confirm)&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 19:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285190#M86265</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-15T19:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285191#M86266</link>
      <description>&lt;P&gt;Yes to all 3, does that leave me with deployment as an only option via search deployer.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 20:26:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285191#M86266</guid>
      <dc:creator>newbie2tech</dc:creator>
      <dc:date>2017-12-15T20:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285192#M86267</link>
      <description>&lt;P&gt;I would think so. But it's strange that the field extractions created from Web UI doesn't work in global mode. The person created it, is he power user? Also, you can ask your Splunk admin to look at the field extractions (since you've limited access) issue. It should work in the scenario described by you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 20:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285192#M86267</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-15T20:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285193#M86268</link>
      <description>&lt;P&gt;Hi Somesoni2,&lt;/P&gt;

&lt;P&gt;I have had my admin create the extraction and make it global, that seems to be working and his entry is available in /etc/apps/search/local instead of /etc/users/myuser/search/local. &lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 16:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285193#M86268</guid>
      <dc:creator>newbie2tech</dc:creator>
      <dc:date>2017-12-18T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285194#M86269</link>
      <description>&lt;P&gt;Yes, all shareable knowledge objects should be in etc/apps. Artifacts in etc/users are private to that user.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2017 16:18:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285194#M86269</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-18T16:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to split props/transforms from a standalone to an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285195#M86270</link>
      <description>&lt;P&gt;Yes Soni, thank you for the guidance!!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 14:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-props-transforms-from-a-standalone-to-an-indexer/m-p/285195#M86270</guid>
      <dc:creator>newbie2tech</dc:creator>
      <dc:date>2017-12-19T14:51:05Z</dc:date>
    </item>
  </channel>
</rss>

