summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_mux/files/2.x/secure-forward.conf
blob: 87410c1c5afb4588805c61168edeafad29957e52 (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
# <store>
# @type secure_forward

# self_hostname ${HOSTNAME}
# shared_key <SECRET_STRING>

# secure yes
# enable_strict_verification yes

# ca_cert_path /etc/fluent/keys/your_ca_cert
# ca_private_key_path /etc/fluent/keys/your_private_key
  # for private CA secret key
# ca_private_key_passphrase passphrase

# <server>
  # or IP
#   host server.fqdn.example.com
#   port 24284
# </server>
# <server>
  # ip address to connect
#   host 203.0.113.8
  # specify hostlabel for FQDN verification if ipaddress is used for host
#   hostlabel server.fqdn.example.com
# </server>
# </store>