From 9fca00261d72cbd5cf00765ee551fbfa3c052b11 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 13 Dec 2023 10:26:27 +0100 Subject: [PATCH] logging: add deprecation message for logentries logging driver Signed-off-by: Sebastiaan van Stijn --- content/config/containers/logging/configure.md | 2 +- content/config/containers/logging/logentries.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/content/config/containers/logging/configure.md b/content/config/containers/logging/configure.md index ce037643d8..3373078498 100644 --- a/content/config/containers/logging/configure.md +++ b/content/config/containers/logging/configure.md @@ -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 diff --git a/content/config/containers/logging/logentries.md b/content/config/containers/logging/logentries.md index 1d100598c0..48b329753d 100644 --- a/content/config/containers/logging/logentries.md +++ b/content/config/containers/logging/logentries.md @@ -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.