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.
Merge pull request openshift#1698 from jcantrill/bug_1726639_new_viaq…
…_plugin Bug 1726639: Consume new viaq plugin to not set level based on stream
- Loading branch information
Showing
147 changed files
with
4,892 additions
and
1,466 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM rhscl/ruby-25-rhel7:latest as builder | |
MAINTAINER OpenShift Development <[email protected]> | ||
|
||
ENV DATA_VERSION=1.6.0 \ | ||
FLUENTD_VERSION=1.5.1 \ | ||
FLUENTD_VERSION=1.6.2 \ | ||
HOME=/opt/app-root/src \ | ||
PATH=/opt/app-root/src/bin:/opt/app-root/bin:$PATH \ | ||
LOGGING_FILE_PATH=/var/log/fluentd/fluentd.log \ | ||
|
@@ -43,7 +43,7 @@ RUN cd ${HOME}/vendored_gem_src/ && ./install-gems.sh && cd / && rm -rf ${HOME}/ | |
FROM rhel7:7-released | ||
|
||
ENV DATA_VERSION=1.6.0 \ | ||
FLUENTD_VERSION=1.5.1 \ | ||
FLUENTD_VERSION=1.6.2 \ | ||
HOME=/opt/app-root/src \ | ||
PATH=/opt/app-root/src/bin:/opt/app-root/bin:$PATH \ | ||
LOGGING_FILE_PATH=/var/log/fluentd/fluentd.log \ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM centos/ruby-25-centos7:latest | |
MAINTAINER OpenShift Development <[email protected]> | ||
|
||
ENV DATA_VERSION=1.6.0 \ | ||
FLUENTD_VERSION=1.5.1 \ | ||
FLUENTD_VERSION=1.6.2 \ | ||
GEM_HOME=/opt/app-root/src \ | ||
HOME=/opt/app-root/src \ | ||
PATH=/opt/app-root/src/bin:/opt/app-root/bin:$PATH \ | ||
|
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
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.