You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`agent-intake.logs.datadoghq.com`|`10516`| Used by the Agent to send logs in protobuf format over an SSL-encrypted TCP connection. |
173
-
|`agent-http-intake.logs.datadoghq.com`|`443`| Used by the Agent to send logs in protobuf format over HTTPS (useful in enterprise environments with web proxies that don't allow outbound TCP traffic). [See more information on set up here](https://docs.datadoghq.com/agent/logs/?tab=tailexistingfiles#send-logs-over-https). |
174
-
|`intake.logs.datadoghq.com`|`10516`| Used by custom forwarders to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
175
-
|`lambda-intake.logs.datadoghq.com`|`10516`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
176
-
|`lambda-http-intake.logs.datadoghq.com`|`443`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over HTTPS. |
177
-
|`functions-intake.logs.datadoghq.com`|`10516`| Used by Azure functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. **Note**: This endpoint may be useful with other cloud providers. |
170
+
| Endpoints for SSL encrypted connections | Port | Description |
|`agent-intake.logs.datadoghq.com`|`10516`| Used by the Agent to send logs in protobuf format over an SSL-encrypted TCP connection. |
173
+
|`agent-http-intake.logs.datadoghq.com`|`443`| Used by the Agent to send logs in protobuf format over HTTPS. See the [How to send logsover HTTP documentation][1].|
174
+
|`intake.logs.datadoghq.com`|`10516`| Used by custom forwarders to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
175
+
|`lambda-intake.logs.datadoghq.com`|`10516`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
176
+
|`lambda-http-intake.logs.datadoghq.com`|`443`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over HTTPS. |
177
+
|`functions-intake.logs.datadoghq.com`|`10516`| Used by Azure functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. **Note**: This endpoint may be useful with other cloud providers. |
178
178
179
179
180
180
| Endpoint for unencrypted connections | Port | Description |
|`agent-intake.logs.datadoghq.eu`|`443`| Used by the Agent to send logs in protobuf format over an SSL-encrypted TCP connection. |
190
-
|`tcp-intake.logs.datadoghq.eu`|`443`| Used by custom forwarders to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
191
-
|`lambda-intake.logs.datadoghq.eu`|`443`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
192
-
|`lambda-http-intake.logs.datadoghq.eu`|`443`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over HTTPS. |
193
-
|`functions-intake.logs.datadoghq.eu`|`443`| Used by Azure functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. **Note**: This endpoint may be useful with other cloud providers. |
188
+
| Endpoints for SSL encrypted connections | Port | Description |
|`agent-intake.logs.datadoghq.eu`|`443`| Used by the Agent to send logs in protobuf format over an SSL-encrypted TCP connection. |
191
+
|`agent-http-intake.logs.datadoghq.eu`|`443`| Used by the Agent to send logs in protobuf format over HTTPS. See the [How to send logs over HTTP documentation][1]. |
192
+
|`tcp-intake.logs.datadoghq.eu`|`443`| Used by custom forwarders to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
193
+
|`lambda-intake.logs.datadoghq.eu`|`443`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. |
194
+
|`lambda-http-intake.logs.datadoghq.eu`|`443`| Used by Lambda functions to send logs in raw, Syslog, or JSON format over HTTPS. |
195
+
|`functions-intake.logs.datadoghq.eu`|`443`| Used by Azure functions to send logs in raw, Syslog, or JSON format over an SSL-encrypted TCP connection. **Note**: This endpoint may be useful with other cloud providers. |
194
196
195
197
196
198
| Endpoint for unencrypted connections | Port | Description |
|`tcp-intake.logs.datadoghq.eu`|`1883`| Used by custom forwarders to send logs in raw, Syslog, or JSON format format over an unecrypted TCP connection. |
|`host`| The name of the originating host as defined in metrics. We automatically retrieve corresponding host tags from the matching host in Datadog and apply them to your logs. The Agent sets this value automatically. |
|`host`| The name of the originating host as defined in metrics. We automatically retrieve corresponding host tags from the matching host in Datadog and apply them to your logs. The Agent sets this value automatically. |
214
217
|`source`| This corresponds to the integration name: the technology from which the log originated. When it matches an integration name, Datadog automatically installs the corresponding parsers and facets. For example: `nginx`, `postgresql`, etc. |
215
-
|`status`| This corresponds to the level/severity of a log. It is used to define [patterns][23] and has a dedicated layout in the Datadog Log UI.|
216
-
|`service`| The name of the application or service generating the log events. It is used to switch from Logs to APM, so make sure you define the same value when you use both products. |
217
-
|`message`| By default, Datadog ingests the value of the `message` attribute as the body of the log entry. That value is then highlighted and displayed in the Logstream, where it is indexed for full text search. |
218
+
|`status`| This corresponds to the level/severity of a log. It is used to define [patterns][23] and has a dedicated layout in the Datadog Log UI.|
219
+
|`service`| The name of the application or service generating the log events. It is used to switch from Logs to APM, so make sure you define the same value when you use both products. |
220
+
|`message`| By default, Datadog ingests the value of the `message` attribute as the body of the log entry. That value is then highlighted and displayed in the Logstream, where it is indexed for full text search. |
218
221
219
222
Your logs are collected and centralized into the [Log Explorer][24] view. You can also search, enrich, and alert on your logs.
0 commit comments