Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit e6a60bf8 authored by Natalia Szakiel's avatar Natalia Szakiel
Browse files

filebeat logstash ssl fix

parent c87cb41b
No related branches found
No related tags found
3 merge requests!48Develop,!46Develop,!7Feature/secure connections
......@@ -176,7 +176,8 @@ spec:
{{- range $index_i := until (.Values.logstash.count |int ) }}
- "{{$prefix}}{{$index_i}}.{{$concatUrl}}"
{{- end }}
- "logstash.{{ .Release.Namespace }}"
- "logstash.{{ .Release.Namespace }}"
- "logstash-{{ .Values.logstash.beats.pipelines_group_name }}-ls-api.{{ .Release.Namespace }}"
issuerRef:
name: internal-issuer
kind: Issuer
......
......@@ -231,7 +231,7 @@ filebeat:
name: "test"
output: |
output.logstash:
hosts: ["logstash-beats-ls-beats-0.observability.svc:5044"]
hosts: ["logstash-beats-ls-api.observability:5044"]
ssl.enabled: true
ssl.certificate_authorities: ["/usr/share/filebeat/es-certs/ca.crt"]
ssl.verification_mode: full
......@@ -248,8 +248,4 @@ filebeat:
hosts: ["${ELASTIC_ELASTICSEARCH_ES_HOSTS}"]
ssl.certificate_authorities: ["/usr/share/filebeat/es-certs/ca.crt"]
username: "${MONITORING_USER}"
password: "${MONITORING_PASSWORD}"
password: "${MONITORING_PASSWORD}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment