<?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: Persistent Connections in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Persistent-Connections/m-p/361082#M19323</link>
    <description>&lt;P&gt;index=firewall earliest=-24h@h latest=@h &lt;BR /&gt;
| bucket _time span=10m &lt;BR /&gt;
| stats count by _time, dst, dstport &lt;BR /&gt;
| eventstats count(eval(count&amp;gt;0)) AS periods_non_zero BY dst dstport &lt;BR /&gt;
| search periods_non_zero&amp;gt;=144&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 13:56:48 GMT</pubDate>
    <dc:creator>DalJeanis</dc:creator>
    <dc:date>2020-09-29T13:56:48Z</dc:date>
    <item>
      <title>Persistent Connections</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Persistent-Connections/m-p/361081#M19322</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;I believe the following search displays the number of connections in one hour over 24 hours. I am looking for a search to show connection count over a 10 minute span in the last 24 hours. Trying to find persistent connections. 1 connection to an external IP every 10 minutes for 24 hours.&lt;/P&gt;

&lt;P&gt;index=firewall earliest=-24h@h latest=@h | bucket _time span=1h | stats count by _time, dst, dstport | eventstats count(eval(count&amp;gt;0)) AS hours_non_zero BY dst dstport | search hours_non_zero&amp;gt;=24 &lt;/P&gt;

&lt;P&gt;Any help would be appreciated!&lt;/P&gt;

&lt;P&gt;Thank you!&lt;BR /&gt;
Ashley&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Persistent-Connections/m-p/361081#M19322</guid>
      <dc:creator>ashleyvander</dc:creator>
      <dc:date>2020-09-29T13:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Persistent Connections</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Persistent-Connections/m-p/361082#M19323</link>
      <description>&lt;P&gt;index=firewall earliest=-24h@h latest=@h &lt;BR /&gt;
| bucket _time span=10m &lt;BR /&gt;
| stats count by _time, dst, dstport &lt;BR /&gt;
| eventstats count(eval(count&amp;gt;0)) AS periods_non_zero BY dst dstport &lt;BR /&gt;
| search periods_non_zero&amp;gt;=144&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:56:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Persistent-Connections/m-p/361082#M19323</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2020-09-29T13:56:48Z</dc:date>
    </item>
  </channel>
</rss>

