<?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: Can you help me with my filtering search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-with-my-filtering-search/m-p/453905#M128447</link>
    <description>&lt;P&gt;A subsearch without &lt;CODE&gt;join&lt;/CODE&gt; should work for that.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=event [ search index=event event_type=web_login Username=* | fields Username | format ]
| stats sum(purchase.amount)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 11 Sep 2018 11:14:42 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2018-09-11T11:14:42Z</dc:date>
    <item>
      <title>Can you help me with my filtering search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-with-my-filtering-search/m-p/453904#M128446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to create a list of customers based on one event type but then show stats from all the events by those customers. I tried the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=event
| join type=inner Username
[ search index=event event_type=web_login ]
| stats sum(purchase.amount)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But with this structure, I only get purchase.amount for web_login event whereas I want to have a sum from all events from those customers.&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;BR /&gt;
Simon.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-with-my-filtering-search/m-p/453904#M128446</guid>
      <dc:creator>simbug</dc:creator>
      <dc:date>2018-09-11T09:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my filtering search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-with-my-filtering-search/m-p/453905#M128447</link>
      <description>&lt;P&gt;A subsearch without &lt;CODE&gt;join&lt;/CODE&gt; should work for that.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=event [ search index=event event_type=web_login Username=* | fields Username | format ]
| stats sum(purchase.amount)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Sep 2018 11:14:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-you-help-me-with-my-filtering-search/m-p/453905#M128447</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-09-11T11:14:42Z</dc:date>
    </item>
  </channel>
</rss>

