forked from openshift/origin-aggregated-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LOG-372 - rsyslog - support improved undefined field handling
- Refactoring undefined_field.go and adding undefined_field_test.go by Rich Megginson <[email protected]>. - Adding the undefined field related env vars including USE_MMEXTERNAL and SKIP_EMPTY to rsyslog/README.md. - Adding multi-container support to the rsyslog logs utility. - Ingoring SIGPIPE in wait_for_journal_apps_ops_msg and wait_for_ops_log_message in hack/testing/util.sh. - Adding undefined_field test cases to zzz-rsyslog.sh with updating test-viaq-data-model.py and viaq-data-model.sh. Setting kubernetes to CDM_KEEP_EMPTY_FIELDS to keep "openshift_io/node-selector": "" in kubernetes.namespace_annotations.openshift_io/node-selector. Note: If the type of the undefined field's value has changed (e.g., nested json to json string or vice versa), the field name should be updated. Bug fixes: - Bug 1730207 - Too many "No Action Needed for xxxxxxxxx" logs in rsyslog pod. The undefined_field mmexternal program should be quiet if undefined_debug is not set - Bug 1733011 - Inappropriate message when view rsyslog pod logs by `oc exec $rsyslog-pod -- logs` after setting `LOGGING_FILE_PATH=console`
- Loading branch information
Showing
9 changed files
with
1,199 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.