chore: tier 1 freshness: content/config/containers/logging/logentries.md

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-10-27 14:45:46 +02:00
parent c96099275a
commit dc86c93f9d
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: Logentries logging driver title: Logentries logging driver
description: Describes how to use the logentries logging driver. description: Learn how to use the logentries logging driver with Docker Engine
keywords: logentries, docker, logging, driver keywords: logentries, docker, logging, driver
aliases: aliases:
- /engine/admin/logging/logentries/ - /engine/admin/logging/logentries/
@ -13,7 +13,7 @@ The `logentries` logging driver sends container logs to the
Some options are supported by specifying `--log-opt` as many times as needed: Some options are supported by specifying `--log-opt` as many times as needed:
- `logentries-token`: specify the logentries log set token - `logentries-token`: specify the Logentries log set token
- `line-only`: send raw payload only - `line-only`: send raw payload only
Configure the default logging driver by passing the Configure the default logging driver by passing the
@ -43,7 +43,7 @@ Users can use the `--log-opt NAME=VALUE` flag to specify additional Logentries l
### logentries-token ### logentries-token
You need to provide your log set token for logentries driver to work: You need to provide your log set token for the Logentries driver to work:
```console ```console
$ docker run --log-driver=logentries --log-opt logentries-token=abcd1234-12ab-34cd-5678-0123456789ab $ docker run --log-driver=logentries --log-opt logentries-token=abcd1234-12ab-34cd-5678-0123456789ab