Dashboards & Visualizations

After Hour login query/dashboard

bluemarvel
Path Finder

Hello I am looking to set up a dashboard to monitor or an alert that will help track after hour log ins. Any suggestions
the query will use windows log in events codes.

thank you in advance

Tags (1)
0 Karma

jrprez1804
Path Finder

date_hour>=17 OR date_hour<=8 | stats count by user

adonio
Ultra Champion

you can start with something basic, assuming after hours are 5:00pm - 8:00am

earliest= @d-7h latest=@d+8h index= sourcetype= EventCode = 4624 | stats count by user
0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...