<?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: Anomalous event detection by date/time in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755386#M1903</link>
    <description>&lt;P&gt;Thanks, I had reviewed the examples in the Splunk documentation, but your example gave me a better idea how use the anomalydetection function in context.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Nov 2025 20:29:18 GMT</pubDate>
    <dc:creator>BradOH</dc:creator>
    <dc:date>2025-11-10T20:29:18Z</dc:date>
    <item>
      <title>Anomalous event detection by date/time</title>
      <link>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755284#M1901</link>
      <description>&lt;P&gt;Hey, something we haven't dug into seriously yet are the anomaly detection functions of Splunk.&amp;nbsp; Specifically, we're looking to develop a search that flags out of bounds events for further analysis.&lt;/P&gt;&lt;P&gt;Example, user generally accesses 9 to 5 everyday, then randomly accesses at 11pm one evening, report this. Is there a way to do this with the built in functions and not require an external tool or AI/ML model?&lt;/P&gt;&lt;P&gt;If you could even point me to some resources with examples, that'd be great.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 19:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755284#M1901</guid>
      <dc:creator>BradOH</dc:creator>
      <dc:date>2025-11-06T19:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Anomalous event detection by date/time</title>
      <link>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755292#M1902</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311509"&gt;@BradOH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use functions like anomalydetection, outlier or build a baseline of normal hours and compare against current events.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below example shows anomaly values based on hour&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index sourcetype=your_sourcetype user=*
| eval hour=strftime(_time,"%H")
| stats count by user, hour
| anomalydetection method=histogram action=filter&lt;/LI-CODE&gt;&lt;P&gt;Refer below for the usage of anomalydetection&lt;BR /&gt;#&lt;A href="https://help.splunk.com/en/splunk-enterprise/spl-search-reference/10.0/search-commands/anomalydetection" target="_blank"&gt;https://help.splunk.com/en/splunk-enterprise/spl-search-reference/10.0/search-commands/anomalydetection&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 04:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755292#M1902</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-11-07T04:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Anomalous event detection by date/time</title>
      <link>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755386#M1903</link>
      <description>&lt;P&gt;Thanks, I had reviewed the examples in the Splunk documentation, but your example gave me a better idea how use the anomalydetection function in context.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 20:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755386#M1903</guid>
      <dc:creator>BradOH</dc:creator>
      <dc:date>2025-11-10T20:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Anomalous event detection by date/time</title>
      <link>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755396#M1904</link>
      <description>&lt;P&gt;You can read/create dashboard using _audit logs, where all this info can be seen, else you can use the below query index=your_index sourcetype=your_sourcetype | eval hour=strftime(_time,"%H") | stats count by user hour | eventstats avg(count) as avg stdev(count) as std by user | eval zscore=(count-avg)/std | where abs(zscore)&amp;gt;2 OR hour&amp;lt;9 OR hour&amp;gt;17&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 09:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Anomalous-event-detection-by-date-time/m-p/755396#M1904</guid>
      <dc:creator>shashankD</dc:creator>
      <dc:date>2025-11-11T09:20:57Z</dc:date>
    </item>
  </channel>
</rss>

