summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_kibana/defaults
Commit message (Collapse)AuthorAgeFilesLines
* allow setting of kibana env varsJeff Cantrill2018-01-261-0/+3
|
* openshift_logging_kibana: fix mixing parenLuke Meyer2017-12-061-1/+1
|
* Fix hosted varsMichael Gugino2017-12-051-1/+1
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Updating logging components image defaulting pattern to match ↵Eric Wolinetz2017-11-061-4/+0
| | | | openshift_logging pattern
* Use "requests" for CPU resources instead of limitsPeter Portante2017-10-191-0/+2
| | | | | | | | | | | | | | | We now use a CPU request to ensure logging infrastructure pods are not capped by default for CPU usage. It is still important to ensure we have a minimum amount of CPU. We keep the use of the variables *_cpu_limit so that the existing behavior is maintained. Note that we don't want to cap an infra pod's CPU usage by default, since we want to be able to use the necessary resources to complete it's tasks. Bug 1501960 (https://bugzilla.redhat.com/show_bug.cgi?id=1501960)
* Merge pull request #5044 from wozniakjan/logging_role_based_image_versionsOpenShift Bot2017-08-251-2/+4
|\ | | | | Merged by openshift-bot
| * Bug 1471322: logging roles based image versionsJan Wozniak2017-08-181-2/+4
| | | | | | | | | | | | Allowing to specify an image version for each logging component https://bugzilla.redhat.com/show_bug.cgi?id=1471322
* | Merge pull request #4761 from wozniakjan/logging_kibana_oomScott Dodson2017-08-231-1/+1
|\ \ | |/ |/| bug 1468987: kibana_proxy OOM
| * bug 1468987: kibana_proxy OOMJan Wozniak2017-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently set the memory allocated to the kibana-proxy container to be the same as `max_old_space_size` for nodejs. But in V8, the heap consists of multiple spaces. The old space has only memory ready to be GC and measuring the used heap by kibana-proxy code, there is at least additional 32MB needed in the code space when `max_old_space_size` peaks. Setting the default memory limit to 256MB here and also changing the default calculation of `max_old_space_size` in the image repository to be only half of what the container receives to allow some heap for other `spaces`.
* | Updating openshift_logging_kibana default for kibana hostnameewolinetz2017-07-211-1/+1
|/
* Pulling changes from master branchewolinetz2017-05-221-2/+2
|
* Decomposing openshift_logging role into subcomponent rolesewolinetz2017-05-221-0/+41