<?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 How to achieve event logs report if threshold match? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626003#M9280</link>
    <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I am looking for the help for the&amp;nbsp;Event logs report if threshold match.&lt;BR /&gt;&lt;BR /&gt;I tried both way with creating a report and alert. but it either send me logs using |table _time, _raw&amp;nbsp; method or sending count using |stats count | where count &amp;gt;0&lt;BR /&gt;&lt;BR /&gt;I need to schedule last 24hrs data&amp;nbsp; report like, only if there is a event&amp;nbsp; at 00:00 AM.&lt;BR /&gt;&lt;BR /&gt;Please guide me&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 20:19:52 GMT</pubDate>
    <dc:creator>cbiraris</dc:creator>
    <dc:date>2023-01-05T20:19:52Z</dc:date>
    <item>
      <title>How to achieve event logs report if threshold match?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626003#M9280</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I am looking for the help for the&amp;nbsp;Event logs report if threshold match.&lt;BR /&gt;&lt;BR /&gt;I tried both way with creating a report and alert. but it either send me logs using |table _time, _raw&amp;nbsp; method or sending count using |stats count | where count &amp;gt;0&lt;BR /&gt;&lt;BR /&gt;I need to schedule last 24hrs data&amp;nbsp; report like, only if there is a event&amp;nbsp; at 00:00 AM.&lt;BR /&gt;&lt;BR /&gt;Please guide me&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 20:19:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626003#M9280</guid>
      <dc:creator>cbiraris</dc:creator>
      <dc:date>2023-01-05T20:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Event logs report if threshold match</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626012#M9285</link>
      <description>&lt;P&gt;Hello cbiaris,&lt;/P&gt;&lt;P&gt;what is your exact problem and which goal you wanna reach?&lt;/P&gt;&lt;P&gt;Would be great if you can provide some more information.&lt;/P&gt;&lt;P&gt;My current assumption is that you wanna run a scheduled search only in that case if there are 1 or more events at a specific time.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626012#M9285</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-05T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Event logs report if threshold match</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626020#M9286</link>
      <description>&lt;P&gt;I am trying to create scheduled report or alert whichever useful to send CSV file containing search event logs.&lt;BR /&gt;&lt;BR /&gt;Suppose,&lt;BR /&gt;&lt;BR /&gt;Index=ABC sourcetype=XYZ "failed to run"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;if there "failed to run" event present more then "0" count in last 24hrs alert or report should trigger at 12AM.&lt;BR /&gt;&lt;BR /&gt;and alert or scheduled should have CSV file attached in mail notification containing search event log.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 15:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626020#M9286</guid>
      <dc:creator>cbiraris</dc:creator>
      <dc:date>2023-01-05T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Event logs report if threshold match</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626022#M9287</link>
      <description>&lt;P&gt;Based on&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Alert/Alertexamples#:~:text=Set%20up%20the%20alert%201%20From%20the%20Search,Subject%20and%20Message%20fields.%20...%206%20Click%20Save." target="_blank" rel="noopener"&gt;Alert examples - Splunk Documentation&lt;/A&gt;&amp;nbsp;do it like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;From the Search Page, create the following search.&lt;PRE&gt;&lt;SPAN&gt;Index=ABC sourcetype=XYZ "failed to run"&amp;nbsp;&lt;/SPAN&gt; earliest=-24h latest=now&lt;/PRE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save As &amp;gt; Alert&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;Specify the following values for the fields in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save As Alert&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dialog box.&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Title&lt;/STRONG&gt;: Errors in the last 24 hours&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Alert type&lt;/STRONG&gt;: Scheduled&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Time Range&lt;/STRONG&gt;: Run every day&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Schedule:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;At 00:00&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Trigger condition&lt;/STRONG&gt;: Number of Results&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Trigger when number of results&lt;/STRONG&gt;: is greater than 0.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;Select the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Send Email&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;alert action.&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;Set the following email settings, using tokens in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Subject&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Message&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fields.&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;To&lt;/STRONG&gt;: email recipient&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Priority&lt;/STRONG&gt;: Normal&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Subject&lt;/STRONG&gt;: Too many errors alert: $name$&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Message&lt;/STRONG&gt;: There were $job.resultCount$ errors reported on $trigger_date$.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Include&lt;/STRONG&gt;: Link to Alert, Attach CSV,&amp;nbsp;Inline... and Link to Results&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 05 Jan 2023 15:41:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-achieve-event-logs-report-if-threshold-match/m-p/626022#M9287</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-05T15:41:32Z</dc:date>
    </item>
  </channel>
</rss>

