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

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

test

parent b87607d4
No related branches found
No related tags found
1 merge request!90Feature/simpl 10278
Pipeline #268069 passed
......@@ -289,9 +289,9 @@ logstash:
output {
if [log_type] == "business" {
elasticsearch {
hosts => [ "@{ELASTIC_ELASTICSEARCH_ES_HOSTS}" ]
user => "@{LOGSTASH_USER}"
password => "@{LOGSTASH_PASSWORD}"
hosts => [ "${ELASTIC_ELASTICSEARCH_ES_HOSTS}" ]
user => "${LOGSTASH_USER}"
password => "${LOGSTASH_PASSWORD}"
ssl_enabled => "true"
ssl_verification_mode => "full"
ssl_certificate_authorities => "/usr/share/logstash/config/certs/ca.crt"
......
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