-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
feat(logstash): clients logstash output structured metadata support #10899
feat(logstash): clients logstash output structured metadata support #10899
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[docs team] Thanks for updating the docs as part of your PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for this addition!
Co-authored-by: J Stickler <julie.stickler@grafana.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
6e94f55
to
6006405
Compare
…rafana#10899) **What this PR does / why we need it**: This PR adds support for Loki Structured Metadata to the logstash output plugin. **Special notes for your reviewer**: Given that Structure Metadata is enabled as an experimental feature plugin changes were done in a way that is backward compatible for users not wanted structured metadata. Co-authored-by: Jared King <kingjs@gmail.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>
Will this feature/version be pushed to RubyGems as well? Version 1.2.0 is not available there yet. |
Will this feature/version be pushed to RubyGems as well? Version 1.2.0 is not available there yet. |
Hey @chaudum, we can't see the new version published! |
Hey folks. the new version of GEM (1.2.0) has been published. |
What this PR does / why we need it:
This PR adds support for Loki Structured Metadata to the logstash output plugin.
Special notes for your reviewer:
Given that Structure Metadata is enabled as an experimental feature plugin changes were done in a way that is backward compatible for users not wanted structured metadata.
Checklist
CONTRIBUTING.md
guide (required)CHANGELOG.md
updatedadd-to-release-notes
labeldocs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PR