Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/auth0/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@

## Compatibility

The package collects log events either sent via log stream webhooks, or by API request to the Auth0 v2 API.

Check warning on line 7 in packages/auth0/_dev/build/docs/README.md

View workflow job for this annotation

GitHub Actions / Lint Documentation

Elastic.Latinisms: Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'.

## Agentless Enabled Integration

Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html).
Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.

## Enabling the integration in Elastic

1. In Kibana go to **Management > Integrations**
Expand Down
5 changes: 5 additions & 0 deletions packages/auth0/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.24.0"
changes:
- description: Enable Agentless deployment.
type: enhancement
link: https://github.com/elastic/integrations/pull/18141
- version: "1.23.1"
changes:
- description: Remove duplicate security-solution-default tag references
Expand Down
1 change: 0 additions & 1 deletion packages/auth0/data_stream/logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ streams:
- input: cel
title: Auth0 log events via API requests
description: Collects log events from Auth0 via API requests.
enabled: false
template_path: cel.yml.hbs
vars:
- name: url
Expand Down
5 changes: 5 additions & 0 deletions packages/auth0/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@

## Compatibility

The package collects log events either sent via log stream webhooks, or by API request to the Auth0 v2 API.

Check warning on line 7 in packages/auth0/docs/README.md

View workflow job for this annotation

GitHub Actions / Lint Documentation

Elastic.Latinisms: Latin terms and abbreviations are a common source of confusion. Use 'using' instead of 'via'.

## Agentless Enabled Integration

Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html).
Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.

## Enabling the integration in Elastic

1. In Kibana go to **Management > Integrations**
Expand Down
14 changes: 11 additions & 3 deletions packages/auth0/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.2"
format_version: "3.3.2"
name: auth0
title: "Auth0"
version: "1.23.1"
version: "1.24.0"
description: Collect logs from Auth0 with Elastic Agent.
type: integration
categories:
- security
- iam
conditions:
kibana:
version: "^8.13.0 || ^9.0.0"
version: "^8.19.2 || ^9.0.5"
screenshots:
- src: /img/auth0-screenshot.png
title: Auth0 Dashboard
Expand All @@ -24,6 +24,14 @@ policy_templates:
- name: auth0_events
title: Auth0 log stream events
description: Collect Auth0 log streams events.
deployment_modes:
default:
enabled: true
agentless:
enabled: true
organization: security
division: engineering
team: security-service-integrations
inputs:
- type: http_endpoint
title: Collect Auth0 log streams events via Webhooks
Expand Down
Loading