This article explains how to identify which countries are currently successfully logging into the organization based on username.
- Administration
- Reports
Please follow the steps:
- Navigate to Reports > System Log.
- Set the From and To Date and Time values.
- Search for the following:
eventType eq "user.session.start" and outcome.result eq "SUCCESS" - Click Download CSV.
- Open the CSV file using a spreadsheet software such as Google Sheets or Microsoft Excel.
- Filter the dataset to include only the following columns:
- actor.alternate_id
- client.geographical_context.country
- client.geographical_context.city
- request.ip_chain.geographical_context.geolocation.state
- Remove duplicates based on the fields mentioned in the previous step.
- A de-duplicated list of all users and their successfully logged-in locations for the specified timeframe will now be available.
