diff --git a/auditbeat/auditbeat.reference.yml b/auditbeat/auditbeat.reference.yml index 5084a956b61b..5fc63a1276bc 100644 --- a/auditbeat/auditbeat.reference.yml +++ b/auditbeat/auditbeat.reference.yml @@ -514,7 +514,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -613,7 +613,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/filebeat/filebeat.reference.yml b/filebeat/filebeat.reference.yml index d5467771aebf..646128148088 100644 --- a/filebeat/filebeat.reference.yml +++ b/filebeat/filebeat.reference.yml @@ -1219,7 +1219,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -1318,7 +1318,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/heartbeat/heartbeat.reference.yml b/heartbeat/heartbeat.reference.yml index 535a8e1f35e0..f72b109d65a0 100644 --- a/heartbeat/heartbeat.reference.yml +++ b/heartbeat/heartbeat.reference.yml @@ -658,7 +658,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -757,7 +757,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/journalbeat/journalbeat.reference.yml b/journalbeat/journalbeat.reference.yml index 039f7ac78bf7..6933c6a02326 100644 --- a/journalbeat/journalbeat.reference.yml +++ b/journalbeat/journalbeat.reference.yml @@ -452,7 +452,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -551,7 +551,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/libbeat/_meta/config.reference.yml.tmpl b/libbeat/_meta/config.reference.yml.tmpl index 016471946e78..8a8c40525dab 100644 --- a/libbeat/_meta/config.reference.yml.tmpl +++ b/libbeat/_meta/config.reference.yml.tmpl @@ -395,7 +395,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" {{if not .ExcludeLogstash}} #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -494,7 +494,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/metricbeat/metricbeat.reference.yml b/metricbeat/metricbeat.reference.yml index f0bd0f391f94..6e10106313f5 100644 --- a/metricbeat/metricbeat.reference.yml +++ b/metricbeat/metricbeat.reference.yml @@ -1206,7 +1206,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -1305,7 +1305,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/packetbeat/packetbeat.reference.yml b/packetbeat/packetbeat.reference.yml index aeb541e1a3a4..c710f818d678 100644 --- a/packetbeat/packetbeat.reference.yml +++ b/packetbeat/packetbeat.reference.yml @@ -941,7 +941,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -1040,7 +1040,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/winlogbeat/winlogbeat.reference.yml b/winlogbeat/winlogbeat.reference.yml index 9aa258e823d4..da308c49e944 100644 --- a/winlogbeat/winlogbeat.reference.yml +++ b/winlogbeat/winlogbeat.reference.yml @@ -437,7 +437,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -536,7 +536,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/x-pack/auditbeat/auditbeat.reference.yml b/x-pack/auditbeat/auditbeat.reference.yml index daeb4b4333da..62a13c320edf 100644 --- a/x-pack/auditbeat/auditbeat.reference.yml +++ b/x-pack/auditbeat/auditbeat.reference.yml @@ -570,7 +570,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -669,7 +669,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/x-pack/filebeat/filebeat.reference.yml b/x-pack/filebeat/filebeat.reference.yml index a6b3290da33b..399aff97ea76 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -1765,7 +1765,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -1864,7 +1864,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/x-pack/functionbeat/functionbeat.reference.yml b/x-pack/functionbeat/functionbeat.reference.yml index 1424fa868aa7..7a85d3e805ea 100644 --- a/x-pack/functionbeat/functionbeat.reference.yml +++ b/x-pack/functionbeat/functionbeat.reference.yml @@ -780,7 +780,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -879,7 +879,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/x-pack/metricbeat/metricbeat.reference.yml b/x-pack/metricbeat/metricbeat.reference.yml index 7aff7843201d..daac2d095aca 100644 --- a/x-pack/metricbeat/metricbeat.reference.yml +++ b/x-pack/metricbeat/metricbeat.reference.yml @@ -1450,7 +1450,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -1549,7 +1549,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped. diff --git a/x-pack/winlogbeat/winlogbeat.reference.yml b/x-pack/winlogbeat/winlogbeat.reference.yml index de014de3fad8..54bb8b7adc1b 100644 --- a/x-pack/winlogbeat/winlogbeat.reference.yml +++ b/x-pack/winlogbeat/winlogbeat.reference.yml @@ -440,7 +440,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" #----------------------------- Logstash output --------------------------------- #output.logstash: @@ -539,7 +539,7 @@ output.elasticsearch: # this allow you to ensure that a specific certificate is used to validate the chain of trust. # # The pin is a base64 encoded string of the SHA-256 fingerprint. - #ssl.ca_sha256 + #ssl.ca_sha256: "" # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, the events are typically dropped.