diff options
Diffstat (limited to 'input-templates/vesinput.yaml')
-rw-r--r-- | input-templates/vesinput.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/input-templates/vesinput.yaml b/input-templates/vesinput.yaml index f0a64a3..d11e630 100644 --- a/input-templates/vesinput.yaml +++ b/input-templates/vesinput.yaml @@ -18,6 +18,8 @@ { "dh_location_id": "{{ dcae_zone }}", "dh_override": "component_dockerhost", + "ves_other_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_OTHER_OUTPUT/", + "ves_heartbeat_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/", "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT/", "ves_measurement_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_MEASUREMENT_OUTPUT/" } |