-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
724567b
commit 63ba65f
Showing
6 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# CHANGELOG - okta_workflows | ||
|
||
## 1.0.0 / 2024-12-18 | ||
|
||
***Added***: | ||
|
||
* Initial Release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Okta Workflows | ||
|
||
## Overview | ||
[Okta Workflows][1] is a no-code automation platform provided by Okta, designed to simplify and automate identity-related tasks and processes. It allows organizations to build custom workflows that integrate seamlessly with Okta's identity and access management capabilities and third-party applications, enhancing operational efficiency, security, and user experience. | ||
|
||
The Okta Workflows integration collects okta workflow event logs and sends it into Datadog for comprehensive analysis. | ||
|
||
## Setup | ||
|
||
### Configuration | ||
|
||
!!! Add list of steps to set up this integration !!! | ||
|
||
### Validation | ||
|
||
!!! Add steps to validate integration is functioning as expected !!! | ||
|
||
## Data Collected | ||
|
||
### Logs | ||
|
||
The Okta Workflows integration collects and forwards okta workflow event logs to Datadog. | ||
|
||
### Metrics | ||
|
||
The Okta Workflows integration does not collect any metrics. | ||
|
||
### Events | ||
|
||
The Okta Workflows integration does not include any events. | ||
|
||
## Support | ||
|
||
For further assistance, contact [Datadog Support][2]. | ||
|
||
[1]: https://www.okta.com/products/workflows/ | ||
[2]: https://docs.datadoghq.com/help/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"manifest_version": "2.0.0", | ||
"app_uuid": "e5e2a25d-aa66-41bc-9996-50f635dcc7a1", | ||
"app_id": "okta-workflows", | ||
"display_on_public_website": false, | ||
"tile": { | ||
"overview": "README.md#Overview", | ||
"configuration": "README.md#Setup", | ||
"support": "README.md#Support", | ||
"changelog": "CHANGELOG.md", | ||
"description": "Gain insights into Okta Workflows Events.", | ||
"title": "Okta Workflows", | ||
"media": [], | ||
"classifier_tags": [ | ||
"Category::Log Collection", | ||
"Submitted Data Type::Logs", | ||
"Offering::Integration", | ||
"Category::Automation" | ||
] | ||
}, | ||
"assets": { | ||
"integration": { | ||
"auto_install": false, | ||
"source_type_id": 33274584, | ||
"source_type_name": "Okta Workflows", | ||
"events": { | ||
"creates_events": false | ||
}, | ||
"service_checks": { | ||
"metadata_path": "assets/service_checks.json" | ||
} | ||
}, | ||
"logs": { | ||
"source": "okta-workflows" | ||
} | ||
}, | ||
"author": { | ||
"name": "Datadog", | ||
"homepage": "https://www.datadoghq.com", | ||
"sales_email": "[email protected]", | ||
"support_email": "[email protected]" | ||
} | ||
} |