-
Notifications
You must be signed in to change notification settings - Fork 23
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
support filtering on a specific unit #403
Conversation
|
Codecov Report
@@ Coverage Diff @@
## master #403 +/- ##
==========================================
- Coverage 73.07% 73.05% -0.02%
==========================================
Files 124 124
Lines 8055 8057 +2
==========================================
Hits 5886 5886
- Misses 1668 1669 +1
- Partials 501 502 +1
Continue to review full report at Codecov.
|
There was a similar PR on otel-log-collection, which has a couple improvements upon this design: https://github.com/open-telemetry/opentelemetry-log-collection/pull/252/files In short:
|
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- ARM64 Container Image: [PR 381](https://github.com/observIQ/stanza/pull/381) | |||
- TCP Input: Minimum TLS version is now configurable: [PR 400](https://github.com/observIQ/stanza/pull/400) | |||
- Systemd service: Set `TimeoutSec` [PR 402](https://github.com/observIQ/stanza/pull/402) | |||
- Journald input: Opetioanl `unit` parameter for filtering [PR 403](https://github.com/observIQ/stanza/pull/403) |
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.
- Journald input: Opetioanl `unit` parameter for filtering [PR 403](https://github.com/observIQ/stanza/pull/403) | |
- Journald input: Optional `unit` parameter for filtering [PR 403](https://github.com/observIQ/stanza/pull/403) |
Good point, closing in favor of OTEL. |
Description of Changes
Add optional parameter for filtering on a given service
Resolves #227
Please check that the PR fulfills these requirements