<?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 extract AppId from whole text in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320737#M95845</link>
    <description>&lt;P&gt;Try something like this...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex "txid:(?&amp;lt;txid&amp;gt;[^:]+)::appId:(?&amp;lt;appId&amp;gt;[^:]+)::(?&amp;lt;host&amp;gt;[^:]+):"
| stats count by appId host txid
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Apr 2017 22:15:23 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2017-04-06T22:15:23Z</dc:date>
    <item>
      <title>How to extract AppId from whole text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320736#M95844</link>
      <description>&lt;P&gt;Extracting AppID(s) from whole text and group by AppId and host&lt;/P&gt;

&lt;P&gt;txid:944::appId:3::test:&lt;/P&gt;

&lt;P&gt;txid:944::appId:3::tes2:&lt;/P&gt;

&lt;P&gt;txid:944::appId:4::test4:&lt;/P&gt;

&lt;P&gt;txid:944::appId:4::tes2:&lt;/P&gt;

&lt;P&gt;txid:944::appId:5::test4:&lt;/P&gt;

&lt;P&gt;txid:944::appId:6::tes2:&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 21:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320736#M95844</guid>
      <dc:creator>jw44250</dc:creator>
      <dc:date>2017-04-06T21:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract AppId from whole text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320737#M95845</link>
      <description>&lt;P&gt;Try something like this...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex "txid:(?&amp;lt;txid&amp;gt;[^:]+)::appId:(?&amp;lt;appId&amp;gt;[^:]+)::(?&amp;lt;host&amp;gt;[^:]+):"
| stats count by appId host txid
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Apr 2017 22:15:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320737#M95845</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-04-06T22:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract AppId from whole text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320738#M95846</link>
      <description>&lt;P&gt;clientAppId="123123" &lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 06:13:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320738#M95846</guid>
      <dc:creator>jw44250</dc:creator>
      <dc:date>2017-04-07T06:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract AppId from whole text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320739#M95847</link>
      <description>&lt;P&gt;clientAppId="123123" &lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 06:13:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320739#M95847</guid>
      <dc:creator>jw44250</dc:creator>
      <dc:date>2017-04-07T06:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract AppId from whole text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320740#M95848</link>
      <description>&lt;P&gt;| rex "clientAppId(?[^=]+)"&lt;BR /&gt;
 | stats count by appId host &lt;/P&gt;

&lt;P&gt;| rex "clientAppId=(?\d+)"&lt;BR /&gt;
 | stats count by appId host &lt;/P&gt;

&lt;P&gt;i am not getting any result &lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 06:22:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-AppId-from-whole-text/m-p/320740#M95848</guid>
      <dc:creator>jw44250</dc:creator>
      <dc:date>2017-04-07T06:22:20Z</dc:date>
    </item>
  </channel>
</rss>

