<?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: Issue in transaction command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526037#M148475</link>
    <description>&lt;P&gt;Is it necessary? if you don't extract it, transaction can be done.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2020 13:52:53 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-10-22T13:52:53Z</dc:date>
    <item>
      <title>Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526023#M148470</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have few connections regarding transaction command. I have a series of events. One of the events are mentioned below.&lt;/P&gt;&lt;P&gt;1st event-RAUPPT_PT280916DC0101...sm_mr=PT280916DC0101&lt;/P&gt;&lt;P&gt;2nd event- LLAPTU_PT280916DC0101&lt;/P&gt;&lt;P&gt;Questions-&lt;/P&gt;&lt;P&gt;1. Here I want to use transaction command based on&amp;nbsp;PT280916DC010 pattern. Can someone please provide me regex to extract this. PT* will be fixed for every event.&lt;/P&gt;&lt;P&gt;2. As&amp;nbsp;PT280916DC0101 is used in multiple times on 1st event. Will it create any problems ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 13:03:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526023#M148470</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2020-10-22T13:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526029#M148472</link>
      <description>&lt;P&gt;1:&lt;BR /&gt;| rex "_(?&amp;lt;id&amp;gt;PT\d+[A-Z]{2}\d{4})"&lt;BR /&gt;2: no&lt;BR /&gt;&lt;BR /&gt;sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal | head 1 | fields _time _raw | eval _raw="RAUPPT_PT280916DC0101...sm_mr=PT280916DC0101"
| appendpipe [ eval _raw="LLAPTU_PT280916DC0101"]
| rex "_(?&amp;lt;id&amp;gt;PT\d+[A-Z]{2}\d{4})"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 22 Oct 2020 13:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526029#M148472</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-10-22T13:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526035#M148474</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;I am unable to extract field PT280916DC0101 with&amp;nbsp;&lt;SPAN&gt;| rex "_(?&amp;lt;id&amp;gt;PT\d+[A-Z]{2}\d{4})"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 13:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526035#M148474</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2020-10-22T13:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526037#M148475</link>
      <description>&lt;P&gt;Is it necessary? if you don't extract it, transaction can be done.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 13:52:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526037#M148475</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-10-22T13:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526039#M148477</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;..Yes actually I want to perform some other operations on id once it is extracted runtime.&lt;/P&gt;&lt;P&gt;How can we extract it at run time ?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 13:59:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526039#M148477</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2020-10-22T13:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526043#M148479</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;I am able to extract the field id with rex field= _raw "..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I am running transaction command on id..there is no statistics coming except events&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:20:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526043#M148479</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2020-10-22T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526046#M148480</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.6/SearchReference/Transaction" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.6/SearchReference/Transaction&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;transaction makes only duration and eventcount.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:26:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526046#M148480</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-10-22T14:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526068#M148486</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/184221"&gt;@to4kawa&lt;/a&gt;&amp;nbsp;...strangely it is not producing statistics but when I am using table =* at the end I could see the results.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 16:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Issue-in-transaction-command/m-p/526068#M148486</guid>
      <dc:creator>ramprakash</dc:creator>
      <dc:date>2020-10-22T16:28:07Z</dc:date>
    </item>
  </channel>
</rss>

