commit | 95507c4dc0e27b6eb7283e07e4b56cbf18a089b6 | [log] [tgz] |
---|---|---|
author | Stephane Barbarie <sbarbari@ciena.com> | Tue Sep 19 10:41:04 2017 -0400 |
committer | Stephane Barbarie <sbarbari@ciena.com> | Tue Sep 19 10:41:04 2017 -0400 |
tree | 8d33f1810974263728d81e8efc99b0d1af7a0699 | |
parent | b92e513150f58690dc4746a94ab010bc5d91f176 [diff] |
VOL-452 Integration of logstash in a swarm cluster - Startup elasticsearch and logstash separately - Added new targets in Makefile to build opennms and logstash images - Default to the swarm kafka domain name Change-Id: I1f7af5669b6bc270f3ed5c172f42d7e86933ef55
diff --git a/compose/elasticsearch/logstash/config/logstash.conf b/compose/elasticsearch/logstash/config/logstash.conf index e822fe9..cc54163 100644 --- a/compose/elasticsearch/logstash/config/logstash.conf +++ b/compose/elasticsearch/logstash/config/logstash.conf
@@ -4,7 +4,7 @@ input { kafka { - bootstrap_servers => "10.100.198.220:9092" + bootstrap_servers => "kafka:9092" topics => ["voltha.alarms"] tags => [ "alarm" ] type => "voltha_alarms"