<?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 set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271280#M190133</link>
    <description>&lt;P&gt;I don't know if this is related but I restarted and now the two services won't start again... even if I try manually...   any ideas?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2016 01:36:22 GMT</pubDate>
    <dc:creator>packet_hunter</dc:creator>
    <dc:date>2016-04-01T01:36:22Z</dc:date>
    <item>
      <title>How to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271276#M190129</link>
      <description>&lt;P&gt;I am attempting to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local so I can use [searchtxn], however, I am not understanding the documentation and setup correctly.&lt;/P&gt;

&lt;P&gt;The following is my file contents.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[xemail]
fields = uid, xuid
search = index=mail sourcetype=xemail
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The steps I have completed so far are:&lt;BR /&gt;
1  copied transactiontypes.conf from system/default to system/local&lt;BR /&gt;
2  edited the transactiontypes.conf file (by adding the above code to the bottom of the default code) and saved it as a .txt (so I can  work  locally)&lt;/P&gt;

&lt;P&gt;What exactly do I need to remove/edit from the default copy to configure my code?  Do I need to rename the file or delete the default copy in the /local so there is only one transactiontypes.conf file in the local?  &lt;/P&gt;

&lt;P&gt;Can anyone provide a clear step by step process to copy, edit, save a transactiontypes.conf file?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 18:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271276#M190129</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-03-31T18:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271277#M190130</link>
      <description>&lt;P&gt;There's usually no need to copy a file from default to local.  Splunk automatically merges the two files, with attributes from local overriding those from default.  So your local/transactiontypes.conf file just needs your three lines in it.  After editing the file, you must make sure the name is transactiontypes.conf.  If it has a different extension, like .txt, it will be ignored.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 19:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271277#M190130</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-03-31T19:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271278#M190131</link>
      <description>&lt;P&gt;ok I will remove the copy in local (that I copied from /default)&lt;BR /&gt;
stupid question: how do I change the .txt extension....  its not letting me even when I save as all file types&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 19:40:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271278#M190131</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-03-31T19:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271279#M190132</link>
      <description>&lt;P&gt;change extension with powershell, will let you know if it works&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 20:01:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271279#M190132</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-03-31T20:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271280#M190133</link>
      <description>&lt;P&gt;I don't know if this is related but I restarted and now the two services won't start again... even if I try manually...   any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 01:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271280#M190133</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-04-01T01:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271281#M190134</link>
      <description>&lt;P&gt;Check splunkd.log for messages explaining why it's not starting.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 12:24:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271281#M190134</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-04-01T12:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up an initial transactiontypes.conf file in $SPLUNK_HOME/etc/system/local ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271282#M190135</link>
      <description>&lt;P&gt;It is a permission issue, when I get that sorted I will give you my result about the .conf file.  Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:18:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-set-up-an-initial-transactiontypes-conf-file-in-SPLUNK/m-p/271282#M190135</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-04-01T13:18:57Z</dc:date>
    </item>
  </channel>
</rss>

