Skip to content

[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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
31 changes: 20 additions & 11 deletions deploy-manage/security/fips-ingest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Collaborator

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?

Copy link
Contributor Author

@karenzone karenzone Aug 18, 2025

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.

- [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)
Copy link
Contributor

@kilfoyle kilfoyle Aug 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [SQL Input](integration-docs://reference/sql.md)
- [SQL input](integration-docs://reference/sql.md)

Just if you want to exactly match the integration name, but maybe the name should be capitalized. Either way. :-)
Feel free to ignore.

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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)
Loading