mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #1191 from splunk/incorrect_description_okta_user_logins_from_multiple_cities
fixed minor spelling mistake reported by George Starcher via user slack
This commit is contained in:
@@ -5,7 +5,7 @@ date: '2020-07-21'
|
||||
author: Rico Valdez, Splunk
|
||||
type: batch
|
||||
datamodel: []
|
||||
description: This search detects logins from the same user from different states in
|
||||
description: This search detects logins from the same user from different cities in
|
||||
a 24 hour period.
|
||||
search: '`okta` displayMessage="User login to Okta" client.geographicalContext.city!=null
|
||||
| stats min(_time) as firstTime max(_time) as lastTime dc(client.geographicalContext.city)
|
||||
|
||||
Reference in New Issue
Block a user