summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_fluentd/defaults/main.yml
blob: 713962c2ef400fe3eecc35c84c7fbadfcd6e83ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
### General logging settings
openshift_logging_image_prefix: "{{ openshift_hosted_logging_deployer_prefix | default('docker.io/openshift/origin-') }}"
openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default('latest') }}"
openshift_logging_image_pull_secret: "{{ openshift_hosted_logging_image_pull_secret | default('') }}"
openshift_logging_master_url: "https://kubernetes.default.svc.{{ openshift.common.dns_domain }}"
openshift_logging_master_public_url: "{{ openshift_hosted_logging_master_public_url | default('https://' + openshift.common.public_hostname + ':' ~ (openshift_master_api_port | default('8443', true))) }}"
openshift_logging_namespace: logging

### Common settings
openshift_logging_fluentd_nodeselector: "{{ openshift_hosted_logging_fluentd_nodeselector_label | default('logging-infra-fluentd=true') | map_from_pairs }}"
openshift_logging_fluentd_cpu_limit: 100m
openshift_logging_fluentd_memory_limit: 512Mi
openshift_logging_fluentd_hosts: ['--all']

# float time in seconds to wait between node labelling
openshift_logging_fluentd_label_delay: '0.5'

# Fluentd deployment type
openshift_logging_fluentd_deployment_type: "hosted"

### Used by "hosted" and "secure-host" deployments

# Destination for the application based logs
openshift_logging_fluentd_app_host: "logging-es"
openshift_logging_fluentd_app_port: 9200
# Destination for the operations based logs
openshift_logging_fluentd_ops_host: "{{ openshift_logging_fluentd_app_host }}"
openshift_logging_fluentd_ops_port: "{{ openshift_logging_fluentd_app_port }}"

### Used by "hosted" and "secure-aggregator" deployments
openshift_logging_fluentd_use_journal: "{{ openshift_hosted_logging_use_journal | default('') }}"
openshift_logging_fluentd_journal_source: "{{ openshift_hosted_logging_journal_source | default('') }}"
openshift_logging_fluentd_journal_read_from_head: "{{ openshift_hosted_logging_journal_read_from_head | default('') }}"


### Deprecating in 3.6
openshift_logging_fluentd_es_copy: false

# following can be uncommented to provide values for configmaps -- take care when providing file contents as it may cause your cluster to not operate correctly
#fluentd_config_contents:
#fluentd_throttle_contents:
#fluentd_secureforward_contents: