> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/logs/integrations/providers.md).

# Providers

**Where:** Logs → Integrations → **Add** · `/projects/<project>/logging/integrations/pick`

Pick a provider below to see what it is for and what its configuration form asks. In the app the same catalog appears as a gallery on the pick screen; providers you already connected are marked.

| Provider                                                                           | What it is                                                                                                                          |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [Norbix Logging](/cloud/logs/integrations/providers/norbix-logging.md)             | Store logs in one of your own project databases (MongoDB) so they are visible right here in the Norbix dashboard.                   |
| [Datadog](/cloud/logs/integrations/providers/datadog.md)                           | Forward logs to Datadog for search, dashboards, and monitors.                                                                       |
| [AWS CloudWatch Logs](/cloud/logs/integrations/providers/aws-cloudwatch.md)        | Send logs to Amazon CloudWatch Logs via its HTTP ingestion endpoint — searchable, queryable, and integrated with CloudWatch alarms. |
| [Sentry](/cloud/logs/integrations/providers/sentry.md)                             | Ship logs and errors to Sentry for issue tracking, release health, and alerting.                                                    |
| [Grafana Loki](/cloud/logs/integrations/providers/grafana-loki.md)                 | Push logs to a Grafana Loki instance for label-based querying alongside your Prometheus metrics and Grafana dashboards.             |
| [Generic HTTP / OTLP endpoint](/cloud/logs/integrations/providers/generic-http.md) | POST logs to any HTTP endpoint you own, including OpenTelemetry Logs (OTLP) collectors.                                             |
| [New Relic](/cloud/logs/integrations/providers/newrelic.md)                        | Ship logs to New Relic for unified telemetry, dashboards, and alerting across your stack.                                           |
| [Axiom](/cloud/logs/integrations/providers/axiom.md)                               | Send logs to Axiom for serverless-friendly log search and dashboards.                                                               |
| [Elastic Cloud](/cloud/logs/integrations/providers/elastic-cloud.md)               | Push logs to a managed Elastic Cloud deployment for ELK-style search and Kibana dashboards.                                         |
| [Google Cloud Logging](/cloud/logs/integrations/providers/gcp-cloud-logging.md)    | Send logs to Google Cloud Logging for search, alerting, and integration with the Google Cloud Observability suite.                  |
| [Azure Monitor Logs](/cloud/logs/integrations/providers/azure-monitor-logs.md)     | Send logs to an Azure Monitor Log Analytics workspace via the Logs Ingestion API.                                                   |
| [Apache Kafka](/cloud/logs/integrations/providers/kafka.md)                        | Stream logs into a Kafka topic for enterprise-grade event streaming and downstream processing.                                      |
| [AMQP (RabbitMQ)](/cloud/logs/integrations/providers/amqp.md)                      | Publish logs to an AMQP exchange (RabbitMQ, ActiveMQ).                                                                              |

## API reference

Endpoints: [Logs → Integrations](/api-reference/logs/integrations.md).
