Skip to content
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

[Doc][Fluentd]: Update the Fluentd log collection doc #5798

Merged
merged 7 commits into from
Feb 22, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update fluentd/README.md
Co-Authored-By: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com>
  • Loading branch information
gaetan-deputier and ruthnaebeck authored Feb 21, 2020
commit 0ba489e47b8cd52f8a2d87eccc7e5d18d8ac8fdb
2 changes: 1 addition & 1 deletion fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You can change this behavior by using the following parameters:

Additional parameters can be used to change the endpoint used in order to go through a proxy:

- `host`: Proxy endpoint when logs are not directly forwarded to Datadog (default value is `http-intake.logs.datadoghq.com`)
- `host`: The proxy endpoint for logs not directly forwarded to Datadog (default value: `http-intake.logs.datadoghq.com`).
- `port`: Proxy port when logs are not directly forwarded to Datadog (default value is `80`)
gaetan-deputier marked this conversation as resolved.
Show resolved Hide resolved
- `ssl_port`: Port used when logs are forwarded in a secure TCP/SSL connection to Datadog (default is `443`)
gaetan-deputier marked this conversation as resolved.
Show resolved Hide resolved
- `use_ssl`: If `true`, the Agent initializes a secure TCP/SSL connection to Datadog. (default value is `true`)
gaetan-deputier marked this conversation as resolved.
Show resolved Hide resolved
Expand Down