<?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: Transaction Command startswith &amp; endswith not working without filtering the events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238553#M70872</link>
    <description>&lt;P&gt;Upgrade to the latest, it should resolve the issue.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2016 04:24:08 GMT</pubDate>
    <dc:creator>esix_splunk</dc:creator>
    <dc:date>2016-01-21T04:24:08Z</dc:date>
    <item>
      <title>Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238548#M70867</link>
      <description>&lt;P&gt;I am grouping events using the transaction command. Sample search which gives expected results below : &lt;BR /&gt;
&lt;STRONG&gt;Successful Search:&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=ind1 OR index=ind2) MachineId=1133 (log_text="*sometext1*" OR log_text="*sometext2*" OR log_text="*sometext3*" OR log_text="*sometext4*" OR log_text="*sometext5*" OR log_text="*sometext6*") | transaction startswith="sometext1" endswith="sometext2" mvlist=true | table _time,log_text
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;6 log_texts are transactions events. &lt;/P&gt;

&lt;P&gt;If I search removing log_text filters, transaction does not work. Sample search below: &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Unsuccessful Search:&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=ind1 OR index=ind2) MachineId=1133 | transaction startswith="sometext1" endswith="sometext2" mvlist=true | table _time,log_text
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am unable to understand this. Can someone please explain?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 12:08:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238548#M70867</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2016-01-19T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238549#M70868</link>
      <description>&lt;P&gt;Try this instead to ensure you are only displaying events where the log_text field has a value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=ind1 OR index=ind2) MachineId=1133 log_text=* | transaction startswith="sometext1" endswith="sometext2" mvlist=true | table _time,log_text
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238549#M70868</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-01-19T13:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238550#M70869</link>
      <description>&lt;P&gt;Already tried. This is also not working. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 06:50:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238550#M70869</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2016-01-20T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238551#M70870</link>
      <description>&lt;P&gt;What version of Splunk are you using? There is a bug in 6.3 regarding the transaction command. (SPL-107742) This was resolved in 6.3.2..&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:31:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238551#M70870</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-01-20T07:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238552#M70871</link>
      <description>&lt;P&gt;I am using Splunk 6.3.0 . So will it work fine in 6.3.2 ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 04:21:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238552#M70871</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2016-01-21T04:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238553#M70872</link>
      <description>&lt;P&gt;Upgrade to the latest, it should resolve the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 04:24:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238553#M70872</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2016-01-21T04:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238554#M70873</link>
      <description>&lt;P&gt;Ok. I'll try that.  &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 05:18:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238554#M70873</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2016-01-21T05:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238555#M70874</link>
      <description>&lt;P&gt;Upgrading didn't worked .. Still not getting results.  Now using splunk 6.3.2 . Any other suggestion ? or any other possibility or reason, why its not working ..&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 06:44:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238555#M70874</guid>
      <dc:creator>abhinav_maxonic</dc:creator>
      <dc:date>2016-01-21T06:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Command startswith &amp; endswith not working without filtering the events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238556#M70875</link>
      <description>&lt;P&gt;OK, without knowing what sometext is I would try the following and see if that works:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(index=ind1 OR index=ind2) MachineId=1133 log_text=*
| fields  _time, log_text
| transaction startswith=eval(match(log_text, "sometext1")) endswith=eval(match(log_text, "sometext2")) mvlist=true 
| table _time, log_text
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note the difference in the startswith and endswith filters.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 10:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Transaction-Command-startswith-endswith-not-working-without/m-p/238556#M70875</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-01-21T10:09:40Z</dc:date>
    </item>
  </channel>
</rss>

