Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pulling in changes from master | ewolinetz | 2017-05-22 | 6 | -169/+0 |
| | |||||
* | bug 1432607. Allow configuration of ES log destination | Jeff Cantrill | 2017-03-30 | 1 | -72/+0 |
| | |||||
* | Merge pull request #3477 from lmello/fix-generate_jks.sh | OpenShift Bot | 2017-03-17 | 1 | -1/+1 |
|\ | | | | | Merged by openshift-bot | ||||
| * | change shell to bash in generate_jks.sh | Leonardo Rodrigues de Mello | 2017-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | logging fluentd filter was renamed to viaq | Rich Megginson | 2017-02-28 | 1 | -1/+1 |
|/ | |||||
* | Bug 1420234 - illegal_argument_exception in Kibana UI. | Rich Megginson | 2017-02-09 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Removing docker run strategy and make java a requirement for control host | ewolinetz | 2017-01-20 | 1 | -1/+11 |
| | |||||
* | additional comments addressed | ewolinetz | 2017-01-13 | 1 | -74/+0 |
| | |||||
* | Updating upgrade_logging to be more idempotent | ewolinetz | 2017-01-13 | 1 | -2/+0 |
| | |||||
* | addressing comments | ewolinetz | 2017-01-12 | 2 | -295/+0 |
| | |||||
* | Fixing collision of system.admin cert generation | ewolinetz | 2017-01-04 | 1 | -4/+4 |
| | |||||
* | Updating to use deployer pod to generate JKS chain instead | ewolinetz | 2016-12-15 | 1 | -40/+137 |
| | |||||
* | Creating openshift_logging role for deploying Aggregated Logging without a ↵ | ewolinetz | 2016-12-14 | 12 | -0/+687 |
deployer image |