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:
Michael Haag
2021-02-16 14:39:34 -07:00
committed by GitHub
@@ -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)