Replies: 1 comment
-
What does your field look like when this is calculated and what data type is it? Integer/long? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.90
Installation Method
Security Onion ISO image
Description
configuration
Installation Type
Distributed
Location
on-prem with Internet access
Hardware Specs
Meets minimum requirements
CPU
8
RAM
16G
Storage for /
83G
Storage for /nsm
162G
Network Traffic Collection
other (please provide detail below)
Network Traffic Speeds
1Gbps to 10Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
Hello,
I'm currently using the Microsoft 365 integration to collect sign-in logs, and I'm working on detecting "impossible travel" scenarios—cases where a user signs in from two geographically distant locations in a time frame that would make the journey physically implausible.
Using Grok, I've put together a transform that calculates the speed (in miles per hour) a user would have to travel between their two most recent sign-ins.
My question now is: how can I trigger an alert when that calculated speed exceeds 100 MPH?
Here is my transform code for review:
Beta Was this translation helpful? Give feedback.
All reactions