Skip to content

Commit 77ce93c

Browse files
authored
Merge pull request #166 from jembi/fix-logstash-env-file
Fix logstash env ES_HOSTS variable
2 parents 6975f75 + 0bafcbd commit 77ce93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-mapper-logstash/package-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"LOGSTASH_MEMORY_LIMIT": "3G",
1616
"LOGSTASH_MEMORY_RESERVE": "500M",
1717
"ES_ELASTIC": "dev_password_only",
18-
"ES_HOSTS": "analytics-datastore-elastic-search:9200"
18+
"ES_HOSTS": "\"analytics-datastore-elastic-search:9200\""
1919
}
2020
}

0 commit comments

Comments
 (0)