Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/data-shippers/extensions-logging.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}
}
Expand Down Expand Up @@ -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`.
|===
|===