<?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: Bucket/Group Result in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Bucket-Group-Result/m-p/382921#M14005</link>
    <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo sourcetype=bar..other base search criteria..  "https://host/json/submitRequest/migrate/add"
| timechart span=1s count
| where count&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Above should give you list of all timestamp (granularity to seconds) where count of events was more than 1. If you want to setup an alert, you can use the above search and use alert condition as "when number of events &amp;gt; 0"&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jun 2018 18:55:36 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-06-13T18:55:36Z</dc:date>
    <item>
      <title>Bucket/Group Result</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Bucket-Group-Result/m-p/382920#M14004</link>
      <description>&lt;P&gt;I have following log statements.&lt;/P&gt;

&lt;P&gt;2018-06-11 22:31:32,621 GMT DEBUG (EJB default - 148|E:IMS-RMIG-215079116505-1642-108832|R:jEbq7qvVjp9-M7hA) {I:221307272} Receiving the following https response (182ms from &lt;A href="https://host/json/submitRequest/migrate/add" target="_blank"&gt;https://host/json/submitRequest/migrate/add&lt;/A&gt;   HTTP/1.1 429 Too Many Requests  Server: Apache-Coyote/1.1   Connection: close   X-Request-Id: 41000476-69e2-4e90-6df1-845f0ee87123  Date: Mon, 11 Jun 2018 22:31:32 GMT Via: 1.1 CodeBig    Content-Length: 317 Content-Type: application/json;charset=UTF-8        {"validationMessages":[{"text":"transactions will not be processed, please retry during normal hours","code":12346578}],"code":"100000","message":"VALIDATION FAILURE","timestamp":1528756292593,"status":"TOO_MANY_REQUESTS"}&lt;BR /&gt;
2018-06-11 22:25:57,164 GMT DEBUG (EJB default - 137|E:IMS-RMIG-238112023408-1644-114290|R:V0ZMfavVCp98_bjx) {I:221304380} Receiving the following https response (145ms from &lt;A href="https://host/json/submitRequest/migrate/add" target="_blank"&gt;https://host/json/submitRequest/migrate/add&lt;/A&gt;   HTTP/1.1 429 Too Many Requests  Server: Apache-Coyote/1.1   Connection: close   X-Request-Id: 89297b0a-c022-4d4c-562f-3c91ab8c90c1  Date: Mon, 11 Jun 2018 22:25:57 GMT Via: 1.1 CodeBig    Content-Length: 317 Content-Type: application/json;charset=UTF-8        {"validationMessages":[{"text":"transactions will not be processed, please retry during normal hours","code":12346578}],"code":"100000","message":"VALIDATION FAILURE","timestamp":1528755957107,"status":"TOO_MANY_REQUESTS"}&lt;BR /&gt;
2018-06-11 22:25:41,533 GMT DEBUG (EJB default - 162|E:IMS-RMIG-215083505601-1642-106732|R:8UbCk6vVkZ98trjh) {I:221304335} Receiving the following https response (267ms from &lt;A href="https://host/json/submitRequest/migrate/add" target="_blank"&gt;https://host/json/submitRequest/migrate/add&lt;/A&gt;   HTTP/1.1 429 Too Many Requests  Server: Apache-Coyote/1.1   Connection: close   X-Request-Id: 5ba8bb08-f939-4fb2-5ad5-3786f8cbe821  Date: Mon, 11 Jun 2018 22:25:41 GMT Via: 1.1 CodeBig    Content-Length: 317 Content-Type: application/json;charset=UTF-8        {"validationMessages":[{"text":"transactions will not be processed, please retry during normal hours","code":12346578}],"code":"100000","message":"VALIDATION FAILURE","timestamp":1528755941489,"status":"TOO_MANY_REQUESTS"}&lt;/P&gt;

&lt;P&gt;Need to find if there was more than 1 request sent to this url "&lt;A href="https://host/json/submitRequest/migrate/add" target="_blank"&gt;https://host/json/submitRequest/migrate/add&lt;/A&gt;" per second.&lt;BR /&gt;
We can use the timestamp of splunk log (2018-06-11 22:25:41,533) or timestamp mentioned in response (timestamp":1528755941489).&lt;/P&gt;

&lt;P&gt;Can you please help me with formulating the query?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:59:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Bucket-Group-Result/m-p/382920#M14004</guid>
      <dc:creator>mugilbala</dc:creator>
      <dc:date>2020-09-29T19:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket/Group Result</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Bucket-Group-Result/m-p/382921#M14005</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo sourcetype=bar..other base search criteria..  "https://host/json/submitRequest/migrate/add"
| timechart span=1s count
| where count&amp;gt;1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Above should give you list of all timestamp (granularity to seconds) where count of events was more than 1. If you want to setup an alert, you can use the above search and use alert condition as "when number of events &amp;gt; 0"&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 18:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Bucket-Group-Result/m-p/382921#M14005</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-06-13T18:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket/Group Result</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Bucket-Group-Result/m-p/382922#M14006</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:04:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Bucket-Group-Result/m-p/382922#M14006</guid>
      <dc:creator>mugilbala</dc:creator>
      <dc:date>2018-06-14T14:04:04Z</dc:date>
    </item>
  </channel>
</rss>

