Bug 1523068
| Summary: | [RFE] Add fluentd file output plugin support for quick and easy debugging | |||
|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine-metrics | Reporter: | Shirly Radco <sradco> | |
| Component: | RFEs | Assignee: | Shirly Radco <sradco> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 1.0.7 | CC: | bugs, lveyde, sradco | |
| Target Milestone: | ovirt-4.2.1 | Keywords: | FutureFeature | |
| Target Release: | --- | Flags: | rule-engine:
ovirt-4.2?
lsvaty: testing_plan_complete- rule-engine: planning_ack? sradco: devel_ack+ lsvaty: testing_ack+ |
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | ovirt-engine-metrics-1.1.2 | Doc Type: | Enhancement | |
| Doc Text: |
Feature:
Add fluentd file output plugin support for quick and easy debugging
Reason:
Sometimes we want to debug the metrics without setting a remote metrics store.
Result:
Added a "file" output plugin support to the ovirt-engine-metrics setup.
Metrics will be sent to a local file.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1538091 (view as bug list) | Environment: | ||
| Last Closed: | 2018-02-12 11:53:51 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | Metrics | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1475135, 1538091 | |||
|
Description
Shirly Radco
2017-12-07 07:03:34 UTC
User will need to /etc/ovirt-engine-metrics/config.yml fluentd_output_plugin: file Default output files is /var/log/ovirt-fluentd. Two file will be created, one for metrics and one for logs. Severity...? 1. on incorrect input:
TASK [oVirt.ovirt-fluentd/client : Validate fluentd_output_plugin parameter] **************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "'incorrect_input' must be set to either 'elasticsearch' or 'fluentd'."}
there is no mentioning of 'file' param
2. this parameter is not mentioned in any of the readme, nor comment from config.yml, please document it
3. success path is working
tested in ovirt-engine-metrics-1.1.2.1-1.el7ev.noarch
Added a doc bug. This is ment to be used more for debugging and not production use case. verified in ovirt-engine-metrics-1.1.2.2-1.el7ev.noarch This bugzilla is included in oVirt 4.2.1 release, published on Feb 12th 2018. Since the problem described in this bug report should be resolved in oVirt 4.2.1 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |