-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
out_datadog: Update the descriptions of special field options #8751
out_datadog: Update the descriptions of special field options #8751
Conversation
These options are useful when there is no attribute in the incoming log that indicates the field to use for the `source` or `service` attributes, but otherwise the backend will automatically look for both in the incoming log attributes. Ref: fluent#8687 Signed-off-by: Jesse Szwedko <[email protected]>
This is a docs only update so I don't think most of the normal PR checklist is relevant, but let me know if you want me to run any of it. I'll open a separate PR to update the website docs. |
datadog
output field optionsout_datadog
: Update the descriptions of special field options
Follow-up on the similar changes to the help docs in fluent-bit: fluent/fluent-bit#8751 Ref: fluent/fluent-bit#8751 Ref: fluent/fluent-bit#8687 Signed-off-by: Jesse Szwedko <[email protected]>
Hi @jszwedko, thanks for the PR. |
Follow-up on the similar changes to the help docs in fluent-bit: fluent/fluent-bit#8751 Ref: fluent/fluent-bit#8751 Ref: fluent/fluent-bit#8687 Signed-off-by: Jesse Szwedko <[email protected]>
out_datadog
: Update the descriptions of special field options
Thanks for the pointer! I think the PR title should be ok now. |
thanks for the contribution. Note that the requested change by @lecaros was about the commit subject (since this is a minor change I just change it in the squash process, all good) |
…8751 These options are useful when there is no attribute in the incoming log that indicates the field to use for the `source` or `service` attributes, but otherwise the backend will automatically look for both in the incoming log attributes. Ref: fluent#8687 Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Markus Bergholz <[email protected]>
These options are useful when there is no attribute in the incoming log that indicates the field to use for the
source
orservice
attributes, but otherwise the backend will automatically look for both in the incoming log attributes.Ref: #8687
Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.