Unverified Commit 2fa1fb4a authored by Sowmya N Dixit's avatar Sowmya N Dixit Committed by GitHub
Browse files

Fix druid coordinator host in analytics service (#3049)

Showing with 2 additions and 1 deletion
+2 -1
......@@ -226,7 +226,8 @@ deviceRegisterAPI.experiment.enable=false
experimentService.redisEmptyValueExpirySeconds=86400
redis.experimentIndex=9
redis.deviceIndex=2
druid.coordinator.host="http://{{groups['raw-coordinator'][0]}}:8081/"
#druid.coordinator.host="http://{{groups['raw-coordinator'][0]}}:8081/"
druid.coordinator.host="{{ druid_coordinator_host | default('http://' + groups['raw-coordinator'][0] + ':8081/') }}"
druid.healthcheck.url="druid/coordinator/v1/loadstatus"
device.api.enable.debug.log=true
kafka.device.register.topic={{ env_name }}.events.deviceprofile
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment