mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Specify 'fluentd' secret name instead of elasticsearch in LogForwarding example
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
775c0d74a8
commit
2b378bc8f4
@@ -29,7 +29,7 @@ spec:
|
||||
type: "elasticsearch"
|
||||
endpoint: elasticsearch.openshift-logging.svc:9200
|
||||
secret:
|
||||
name: elasticsearch
|
||||
name: fluentd
|
||||
- name: elasticsearch-insecure
|
||||
type: "elasticsearch"
|
||||
endpoint: elasticsearch-insecure.svc.messaging.cluster.local
|
||||
@@ -61,7 +61,7 @@ spec:
|
||||
* Specify the type of output, either `elasticseach` or `forward`.
|
||||
* Enter a name for the output.
|
||||
* Enter the endpoint, either the server name or FQDN.
|
||||
* Optionally, enter the name of the secret required by the endpoint for TLS communication. The secret must exist in the openshift-logging project.
|
||||
* Optionally, enter the name of the secret required by the endpoint for TLS communication. The secret must exist in the openshift-logging project. For the default Elastiscearch logstore, use `fluentd` as the secret name.
|
||||
* Specify `insecure: true` if the endpoint does not use a secret, resulting in insecure communication.
|
||||
<5> Add one or more pipelines:
|
||||
* Enter a name for the pipeline
|
||||
|
||||
Reference in New Issue
Block a user