summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1452939 - change Logging & Metrics imagePullPolicyJan Wozniak2017-10-231-1/+1
| | | | | - all images logging and metrics change their default imagePullPolicy from Always to IfNotPresent
* Pulling in changes from masterewolinetz2017-05-2219-998/+0
|
* Merge pull request #4113 from ↵OpenShift Bot2017-05-132-6/+2
|\ | | | | | | | | jcantrill/bz1448860_make_recovery_after_nodes_to_node_quorum Merged by openshift-bot
| * bug 1448860. Change recovery_after_nodes to match node_quorumJeff Cantrill2017-05-112-6/+2
| |
* | bug 1441369. Kibana memory limitsJeff Cantrill2017-05-111-6/+29
|/ | | | | | bug 1439451. Kibana crash (cherry picked from commit 66315ebbfcfda72d6f501c441359d92ec71af7d2)
* use docker_log_driver and /etc/docker/daemon.json to determine log driverRich Megginson2017-05-091-0/+6
| | | | | | | | | | | | | | | We check the following variables, if they are defined, in the order listed below, to see if the journald log driver is set: * openshift_hosted_logging_use_journal * docker_log_driver * openshift.docker.log_driver * openshift.docker.options (look for '--log-driver=journald') If none of these are set, we leave openshift_logging_fluentd_use_journal undefined, and mount both /etc/sysconfig/docker and /etc/docker (for daemon.json) so that fluentd can determine which log driver is being used.
* Merge pull request #3911 from ewolinetz/logging_15_picksOpenShift Bot2017-04-251-5/+0
|\ | | | | Merged by openshift-bot
| * Pick from issue3896ewolinetz2017-04-131-5/+0
| |
* | Merge pull request #3932 from richm/muxOpenShift Bot2017-04-243-0/+139
|\ \ | | | | | | Merged by openshift-bot
| * | cast openshift_logging_use_mux_client to boolRich Megginson2017-04-191-2/+2
| | |
| * | mux does not require privileged, only hostmount-anyuidRich Megginson2017-04-193-0/+139
| |/
* | Introduce Elasticsearch readiness probeLukáš Vlček2017-04-071-0/+7
|/
* Merge pull request #3777 from jcantrill/es_loggingOpenShift Bot2017-03-311-0/+81
|\ | | | | Merged by openshift-bot
| * bug 1432607. Allow configuration of ES log destinationJeff Cantrill2017-03-301-0/+81
| |
* | fix es config merge so template does not need quoting. gen then mergeJeff Cantrill2017-03-281-1/+1
|/
* Merge pull request #3730 from richm/bug-1434300OpenShift Bot2017-03-241-0/+2
|\ | | | | Merged by openshift-bot
| * Bug 1434300 - Log entries are generated in ES after deployed logging stacks ↵Rich Megginson2017-03-211-0/+2
| | | | | | | | | | | | | | | | | | | | via ansible, but can not be found in kibana. https://bugzilla.redhat.com/show_bug.cgi?id=1434300 Add support for common data model index pattern files. Depends on https://github.com/ViaQ/elasticsearch-templates/pull/36 and https://github.com/openshift/origin-aggregated-logging/pull/357
* | Do not use auto_expand_replicasLukáš Vlček2017-03-231-3/+2
| |
* | openshift_logging calculate min_masters to fail early on split brainJeff Cantrill2017-03-221-0/+1
|/
* Merge pull request #3647 from jcantrill/logging_specify_es_configOpenShift Bot2017-03-211-1/+1
|\ | | | | Merged by openshift-bot
| * Allow user to specify additions to ES configJeff Cantrill2017-03-141-1/+1
| |
* | cherry picking from #3621 #3614 #3627ewolinetz2017-03-101-1/+1
|/
* bug 1428249. Use ES hostmount storage if it existsJeff Cantrill2017-03-094-6/+6
|
* Adding some more logging defaultsewolinetz2017-03-031-1/+1
|
* Merge pull request #3468 from jcantrill/logging_expand_replicasScott Dodson2017-02-271-1/+1
|\ | | | | openshift_logging default to 2 replicas of primary shards
| * openshift_logging default to 2 replicas of primary shardsJeff Cantrill2017-02-231-1/+1
| |
* | Merge pull request #3430 from jcantrill/bz_1417261_quote_secretScott Dodson2017-02-241-2/+2
|\ \ | | | | | | bug 1417261. Quote name and secrets in logging templates
| * | bug 1417261. Quote name and secrets in logging templatesJeff Cantrill2017-02-201-2/+2
| | |
* | | Add insecure edge termination policy for kibana.Wesley Hearn2017-02-231-0/+3
| | |
* | | curator config must be in /etc/curator not /usr/curatorRich Megginson2017-02-221-1/+1
| |/ |/|
* | Bug 1420219 - No log entry can be found in Kibana UI after deploying logging ↵Rich Megginson2017-02-211-0/+5
|/ | | | | | | stacks with ansible https://bugzilla.redhat.com/show_bug.cgi?id=1420219 The elasticsearch config was missing the common data model stanza
* Surrounding node selector values with quotesewolinetz2017-02-203-3/+3
|
* bug 1420425. Allow setting of public facing certs for kibana in ↵Jeff Cantrill2017-02-101-0/+8
| | | | openshift_logging role
* Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-073-3/+3
|
* fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-021-2/+2
|
* allow openshift_logging role to specify nodeSelectorsJeff Cantrill2017-01-243-0/+18
|
* additional comments addressedewolinetz2017-01-131-0/+75
|
* Removing shell module calls and cleaning up changedewolinetz2017-01-133-3/+3
|
* addressing commentsewolinetz2017-01-122-1/+104
|
* Updating to use deployer pod to generate JKS chain insteadewolinetz2016-12-151-3/+5
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-1414-0/+666
deployer image