<?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 How to use transactiontype.conf usage? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600848#M104715</link>
    <description>&lt;P&gt;Currently we are looking ingesting events that have multiple eventIDs that log in new lines. We want to have those appear as one event in splunk since trying to run a "| transaction event_id" slows our searches down significantly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like we should be able to use transactiontypes.conf but I am confused on how to get this to work. We are extracting the event_id in props.conf with event_id_test and then have a transactiontypes.conf that is looking to perform a transaction on the fields&amp;nbsp; event_id_test but so far it is not performing the transaction at all though the event_id_test field is being extracted.&amp;nbsp; I tried reading through the docs for this but can not see what I am missing or doing wrong based on the splunk docs on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;props.conf:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[test_props]&lt;BR /&gt;EXTRACT-et = \.\d{3}\:(?P&amp;lt;event_id_test&amp;gt;\d+)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;transactiontypes.conf:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[test_props]&lt;BR /&gt;maxspan=5s&lt;BR /&gt;maxpause=5s&lt;BR /&gt;fields=event_id_test&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 16:21:11 GMT</pubDate>
    <dc:creator>bobby_d</dc:creator>
    <dc:date>2022-06-07T16:21:11Z</dc:date>
    <item>
      <title>How to use transactiontype.conf usage?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600848#M104715</link>
      <description>&lt;P&gt;Currently we are looking ingesting events that have multiple eventIDs that log in new lines. We want to have those appear as one event in splunk since trying to run a "| transaction event_id" slows our searches down significantly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like we should be able to use transactiontypes.conf but I am confused on how to get this to work. We are extracting the event_id in props.conf with event_id_test and then have a transactiontypes.conf that is looking to perform a transaction on the fields&amp;nbsp; event_id_test but so far it is not performing the transaction at all though the event_id_test field is being extracted.&amp;nbsp; I tried reading through the docs for this but can not see what I am missing or doing wrong based on the splunk docs on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;props.conf:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[test_props]&lt;BR /&gt;EXTRACT-et = \.\d{3}\:(?P&amp;lt;event_id_test&amp;gt;\d+)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;transactiontypes.conf:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;[test_props]&lt;BR /&gt;maxspan=5s&lt;BR /&gt;maxpause=5s&lt;BR /&gt;fields=event_id_test&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 16:21:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600848#M104715</guid>
      <dc:creator>bobby_d</dc:creator>
      <dc:date>2022-06-07T16:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: transactiontype.conf usage</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600876#M104720</link>
      <description>&lt;P&gt;The transactiontypes.conf file does not define an index-time operation and is not invoked from props.conf.&amp;nbsp; It defines a transaction that is invoked by the &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/SearchReference/Searchtxn" target="_self"&gt;&lt;FONT face="courier new,courier"&gt;searchtxn&lt;/FONT&gt; &lt;/A&gt;SPL command within a query.&lt;/P&gt;&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;EXTRACT&lt;/FONT&gt; setting in props.conf invokes a stanza defines in transforms.conf.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 13:55:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600876#M104720</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-07T13:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: transactiontype.conf usage</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600895#M104723</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;looks like I misunderstood what transactiontypes.conf purpose would be. Would there be any way that you could do a transaction at index time?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 15:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600895#M104723</guid>
      <dc:creator>bobby_d</dc:creator>
      <dc:date>2022-06-07T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: transactiontype.conf usage</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600914#M104725</link>
      <description>&lt;P&gt;I don't see how an index-time transaction would be possible (ok, anything's *possible*) or perform better than a search-time transaction.&amp;nbsp; To do a transaction at index-time, each indexer would have to search all other indexers for matching events and that's just not done.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 16:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-transactiontype-conf-usage/m-p/600914#M104725</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-07T16:46:43Z</dc:date>
    </item>
  </channel>
</rss>

