-
Notifications
You must be signed in to change notification settings - Fork 130
[Security] List more non-FIPS compliant integrations #2611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -85,14 +85,23 @@ When you use {{agent}} and {{fleet-server}}, these limitations apply: | |||||
* Running {{agent}} in [OpenTelemetry mode](https://github.com/elastic/elastic-agent/blob/main/internal/pkg/otel/README.md) is not yet supported. This includes all receivers, such as Filebeat Receiver, Metricbeat Receiver, [Prometheus Receiver](https://www.elastic.co/docs/reference/integrations/prometheus). | ||||||
* Some Elastic Integrations are not FIPS compatible, as they depend on functionality that is not yet supported for FIPS configuration. In general, when using {{agent}} and {{fleet-server}}, the same restrictions listed previously for {{metricbeat}} and {{filebeat}} modules, inputs, and processors apply. | ||||||
|
||||||
These Elastic Integrations have components that are **not** FIPS compatible, and **cannot** be used in FIPS environments, even if combined with other ingest tools that offer FIPS mode. | ||||||
|
||||||
- [Azure Logs Integration (v2 preview)](integration-docs://reference/azure/events.md) | ||||||
- [Azure Event Hub Input](integration-docs://reference/azure/eventhub.md) | ||||||
- [SQL Input](integration-docs://reference/sql.md) | ||||||
- [PostgreSQL Integration](integration-docs://reference/postgresql.md) | ||||||
- [MongoDB Integration](integration-docs://reference/mongodb.md) | ||||||
- [MySQL Integration](integration-docs://reference/mysql.md) | ||||||
- [Microsoft SQL Server Integration](integration-docs://reference/microsoft_sqlserver.md) | ||||||
- [Oracle Integration](integration-docs://reference/oracle.md) | ||||||
|
||||||
### Elastic Integrations that are not FIPS compatible [ingest-limitations-integrations] | ||||||
|
||||||
These Elastic Integrations have components that are **not** FIPS compatible, and **cannot** be used in FIPS environments, even if combined with other ingest tools that offer FIPS mode. | ||||||
|
||||||
- [Azure Logs Integration (v2 preview)](integration-docs://reference/azure/events.md) | ||||||
- [Azure Event Hub Input](integration-docs://reference/azure/eventhub.md) | ||||||
- [Azure AI Foundry Integration](integration-docs://reference/azure_ai_foundry.md) | ||||||
- [Azure App Service Integration](integration-docs://reference/azure_app_service.md) | ||||||
- [Azure Application Insights Integration](integration-docs://reference/azure_application_insights.md) | ||||||
- [Azure Billing Metrics Integration](integration-docs://reference/azure_billing.md) | ||||||
- [Azure Functions Integration](integration-docs://reference/azure_functions.md) | ||||||
- [Custom Azure Logs Integration](integration-docs://reference/azure_logs.md) | ||||||
- [Azure Resource Metrics Integration](integration-docs://reference/azure_metrics.md) | ||||||
- [Azure OpenAI Integration](integration-docs://reference/azure_openai.md) | ||||||
- [SQL Input](integration-docs://reference/sql.md) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Just if you want to exactly match the integration name, but maybe the name should be capitalized. Either way. :-) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you, David. Tracking the fix in https://github.com/elastic/integration-docs/issues/859 to address inconsistencies in the target content. |
||||||
- [PostgreSQL Integration](integration-docs://reference/postgresql.md) | ||||||
- [MongoDB Integration](integration-docs://reference/mongodb.md) | ||||||
- [MySQL Integration](integration-docs://reference/mysql.md) | ||||||
- [Microsoft SQL Server Integration](integration-docs://reference/microsoft_sqlserver.md) | ||||||
- [Oracle Integration](integration-docs://reference/oracle.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we choose wether or not to include
integration
in these titles, then do it consistently?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link text accurately reflects the target page title. I've updated the link text for consistency, and also opened integration-docs#859 to address inconsistencies in the target content.