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

feat(otellogs): set fingerprint_size to 17k to include timestamp for docker driver #2325

Merged
merged 5 commits into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore: update falco chart to 1.18.6 [#2376]
- chore: update telegraf-operator chart to 1.3.5 [#2387]
- feat: update otellogs to 0.52.0-sumo-0 [#2338][#2338]
- feat(otellogs): set fingerprint_size to 17k to include timestamp for docker driver [#2325]

[#2367]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2367
[#2372]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2372
Expand All @@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2376]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2376
[#2387]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2387
[#2338]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2338
[#2325]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2325
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.10.0...main

## [v2.10.0]
Expand Down
3 changes: 3 additions & 0 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4750,6 +4750,9 @@ otellogs:
include:
- /var/log/pods/*/*/*.log
start_at: beginning
## sets fingerprint_size to 17kb in order to match the longest possible docker line (which by default is 16kb)
## we want to include timestamp, which is at the end of the line
fingerprint_size: 17408
include_file_path: true
include_file_name: false
operators:
Expand Down