summaryrefslogtreecommitdiff
path: root/roles/openshift_logging/files
AgeCommit message (Collapse)Author
2017-05-22Pulling in changes from masterewolinetz
2017-03-30bug 1432607. Allow configuration of ES log destinationJeff Cantrill
2017-03-17Merge pull request #3477 from lmello/fix-generate_jks.shOpenShift Bot
Merged by openshift-bot
2017-02-28logging fluentd filter was renamed to viaqRich Megginson
2017-02-23change shell to bash in generate_jks.shLeonardo Rodrigues de Mello
The generate_jks.sh script uses non-posix standard shell features, this breaks the openshift_logging installation if the controller node is running debian or ubuntu. This problem was not spot before because probably all the developers use fedora or redhat/centos and in redhat based distributions the /bin/sh is a symlink to bash. Debian and ubuntu adopted dash a long time ago and in debian/ubuntu controller nodes /bin/sh is a symlink to dash, that does not support the extended feature set required by this script. This commit changes the shell to bash to ensure it is run with a shell interpreter that supports the extended feature. https://www.shellcheck.net/ https://wiki.ubuntu.com/DashAsBinSh
2017-02-09Bug 1420234 - illegal_argument_exception in Kibana UI.Rich Megginson
https://bugzilla.redhat.com/show_bug.cgi?id=1420234 The problem is that the fluent.conf is missing the common data model filter which renames the "time" field to the "@timestamp" field.
2017-01-20Removing docker run strategy and make java a requirement for control hostewolinetz
2017-01-13additional comments addressedewolinetz
2017-01-13Updating upgrade_logging to be more idempotentewolinetz
2017-01-12addressing commentsewolinetz
2017-01-04Fixing collision of system.admin cert generationewolinetz
2016-12-15Updating to use deployer pod to generate JKS chain insteadewolinetz
2016-12-14Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz
deployer image