<?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: Search for number of calls by particular callers in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-for-number-of-calls-by-particular-callers/m-p/263586#M79118</link>
    <description>&lt;P&gt;Does the search &lt;CODE&gt;callerId&lt;/CODE&gt; return the events you need?&lt;BR /&gt;
Do the events already have the &lt;CODE&gt;callerId&lt;/CODE&gt; field extracted?&lt;/P&gt;

&lt;P&gt;You'll need a yes to both in order to get results.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 19:28:52 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2016-03-29T19:28:52Z</dc:date>
    <item>
      <title>Search for number of calls by particular callers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-number-of-calls-by-particular-callers/m-p/263584#M79116</link>
      <description>&lt;P&gt;Whenever someone calls my rest service, the event gets logged into the logs like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;callerId:1324
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do I create a panel on my dashboard that calculates the total number of calls made and breaks it down by number of times called by particular id's. So in plain english it would give the following information: "Your app was called 10 times today, 5 times by 1324, 3 times by 3948, and 2 times by 1902.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:56:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-number-of-calls-by-particular-callers/m-p/263584#M79116</guid>
      <dc:creator>sankarms</dc:creator>
      <dc:date>2016-03-29T14:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Search for number of calls by particular callers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-number-of-calls-by-particular-callers/m-p/263585#M79117</link>
      <description>&lt;P&gt;Something like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search for your events | top 0 callerId | appendpipe [stats sum(*) as *] | sort 0 - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Mar 2016 16:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-number-of-calls-by-particular-callers/m-p/263585#M79117</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-29T16:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search for number of calls by particular callers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-for-number-of-calls-by-particular-callers/m-p/263586#M79118</link>
      <description>&lt;P&gt;Does the search &lt;CODE&gt;callerId&lt;/CODE&gt; return the events you need?&lt;BR /&gt;
Do the events already have the &lt;CODE&gt;callerId&lt;/CODE&gt; field extracted?&lt;/P&gt;

&lt;P&gt;You'll need a yes to both in order to get results.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:28:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-for-number-of-calls-by-particular-callers/m-p/263586#M79118</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-03-29T19:28:52Z</dc:date>
    </item>
  </channel>
</rss>

