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 +|===