mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
logging: add deprecation message for logentries logging driver
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -196,7 +196,7 @@ see more options.
|
||||
| [`splunk`](splunk.md) | Writes log messages to `splunk` using the HTTP Event Collector. |
|
||||
| [`etwlogs`](etwlogs.md) | Writes log messages as Event Tracing for Windows (ETW) events. Only available on Windows platforms. |
|
||||
| [`gcplogs`](gcplogs.md) | Writes log messages to Google Cloud Platform (GCP) Logging. |
|
||||
| [`logentries`](logentries.md) | Writes log messages to Rapid7 Logentries. |
|
||||
| [`logentries`](logentries.md) ([deprecated](../../../../engine/deprecated.md#logentries-logging-driver)) | Writes log messages to Rapid7 Logentries. |
|
||||
|
||||
## Limitations of logging drivers
|
||||
|
||||
|
||||
@@ -1,11 +1,23 @@
|
||||
---
|
||||
title: Logentries logging driver
|
||||
title: Logentries logging driver (deprecated)
|
||||
description: Learn how to use the logentries logging driver with Docker Engine
|
||||
keywords: logentries, docker, logging, driver
|
||||
aliases:
|
||||
- /engine/admin/logging/logentries/
|
||||
---
|
||||
|
||||
> **Deprecated**
|
||||
>
|
||||
> The logentries service is no longer in operation since November 15, 2022,
|
||||
> and the logentries driver [has been deprecated](../../../engine/deprecated.md#logentries-logging-driver).
|
||||
>
|
||||
> This driver will be removed in Docker Engine v25.0, and you must migrate to
|
||||
> a supported logging driver before upgrading to Docker Engine v25.0. Read the
|
||||
> [Configure logging drivers](configure.md) page for an overview of supported
|
||||
> logging drivers.
|
||||
{ .warning }
|
||||
|
||||
|
||||
The `logentries` logging driver sends container logs to the
|
||||
[Logentries](https://logentries.com/) server.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user