<?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 transaction alternative in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/transaction-alternative/m-p/414659#M119438</link>
    <description>&lt;P&gt;Have data in the following format ;&lt;BR /&gt;
1:26:[06/28/2018][08:00:00.149][6959][3868982128][s537565/r17][servername1][filename.cpp:27][ActionMessage::ProcessMessage][][][][][][][][][][][][][][][][** Received request.][servername2]&lt;BR /&gt;
2:26:[06/28/2018][08:00:00.159][6959][3868982128][s537565/r17][servername1][filename.cpp:57][ActionMessage::ProcessMessage][global1][global2][][][][Millz][][][][][][][][][][** Status: Authorized. ][]&lt;/P&gt;

&lt;P&gt;3:26:[06/28/2018][08:00:00.149][6959][4005350256][s537565/r17][servername1][filename.cpp:27][ActionMessage::ProcessMessage][][][][][][][][][][][][][][][][** Received request.][servername2]&lt;BR /&gt;
4:26:[06/28/2018][08:00:00.159][6959][4005350256][s537565/r17][servername1][filename.cpp:57][ActionMessage::ProcessMessage][global1][global2][][][][Millz][][][][][][][][][][** Status: Authenticated. ][]&lt;/P&gt;

&lt;P&gt;| transaction field5 host maxevents=5 startswith="** Received*" endswith="** Status*" | sort -duration| table field25, duration &lt;/P&gt;

&lt;P&gt;Need the table as &lt;BR /&gt;
** Status: Authorized. .010&lt;BR /&gt;
** Status: Authenticated. .010&lt;/P&gt;

&lt;P&gt;However it results as&lt;BR /&gt;
** Received request.&lt;BR /&gt;
** Status: Authorized. .010&lt;BR /&gt;
** Received request.&lt;BR /&gt;
** Status: Authenticated. .010&lt;/P&gt;

&lt;P&gt;What's the best way to normalise this and also get table to only have the 'endswith' string ?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:14:04 GMT</pubDate>
    <dc:creator>jhnworks</dc:creator>
    <dc:date>2020-09-29T20:14:04Z</dc:date>
    <item>
      <title>transaction alternative</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-alternative/m-p/414659#M119438</link>
      <description>&lt;P&gt;Have data in the following format ;&lt;BR /&gt;
1:26:[06/28/2018][08:00:00.149][6959][3868982128][s537565/r17][servername1][filename.cpp:27][ActionMessage::ProcessMessage][][][][][][][][][][][][][][][][** Received request.][servername2]&lt;BR /&gt;
2:26:[06/28/2018][08:00:00.159][6959][3868982128][s537565/r17][servername1][filename.cpp:57][ActionMessage::ProcessMessage][global1][global2][][][][Millz][][][][][][][][][][** Status: Authorized. ][]&lt;/P&gt;

&lt;P&gt;3:26:[06/28/2018][08:00:00.149][6959][4005350256][s537565/r17][servername1][filename.cpp:27][ActionMessage::ProcessMessage][][][][][][][][][][][][][][][][** Received request.][servername2]&lt;BR /&gt;
4:26:[06/28/2018][08:00:00.159][6959][4005350256][s537565/r17][servername1][filename.cpp:57][ActionMessage::ProcessMessage][global1][global2][][][][Millz][][][][][][][][][][** Status: Authenticated. ][]&lt;/P&gt;

&lt;P&gt;| transaction field5 host maxevents=5 startswith="** Received*" endswith="** Status*" | sort -duration| table field25, duration &lt;/P&gt;

&lt;P&gt;Need the table as &lt;BR /&gt;
** Status: Authorized. .010&lt;BR /&gt;
** Status: Authenticated. .010&lt;/P&gt;

&lt;P&gt;However it results as&lt;BR /&gt;
** Received request.&lt;BR /&gt;
** Status: Authorized. .010&lt;BR /&gt;
** Received request.&lt;BR /&gt;
** Status: Authenticated. .010&lt;/P&gt;

&lt;P&gt;What's the best way to normalise this and also get table to only have the 'endswith' string ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-alternative/m-p/414659#M119438</guid>
      <dc:creator>jhnworks</dc:creator>
      <dc:date>2020-09-29T20:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: transaction alternative</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-alternative/m-p/414660#M119439</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats range(_time) as duration latest(field25) as field25 by field5
| table field25,duration
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Jun 2018 09:40:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-alternative/m-p/414660#M119439</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-06-30T09:40:41Z</dc:date>
    </item>
  </channel>
</rss>

