Home / Search/ Search Your Data/ Example Searches by Provider/Searching Okta API

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.

This search interrogates the users endpoint for active and expired passwords.

dataset="okta_dataset" endpointName="users"
| summarize count () by status
Sample Okta Search: User status
Sample Okta Search: User status

This search hits the groups API endpoints and summarizes the results by type.

dataset="okta_dataset" endpointName="groups"
| summarize count () by type
Sample Okta Search: Groups by Type
Sample Okta Search: Groups by Type

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