<?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: Splunk Alert when no data is being send. in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650751#M1045</link>
    <description>&lt;P&gt;Heh. That's the trick - everyone wants "as soon as..." but if you ask "what do you mean by that", it turns out it ain't that easy.&lt;/P&gt;&lt;P&gt;Because "zero events" must be counted across some time range. Otherwise it would not make sense at all - between every two events received there is a period with zero events. So that's one thing - you always have some sampling interval.&lt;/P&gt;&lt;P&gt;Anyway, if you really really really have a need for a near-realtime downtime detection, you probably need to turn to other tools which will help you achieve that. Unfortunately, all monitoring comes with a price. Typically in a form of additional system load and overall monitoring overhead.&amp;nbsp; There's a great book from O'Reilly on that topic - &lt;A href="https://www.oreilly.com/library/view/effective-monitoring-and/9781449333515/" target="_blank"&gt;https://www.oreilly.com/library/view/effective-monitoring-and/9781449333515/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Anyway, the typical way to go is to run a scheduled search (with frequency depending on your system load and alerting needs).&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2023 07:27:44 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2023-07-17T07:27:44Z</dc:date>
    <item>
      <title>Splunk Alert when no data is being send.</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650676#M1040</link>
      <description>&lt;P&gt;I have an IP which is sending sending and receiving traffic displayed in timechart:&amp;nbsp;&lt;/P&gt;&lt;P&gt;192.168.1.1 | timechart c by avg(bytes)&lt;/P&gt;&lt;P&gt;if this IP is stop sending traffic , how do i setup an alert for that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;i searched in many topics but cannot find the solution.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 09:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650676#M1040</guid>
      <dc:creator>kenncaid</dc:creator>
      <dc:date>2023-07-15T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert when no data is being send.</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650677#M1041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258722"&gt;@kenncaid&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first you should identify the minimum frequency that you receive logs from that endpoint, to avoid to receive false positives and the field containing the ip.&lt;/P&gt;&lt;P&gt;then if the minimum frequency is 30 minutes and the field is called "IP", you should run a simple search like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index IP="192.168.1.1" earliest=-35m@m latest=-5m&lt;/LI-CODE&gt;&lt;P&gt;then, you should save this search (using the "Save AS" button in the top right of the search dashboard, then adding the requested information:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;condition: 0 results,&lt;/LI&gt;&lt;LI&gt;scheduling using cron with "*/30 * * * *"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 09:45:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650677#M1041</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-15T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert when no data is being send.</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650680#M1042</link>
      <description>&lt;P&gt;You mean saving as an Alert ?&amp;nbsp; which settings need to be changed in order for me to setup the email notification?&amp;nbsp;&lt;/P&gt;&lt;P&gt;the logs are realtime&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kenncaid_0-1689415180511.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26276i3275782A7EBA670D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kenncaid_0-1689415180511.png" alt="kenncaid_0-1689415180511.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 10:00:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650680#M1042</guid>
      <dc:creator>kenncaid</dc:creator>
      <dc:date>2023-07-15T10:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert when no data is being send.</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650691#M1043</link>
      <description>&lt;P&gt;1) You have alert actions at the bottom - you can add an email notification action there&lt;/P&gt;&lt;P&gt;2) Don't use real-time alerts. Real-time searches are generally bad for your environment - they hog a whole CPU for themselves reducing your environment's capacity. There are very few cases where real-time searches make sense.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 12:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650691#M1043</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-15T12:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert when no data is being send.</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650692#M1044</link>
      <description>&lt;P class="lia-align-justify"&gt;Thanks. I was aware of the email setup.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Can you provide optimal settings for the non realtime settings? I want an email as soon as the ip stops sending traffic. (It reaches zero events)&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2023 13:42:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650692#M1044</guid>
      <dc:creator>kenncaid</dc:creator>
      <dc:date>2023-07-15T13:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert when no data is being send.</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650751#M1045</link>
      <description>&lt;P&gt;Heh. That's the trick - everyone wants "as soon as..." but if you ask "what do you mean by that", it turns out it ain't that easy.&lt;/P&gt;&lt;P&gt;Because "zero events" must be counted across some time range. Otherwise it would not make sense at all - between every two events received there is a period with zero events. So that's one thing - you always have some sampling interval.&lt;/P&gt;&lt;P&gt;Anyway, if you really really really have a need for a near-realtime downtime detection, you probably need to turn to other tools which will help you achieve that. Unfortunately, all monitoring comes with a price. Typically in a form of additional system load and overall monitoring overhead.&amp;nbsp; There's a great book from O'Reilly on that topic - &lt;A href="https://www.oreilly.com/library/view/effective-monitoring-and/9781449333515/" target="_blank"&gt;https://www.oreilly.com/library/view/effective-monitoring-and/9781449333515/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Anyway, the typical way to go is to run a scheduled search (with frequency depending on your system load and alerting needs).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 07:27:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650751#M1045</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-17T07:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Alert when no data is being send.</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650780#M1046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258722"&gt;@kenncaid&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes, you have only (as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp; said) to add an action to your alert (e.g. an eMail).&lt;/P&gt;&lt;P&gt;In addition I agree with&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;in avoiding real time searches, correlate the executing frequency with the timeframe in your search.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 09:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-Alert-when-no-data-is-being-send/m-p/650780#M1046</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-17T09:21:02Z</dc:date>
    </item>
  </channel>
</rss>

