Searching Okta API
Learn how to search Okta API endpoints.
Cribl Search supports searching Okta API endpoints. You need a Dataset Provider and a Dataset, see the setup guide for Okta API for details.
This document provides examples of searching endpoints from the Okta API. To start, navigate to Search Home, where searches are run.
Examples
The following examples reference a Dataset with the ID okta_dataset
.
Users API Search
This search interrogates the users
endpoint for active and expired passwords.
dataset="okta_dataset" endpointName="users"
| summarize count () by status

Groups API Search
This search hits the groups
API endpoints and summarizes the results by type.
dataset="okta_dataset" endpointName="groups"
| summarize count () by type

Cribl Search comes with rich charting options out of the box, allowing you to adjust Charts as needed.