From 19f5e1310ac43a1c5b37e6fa1ecf4c1d28c6b984 Mon Sep 17 00:00:00 2001 From: Jer <58816840+JeremyEspresso@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:30:29 +0200 Subject: [PATCH] Update extensions-logging documentation with a working example --- docs/data-shippers/extensions-logging.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/data-shippers/extensions-logging.asciidoc b/docs/data-shippers/extensions-logging.asciidoc index 556829ca..3fed8ad1 100644 --- a/docs/data-shippers/extensions-logging.asciidoc +++ b/docs/data-shippers/extensions-logging.asciidoc @@ -57,7 +57,9 @@ The other useful value to configure is a tag for the environment, e.g. Developme { "Logging": { "Elasticsearch": { - "NodeUris": [ "https://elastic-staging.example.com:9200" ], + "ShipTo": { + "NodeUris": [ "https://elastic-staging.example.com:9200" ] + }, "Tags": [ "Staging" ] } } @@ -441,4 +443,4 @@ NOTE: Can be disabled via configuration. |user.domain |string |The current domain, either the machine name or a Windows domain. Value of `Environment.UserDomainName`. |user.id |string |Current user principal name, if set. Value of `Thread.CurrentPrincipal.Identity.Name`. |user.name |string |The current user. Value of `Environment.UserName`. -|=== \ No newline at end of file +|===