Skip to content

Update extensions-logging documentation with a working example #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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`.
|===
|===