By type
+ CONSUL_BIND= + [ -n ] + CONSUL_CLIENT= + [ -n ] + CONSUL_DATA_DIR=/consul/data + CONSUL_CONFIG_DIR=/consul/config + [ -n ] + echo agent + grep ^- + [ agent = agent ] + shift + set -- consul agent -data-dir=/consul/data -config-dir=/consul/config -dev -client 0.0.0.0 + [ consul = consul ] + stat -c %u /consul/data + id -u consul + [ 100 != 100 ] + stat -c %u /consul/config + id -u consul + [ 100 != 100 ] + [ ! -z ] + exec consul agent -data-dir=/consul/data -config-dir=/consul/config -dev -client 0.0.0.0 ==> Starting Consul agent... ==> Consul agent running! Version: 'v1.4.3' Node ID: 'b0d7dc9e-b320-8e00-bb94-d869251f40d7' Node name: 'onap-msb-consul-6b97b57d47-gqr4j' Datacenter: 'dc1' (Segment: '
') Server: true (Bootstrap: false) Client Addr: [0.0.0.0] (HTTP: 8500, HTTPS: -1, gRPC: 8502, DNS: 8600) Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302) Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false ==> Log data will now stream in as it occurs: 2021/10/01 05:57:39 [DEBUG] agent: Using random ID "b0d7dc9e-b320-8e00-bb94-d869251f40d7" as node ID 2021/10/01 05:57:39 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:b0d7dc9e-b320-8e00-bb94-d869251f40d7 Address:127.0.0.1:8300}] 2021/10/01 05:57:40 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2021/10/01 05:57:40 [WARN] raft: Heartbeat timeout from "" reached, starting election 2021/10/01 05:57:40 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2021/10/01 05:57:40 [WARN] raft: Unable to get address for server id b0d7dc9e-b320-8e00-bb94-d869251f40d7, using fallback address 127.0.0.1:8300: Could not find address for server id b0d7dc9e-b320-8e00-bb94-d869251f40d7 2021/10/01 05:57:40 [DEBUG] raft: Votes needed: 1 2021/10/01 05:57:40 [DEBUG] raft: Vote granted from b0d7dc9e-b320-8e00-bb94-d869251f40d7 in term 2. Tally: 1 2021/10/01 05:57:40 [INFO] raft: Election won. Tally: 1 2021/10/01 05:57:40 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2021/10/01 05:57:40 [INFO] serf: EventMemberJoin: onap-msb-consul-6b97b57d47-gqr4j.dc1 127.0.0.1 2021/10/01 05:57:40 [INFO] serf: EventMemberJoin: onap-msb-consul-6b97b57d47-gqr4j 127.0.0.1 2021/10/01 05:57:40 [INFO] consul: cluster leadership acquired 2021/10/01 05:57:40 [INFO] consul: Adding LAN server onap-msb-consul-6b97b57d47-gqr4j (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 05:57:40 [INFO] consul: Handled member-join event for server "onap-msb-consul-6b97b57d47-gqr4j.dc1" in area "wan" 2021/10/01 05:57:40 [DEBUG] agent/proxy: managed Connect proxy manager started 2021/10/01 05:57:40 [INFO] consul: New leader elected: onap-msb-consul-6b97b57d47-gqr4j 2021/10/01 05:57:40 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2021/10/01 05:57:40 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2021/10/01 05:57:40 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2021/10/01 05:57:40 [INFO] agent: started state syncer 2021/10/01 05:57:40 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2021/10/01 05:57:40 [INFO] agent: Synced node info 2021/10/01 05:57:41 [INFO] connect: initialized primary datacenter CA with provider "consul" 2021/10/01 05:57:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 05:57:41 [INFO] consul: member 'onap-msb-consul-6b97b57d47-gqr4j' joined, marking health alive 2021/10/01 05:57:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 05:57:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 05:57:43 [DEBUG] agent: Node info in sync 2021/10/01 05:57:43 [DEBUG] agent: Node info in sync ==> Failed to check for updates: Get https://checkpoint-api.hashicorp.com/v1/check/consul?arch=amd64&os=linux&signature=&version=1.4.3: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 2021/10/01 05:58:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 05:59:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 05:59:14 [DEBUG] agent: Node info in sync 2021/10/01 05:59:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 05:59:40 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:00:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:00:55 [DEBUG] http: Request GET /v1/catalog/services (572.465µs) from=10.233.68.190:59636 2021/10/01 06:00:55 [DEBUG] http: Request GET /v1/status/leader (855.999µs) from=10.233.68.190:59640 2021/10/01 06:01:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:01:14 [DEBUG] agent: Node info in sync 2021/10/01 06:01:15 [DEBUG] http: Request GET /v1/status/leader (1.166875ms) from=10.233.68.190:59776 2021/10/01 06:01:35 [DEBUG] http: Request GET /v1/status/leader (800.958µs) from=10.233.68.190:59916 2021/10/01 06:01:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:01:41 [DEBUG] http: Request GET /v1/catalog/services (446.604µs) from=10.233.67.135:55524 2021/10/01 06:01:41 [DEBUG] http: Request GET /v1/status/leader (689.927µs) from=10.233.67.135:55542 2021/10/01 06:01:55 [DEBUG] http: Request GET /v1/status/leader (302.344µs) from=10.233.68.190:60046 2021/10/01 06:02:02 [DEBUG] http: Request GET /v1/status/leader (430.38µs) from=10.233.67.135:55788 2021/10/01 06:02:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:02:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:02:04 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:02:04 [DEBUG] agent: Node info in sync 2021/10/01 06:02:04 [DEBUG] http: Request PUT /v1/agent/service/register (227.592243ms) from=10.233.67.219:35142 2021/10/01 06:02:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=10 (1m9.394133815s) from=10.233.68.190:59636 2021/10/01 06:02:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=10 (23.350339541s) from=10.233.67.135:55524 2021/10/01 06:02:04 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:02:04 [DEBUG] agent: Node info in sync 2021/10/01 06:02:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (68.087123ms) from=10.233.68.190:60114 2021/10/01 06:02:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.8691ms) from=10.233.67.219:35144 2021/10/01 06:02:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (2.248537ms) from=10.233.67.135:55826 2021/10/01 06:02:15 [DEBUG] http: Request GET /v1/status/leader (339.822µs) from=10.233.68.190:60182 2021/10/01 06:02:22 [DEBUG] http: Request GET /v1/status/leader (3.853287ms) from=10.233.67.135:56008 2021/10/01 06:02:33 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:02:35 [DEBUG] http: Request GET /v1/status/leader (709.5µs) from=10.233.68.190:60312 2021/10/01 06:02:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:02:41 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:02:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:02:41 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:02:41 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:02:41 [DEBUG] agent: Node info in sync 2021/10/01 06:02:41 [DEBUG] http: Request PUT /v1/agent/service/register (226.661561ms) from=10.233.67.219:35532 2021/10/01 06:02:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=26 (36.789319678s) from=10.233.68.190:59636 2021/10/01 06:02:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=26 (36.789627566s) from=10.233.67.135:55524 2021/10/01 06:02:41 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:02:41 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:02:41 [DEBUG] agent: Node info in sync 2021/10/01 06:02:41 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (221.308µs) from=10.233.67.135:56220 2021/10/01 06:02:41 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (226.85µs) from=10.233.68.190:60352 2021/10/01 06:02:41 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (482.959µs) from=10.233.67.219:35538 2021/10/01 06:02:42 [DEBUG] http: Request GET /v1/status/leader (235.17µs) from=10.233.67.135:56232 2021/10/01 06:02:55 [DEBUG] http: Request GET /v1/status/leader (1.017577ms) from=10.233.68.190:60446 2021/10/01 06:03:02 [DEBUG] http: Request GET /v1/status/leader (726.753µs) from=10.233.67.135:56460 2021/10/01 06:03:02 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:03:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:03:02 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:03:02 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:03:02 [DEBUG] agent: Node info in sync 2021/10/01 06:03:02 [DEBUG] http: Request PUT /v1/agent/service/register (231.349834ms) from=10.233.67.219:35792 2021/10/01 06:03:02 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:03:02 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:03:02 [DEBUG] agent: Node info in sync 2021/10/01 06:03:02 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (469.44µs) from=10.233.67.219:35798 2021/10/01 06:03:15 [DEBUG] http: Request GET /v1/status/leader (337.334µs) from=10.233.68.190:60580 2021/10/01 06:03:22 [DEBUG] http: Request GET /v1/status/leader (212.815µs) from=10.233.67.135:56678 2021/10/01 06:03:30 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:03:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:03:30 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:03:30 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:03:30 [DEBUG] agent: Node info in sync 2021/10/01 06:03:30 [DEBUG] http: Request PUT /v1/agent/service/register (65.081762ms) from=10.233.67.219:36082 2021/10/01 06:03:30 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:03:30 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:03:30 [DEBUG] agent: Node info in sync 2021/10/01 06:03:30 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (29.765604ms) from=10.233.67.219:36084 2021/10/01 06:03:35 [DEBUG] http: Request GET /v1/status/leader (176.261µs) from=10.233.68.190:60716 2021/10/01 06:03:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:03:42 [DEBUG] http: Request GET /v1/status/leader (259.516µs) from=10.233.67.135:56910 2021/10/01 06:03:55 [DEBUG] http: Request GET /v1/status/leader (619.105µs) from=10.233.68.190:60846 2021/10/01 06:04:02 [DEBUG] http: Request GET /v1/status/leader (1.230237ms) from=10.233.67.135:57132 2021/10/01 06:04:10 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.974249289s) from=10.233.67.135:55826 2021/10/01 06:04:11 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.883038583s) from=10.233.68.190:60114 2021/10/01 06:04:15 [DEBUG] http: Request GET /v1/status/leader (1.199356ms) from=10.233.68.190:60982 2021/10/01 06:04:18 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:04:18 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:04:18 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:04:18 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:04:18 [DEBUG] agent: Node info in sync 2021/10/01 06:04:18 [DEBUG] http: Request PUT /v1/agent/service/register (163.537179ms) from=10.233.67.219:36620 2021/10/01 06:04:18 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:04:18 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:04:18 [DEBUG] agent: Node info in sync 2021/10/01 06:04:18 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (622.116µs) from=10.233.67.219:36626 2021/10/01 06:04:22 [DEBUG] http: Request GET /v1/status/leader (358.369µs) from=10.233.67.135:57352 2021/10/01 06:04:35 [DEBUG] http: Request GET /v1/status/leader (163.155µs) from=10.233.68.190:32888 2021/10/01 06:04:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:04:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.25634436s) from=10.233.67.135:55524 2021/10/01 06:04:42 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.323592317s) from=10.233.67.135:56220 2021/10/01 06:04:42 [DEBUG] http: Request GET /v1/status/leader (202.961µs) from=10.233.67.135:57580 2021/10/01 06:04:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.471441197s) from=10.233.68.190:60352 2021/10/01 06:04:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:04:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.836296182s) from=10.233.68.190:59636 2021/10/01 06:04:47 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:04:47 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:04:48 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:04:48 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:04:48 [DEBUG] agent: Node info in sync 2021/10/01 06:04:48 [DEBUG] http: Request PUT /v1/agent/service/register (91.867307ms) from=10.233.67.219:36956 2021/10/01 06:04:48 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:04:48 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:04:48 [DEBUG] agent: Node info in sync 2021/10/01 06:04:48 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (605.228µs) from=10.233.67.219:36960 2021/10/01 06:04:55 [DEBUG] http: Request GET /v1/status/leader (502.204µs) from=10.233.68.190:33058 2021/10/01 06:05:02 [DEBUG] http: Request GET /v1/status/leader (1.123388ms) from=10.233.67.135:57812 2021/10/01 06:05:15 [DEBUG] http: Request GET /v1/status/leader (926.345µs) from=10.233.68.190:33240 2021/10/01 06:05:22 [DEBUG] http: Request GET /v1/status/leader (952.041µs) from=10.233.67.135:58022 2021/10/01 06:05:34 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:05:34 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:05:34 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:05:34 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:05:34 [DEBUG] agent: Node info in sync 2021/10/01 06:05:34 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:05:34 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:05:34 [DEBUG] agent: Node info in sync 2021/10/01 06:05:34 [DEBUG] http: Request PUT /v1/agent/service/register (130.517915ms) from=10.233.67.219:37488 2021/10/01 06:05:34 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (84.413882ms) from=10.233.67.219:37490 2021/10/01 06:05:35 [DEBUG] http: Request GET /v1/status/leader (624.795µs) from=10.233.68.190:33420 2021/10/01 06:05:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:05:42 [DEBUG] http: Request GET /v1/status/leader (872.121µs) from=10.233.67.135:58252 2021/10/01 06:05:55 [DEBUG] http: Request GET /v1/status/leader (280.175µs) from=10.233.68.190:33592 2021/10/01 06:06:02 [DEBUG] http: Request GET /v1/status/leader (170.298µs) from=10.233.67.135:58472 2021/10/01 06:06:15 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.23952289s) from=10.233.67.135:55826 2021/10/01 06:06:15 [DEBUG] http: Request GET /v1/status/leader (211.896µs) from=10.233.68.190:33734 2021/10/01 06:06:16 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.189887957s) from=10.233.68.190:60114 2021/10/01 06:06:22 [DEBUG] http: Request GET /v1/status/leader (347.919µs) from=10.233.67.135:58680 2021/10/01 06:06:35 [DEBUG] http: Request GET /v1/status/leader (353.162µs) from=10.233.68.190:33880 2021/10/01 06:06:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:06:42 [DEBUG] http: Request GET /v1/status/leader (902.051µs) from=10.233.67.135:58894 2021/10/01 06:06:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.486995937s) from=10.233.68.190:60352 2021/10/01 06:06:46 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.244414365s) from=10.233.67.135:56220 2021/10/01 06:06:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.920845635s) from=10.233.68.190:59636 2021/10/01 06:06:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.682915852s) from=10.233.67.135:55524 2021/10/01 06:06:55 [DEBUG] http: Request GET /v1/status/leader (625.977µs) from=10.233.68.190:34020 2021/10/01 06:06:56 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:06:56 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:06:56 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:06:56 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:06:56 [DEBUG] agent: Node info in sync 2021/10/01 06:06:56 [DEBUG] http: Request PUT /v1/agent/service/register (67.949349ms) from=10.233.67.219:38370 2021/10/01 06:06:56 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:06:56 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:06:56 [DEBUG] agent: Node info in sync 2021/10/01 06:06:56 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.291794ms) from=10.233.67.219:38372 2021/10/01 06:07:02 [DEBUG] http: Request GET /v1/status/leader (241.231µs) from=10.233.67.135:59130 2021/10/01 06:07:04 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:07:15 [DEBUG] http: Request GET /v1/status/leader (5.04699ms) from=10.233.68.190:34174 2021/10/01 06:07:23 [DEBUG] http: Request GET /v1/status/leader (318.587µs) from=10.233.67.135:59342 2021/10/01 06:07:35 [DEBUG] http: Request GET /v1/status/leader (368.93µs) from=10.233.68.190:34318 2021/10/01 06:07:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:07:40 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:07:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:07:41 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:07:41 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:07:41 [DEBUG] agent: Node info in sync 2021/10/01 06:07:41 [DEBUG] http: Request PUT /v1/agent/service/register (39.648163ms) from=10.233.67.219:38860 2021/10/01 06:07:41 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:07:41 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:07:41 [DEBUG] agent: Node info in sync 2021/10/01 06:07:41 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (467.99µs) from=10.233.67.219:38862 2021/10/01 06:07:43 [DEBUG] http: Request GET /v1/status/leader (649.528µs) from=10.233.67.135:59582 2021/10/01 06:07:55 [DEBUG] http: Request GET /v1/status/leader (800.578µs) from=10.233.68.190:34460 2021/10/01 06:08:03 [DEBUG] http: Request GET /v1/status/leader (424.648µs) from=10.233.67.135:59802 2021/10/01 06:08:16 [DEBUG] http: Request GET /v1/status/leader (962.508µs) from=10.233.68.190:34604 2021/10/01 06:08:18 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.982382524s) from=10.233.67.135:55826 2021/10/01 06:08:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.100304762s) from=10.233.68.190:60114 2021/10/01 06:08:23 [DEBUG] http: Request GET /v1/status/leader (518.66µs) from=10.233.67.135:60006 2021/10/01 06:08:36 [DEBUG] http: Request GET /v1/status/leader (312.963µs) from=10.233.68.190:34746 2021/10/01 06:08:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:08:43 [DEBUG] http: Request GET /v1/status/leader (397.454µs) from=10.233.67.135:60220 2021/10/01 06:08:45 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:08:45 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:08:45 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:08:45 [DEBUG] agent: Node info in sync 2021/10/01 06:08:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.295490079s) from=10.233.67.135:56220 2021/10/01 06:08:50 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.337619623s) from=10.233.68.190:60352 2021/10/01 06:08:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.723075944s) from=10.233.67.135:55524 2021/10/01 06:08:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.603950284s) from=10.233.68.190:59636 2021/10/01 06:08:56 [DEBUG] http: Request GET /v1/status/leader (224.757µs) from=10.233.68.190:34892 2021/10/01 06:09:03 [DEBUG] http: Request GET /v1/status/leader (811.098µs) from=10.233.67.135:60454 2021/10/01 06:09:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:09:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:09:04 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:09:04 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:09:04 [DEBUG] agent: Node info in sync 2021/10/01 06:09:04 [DEBUG] http: Request PUT /v1/agent/service/register (163.119256ms) from=10.233.67.219:39794 2021/10/01 06:09:04 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:09:04 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:09:04 [DEBUG] agent: Node info in sync 2021/10/01 06:09:05 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (992.264µs) from=10.233.67.219:39800 2021/10/01 06:09:16 [DEBUG] http: Request GET /v1/status/leader (782.12µs) from=10.233.68.190:35034 2021/10/01 06:09:23 [DEBUG] http: Request GET /v1/status/leader (18.091266ms) from=10.233.67.135:60676 2021/10/01 06:09:36 [DEBUG] http: Request GET /v1/status/leader (392.794µs) from=10.233.68.190:35218 2021/10/01 06:09:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:09:43 [DEBUG] http: Request GET /v1/status/leader (302.636µs) from=10.233.67.135:60890 2021/10/01 06:09:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:09:56 [DEBUG] http: Request GET /v1/status/leader (2.023617ms) from=10.233.68.190:35362 2021/10/01 06:10:03 [DEBUG] http: Request GET /v1/status/leader (773.368µs) from=10.233.67.135:32874 2021/10/01 06:10:16 [DEBUG] http: Request GET /v1/status/leader (789.283µs) from=10.233.68.190:35504 2021/10/01 06:10:18 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.536575777s) from=10.233.67.135:55826 2021/10/01 06:10:23 [DEBUG] http: Request GET /v1/status/leader (191.82µs) from=10.233.67.135:33106 2021/10/01 06:10:26 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.98767438s) from=10.233.68.190:60114 2021/10/01 06:10:36 [DEBUG] http: Request GET /v1/status/leader (165.173239ms) from=10.233.68.190:35652 2021/10/01 06:10:39 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:10:39 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:10:39 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:10:39 [DEBUG] agent: Node info in sync 2021/10/01 06:10:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:10:43 [DEBUG] http: Request GET /v1/status/leader (937.956µs) from=10.233.67.135:33352 2021/10/01 06:10:50 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.577510427s) from=10.233.67.135:56220 2021/10/01 06:10:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.180887127s) from=10.233.68.190:59636 2021/10/01 06:10:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.933684804s) from=10.233.68.190:60352 2021/10/01 06:10:56 [DEBUG] http: Request GET /v1/status/leader (342.831µs) from=10.233.68.190:35796 2021/10/01 06:10:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.730452876s) from=10.233.67.135:55524 2021/10/01 06:11:03 [DEBUG] http: Request GET /v1/status/leader (216.007µs) from=10.233.67.135:33576 2021/10/01 06:11:17 [DEBUG] http: Request GET /v1/status/leader (656.625µs) from=10.233.68.190:35936 2021/10/01 06:11:23 [DEBUG] http: Request GET /v1/status/leader (309.266µs) from=10.233.67.135:33782 2021/10/01 06:11:37 [DEBUG] http: Request GET /v1/status/leader (180.829µs) from=10.233.68.190:36082 2021/10/01 06:11:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:11:43 [DEBUG] http: Request GET /v1/status/leader (771.56µs) from=10.233.67.135:33996 2021/10/01 06:11:57 [DEBUG] http: Request GET /v1/status/leader (33.732865ms) from=10.233.68.190:36222 2021/10/01 06:12:03 [DEBUG] http: Request GET /v1/status/leader (534.109µs) from=10.233.67.135:34220 2021/10/01 06:12:13 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:12:17 [DEBUG] http: Request GET /v1/status/leader (897.741µs) from=10.233.68.190:36364 2021/10/01 06:12:22 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:12:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:12:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:12:22 [DEBUG] agent: Node info in sync 2021/10/01 06:12:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.763850456s) from=10.233.67.135:55826 2021/10/01 06:12:23 [DEBUG] http: Request GET /v1/status/leader (804.826µs) from=10.233.67.135:34432 2021/10/01 06:12:31 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.817989335s) from=10.233.68.190:60114 2021/10/01 06:12:34 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:12:34 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:12:34 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:12:34 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:12:34 [DEBUG] agent: Node info in sync 2021/10/01 06:12:34 [DEBUG] http: Request PUT /v1/agent/service/register (262.104645ms) from=10.233.67.219:42102 2021/10/01 06:12:34 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:12:34 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:12:34 [DEBUG] agent: Node info in sync 2021/10/01 06:12:34 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (592.247µs) from=10.233.67.219:42110 2021/10/01 06:12:37 [DEBUG] http: Request GET /v1/status/leader (343.432µs) from=10.233.68.190:36510 2021/10/01 06:12:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:12:43 [DEBUG] http: Request GET /v1/status/leader (224.972µs) from=10.233.67.135:34652 2021/10/01 06:12:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.191789381s) from=10.233.68.190:60352 2021/10/01 06:12:55 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.924741896s) from=10.233.67.135:56220 2021/10/01 06:12:57 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:12:57 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:12:57 [DEBUG] http: Request GET /v1/status/leader (471.086µs) from=10.233.68.190:36728 2021/10/01 06:12:57 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:12:57 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:12:57 [DEBUG] agent: Node info in sync 2021/10/01 06:12:57 [DEBUG] http: Request PUT /v1/agent/service/register (71.553027ms) from=10.233.67.219:42350 2021/10/01 06:12:57 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:12:57 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:12:57 [DEBUG] agent: Node info in sync 2021/10/01 06:12:57 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (232.479824ms) from=10.233.67.219:42352 2021/10/01 06:12:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.975265813s) from=10.233.68.190:59636 2021/10/01 06:12:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.839827028s) from=10.233.67.135:55524 2021/10/01 06:13:03 [DEBUG] http: Request GET /v1/status/leader (507.447µs) from=10.233.67.135:34890 2021/10/01 06:13:17 [DEBUG] http: Request GET /v1/status/leader (227.14µs) from=10.233.68.190:36898 2021/10/01 06:13:23 [DEBUG] http: Request GET /v1/status/leader (276.048µs) from=10.233.67.135:35186 2021/10/01 06:13:37 [DEBUG] http: Request GET /v1/status/leader (258.394µs) from=10.233.68.190:37042 2021/10/01 06:13:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:13:43 [DEBUG] http: Request GET /v1/status/leader (266.549µs) from=10.233.67.135:35402 2021/10/01 06:13:57 [DEBUG] http: Request GET /v1/status/leader (331.909µs) from=10.233.68.190:37184 2021/10/01 06:14:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:14:00 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:14:00 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:14:00 [DEBUG] agent: Node info in sync 2021/10/01 06:14:03 [DEBUG] http: Request GET /v1/status/leader (1.470829ms) from=10.233.67.135:35632 2021/10/01 06:14:17 [DEBUG] http: Request GET /v1/status/leader (342.487µs) from=10.233.68.190:37326 2021/10/01 06:14:23 [DEBUG] http: Request GET /v1/status/leader (498.669µs) from=10.233.67.135:35844 2021/10/01 06:14:25 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.545307164s) from=10.233.67.135:55826 2021/10/01 06:14:36 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.361610781s) from=10.233.68.190:60114 2021/10/01 06:14:37 [DEBUG] http: Request GET /v1/status/leader (390.811µs) from=10.233.68.190:37472 2021/10/01 06:14:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:14:43 [DEBUG] http: Request GET /v1/status/leader (232.532µs) from=10.233.67.135:36054 2021/10/01 06:14:57 [DEBUG] http: Request GET /v1/status/leader (252.295µs) from=10.233.68.190:37612 2021/10/01 06:14:57 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.283465642s) from=10.233.68.190:60352 2021/10/01 06:15:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.907896291s) from=10.233.68.190:59636 2021/10/01 06:15:02 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.840374877s) from=10.233.67.135:56220 2021/10/01 06:15:02 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.766957313s) from=10.233.67.135:55524 2021/10/01 06:15:03 [DEBUG] http: Request GET /v1/status/leader (362.197µs) from=10.233.67.135:36274 2021/10/01 06:15:04 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:15:17 [DEBUG] http: Request GET /v1/status/leader (389.878µs) from=10.233.68.190:37750 2021/10/01 06:15:21 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:15:21 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:15:21 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:15:21 [DEBUG] agent: Node info in sync 2021/10/01 06:15:23 [DEBUG] http: Request GET /v1/status/leader (794.815µs) from=10.233.67.135:36488 2021/10/01 06:15:37 [DEBUG] http: Request GET /v1/status/leader (205.849µs) from=10.233.68.190:37898 2021/10/01 06:15:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:15:43 [DEBUG] http: Request GET /v1/status/leader (2.168102ms) from=10.233.67.135:36700 2021/10/01 06:15:57 [DEBUG] http: Request GET /v1/status/leader (854.675µs) from=10.233.68.190:38034 2021/10/01 06:16:03 [DEBUG] http: Request GET /v1/status/leader (1.103969ms) from=10.233.67.135:36916 2021/10/01 06:16:17 [DEBUG] http: Request GET /v1/status/leader (218.207µs) from=10.233.68.190:38174 2021/10/01 06:16:23 [DEBUG] http: Request GET /v1/status/leader (243.224µs) from=10.233.67.135:37128 2021/10/01 06:16:26 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.006250084s) from=10.233.67.135:55826 2021/10/01 06:16:33 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:16:33 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:16:33 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:16:33 [DEBUG] agent: Node info in sync 2021/10/01 06:16:37 [DEBUG] http: Request GET /v1/status/leader (773.227µs) from=10.233.68.190:38324 2021/10/01 06:16:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:16:41 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.729372456s) from=10.233.68.190:60114 2021/10/01 06:16:44 [DEBUG] http: Request GET /v1/status/leader (240.921µs) from=10.233.67.135:37342 2021/10/01 06:16:57 [DEBUG] http: Request GET /v1/status/leader (268.74µs) from=10.233.68.190:38466 2021/10/01 06:17:02 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.204850337s) from=10.233.68.190:60352 2021/10/01 06:17:04 [DEBUG] http: Request GET /v1/status/leader (21.446092ms) from=10.233.67.135:37560 2021/10/01 06:17:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.750824118s) from=10.233.68.190:59636 2021/10/01 06:17:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.686124568s) from=10.233.67.135:55524 2021/10/01 06:17:08 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.065322087s) from=10.233.67.135:56220 2021/10/01 06:17:12 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:17:17 [DEBUG] http: Request GET /v1/status/leader (388.07µs) from=10.233.68.190:38614 2021/10/01 06:17:24 [DEBUG] http: Request GET /v1/status/leader (199.104µs) from=10.233.67.135:37770 2021/10/01 06:17:37 [DEBUG] http: Request GET /v1/status/leader (888.11µs) from=10.233.68.190:38758 2021/10/01 06:17:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:17:44 [DEBUG] http: Request GET /v1/status/leader (725.354µs) from=10.233.67.135:37984 2021/10/01 06:17:57 [DEBUG] http: Request GET /v1/status/leader (390.771µs) from=10.233.68.190:38904 2021/10/01 06:18:04 [DEBUG] http: Request GET /v1/status/leader (909.494µs) from=10.233.67.135:38204 2021/10/01 06:18:10 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:18:10 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:18:10 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:18:10 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:18:10 [DEBUG] agent: Node info in sync 2021/10/01 06:18:10 [DEBUG] http: Request PUT /v1/agent/service/register (271.753417ms) from=10.233.67.219:45810 2021/10/01 06:18:10 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:18:10 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:18:10 [DEBUG] agent: Node info in sync 2021/10/01 06:18:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (662.526µs) from=10.233.67.219:45816 2021/10/01 06:18:17 [DEBUG] http: Request GET /v1/status/leader (457.837µs) from=10.233.68.190:39044 2021/10/01 06:18:20 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:18:20 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:18:20 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:18:20 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:18:20 [DEBUG] agent: Node info in sync 2021/10/01 06:18:20 [DEBUG] http: Request PUT /v1/agent/service/register (320.545409ms) from=10.233.67.219:45938 2021/10/01 06:18:20 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:18:20 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:18:20 [DEBUG] agent: Node info in sync 2021/10/01 06:18:20 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (552.614µs) from=10.233.67.219:45940 2021/10/01 06:18:24 [DEBUG] http: Request GET /v1/status/leader (198.503µs) from=10.233.67.135:38446 2021/10/01 06:18:32 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.563685862s) from=10.233.67.135:55826 2021/10/01 06:18:37 [DEBUG] http: Request GET /v1/status/leader (269.172µs) from=10.233.68.190:39188 2021/10/01 06:18:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:18:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.583850513s) from=10.233.68.190:60114 2021/10/01 06:18:44 [DEBUG] http: Request GET /v1/status/leader (1.307635ms) from=10.233.67.135:38654 2021/10/01 06:18:57 [DEBUG] http: Request GET /v1/status/leader (1.02821ms) from=10.233.68.190:39330 2021/10/01 06:19:03 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.139305591s) from=10.233.68.190:60352 2021/10/01 06:19:04 [DEBUG] http: Request GET /v1/status/leader (313.314µs) from=10.233.67.135:38874 2021/10/01 06:19:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.229426754s) from=10.233.68.190:59636 2021/10/01 06:19:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.313623023s) from=10.233.67.135:55524 2021/10/01 06:19:12 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.394290923s) from=10.233.67.135:56220 2021/10/01 06:19:17 [DEBUG] http: Request GET /v1/status/leader (682.055µs) from=10.233.68.190:39474 2021/10/01 06:19:24 [DEBUG] http: Request GET /v1/status/leader (785.72µs) from=10.233.67.135:39096 2021/10/01 06:19:30 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:19:37 [DEBUG] http: Request GET /v1/status/leader (390.029µs) from=10.233.68.190:39618 2021/10/01 06:19:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:19:44 [DEBUG] http: Request GET /v1/status/leader (304.719µs) from=10.233.67.135:39310 2021/10/01 06:19:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:19:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:19:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:19:49 [DEBUG] agent: Node info in sync 2021/10/01 06:19:57 [DEBUG] http: Request GET /v1/status/leader (334.863µs) from=10.233.68.190:39760 2021/10/01 06:20:04 [DEBUG] http: Request GET /v1/status/leader (2.06264ms) from=10.233.67.135:39524 2021/10/01 06:20:17 [DEBUG] http: Request GET /v1/status/leader (844.155µs) from=10.233.68.190:39900 2021/10/01 06:20:24 [DEBUG] http: Request GET /v1/status/leader (283.293µs) from=10.233.67.135:39742 2021/10/01 06:20:33 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.883395609s) from=10.233.67.135:55826 2021/10/01 06:20:37 [DEBUG] http: Request GET /v1/status/leader (247.676µs) from=10.233.68.190:40046 2021/10/01 06:20:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:20:43 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.821756823s) from=10.233.68.190:60114 2021/10/01 06:20:44 [DEBUG] http: Request GET /v1/status/leader (262.3µs) from=10.233.67.135:39954 2021/10/01 06:20:57 [DEBUG] http: Request GET /v1/status/leader (202.244µs) from=10.233.68.190:40184 2021/10/01 06:21:04 [DEBUG] http: Request GET /v1/status/leader (460.044µs) from=10.233.67.135:40170 2021/10/01 06:21:08 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.954753317s) from=10.233.68.190:60352 2021/10/01 06:21:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.580691158s) from=10.233.68.190:59636 2021/10/01 06:21:13 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.558841158s) from=10.233.67.135:56220 2021/10/01 06:21:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.074677796s) from=10.233.67.135:55524 2021/10/01 06:21:17 [DEBUG] http: Request GET /v1/status/leader (174.819µs) from=10.233.68.190:40320 2021/10/01 06:21:19 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:21:19 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:21:19 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:21:19 [DEBUG] agent: Node info in sync 2021/10/01 06:21:24 [DEBUG] http: Request GET /v1/status/leader (669.718µs) from=10.233.67.135:40382 2021/10/01 06:21:37 [DEBUG] http: Request GET /v1/status/leader (1.104958ms) from=10.233.68.190:40474 2021/10/01 06:21:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:21:44 [DEBUG] http: Request GET /v1/status/leader (406.705µs) from=10.233.67.135:40600 2021/10/01 06:21:57 [DEBUG] http: Request GET /v1/status/leader (187.451µs) from=10.233.68.190:40616 2021/10/01 06:22:04 [DEBUG] http: Request GET /v1/status/leader (168.938µs) from=10.233.67.135:40814 2021/10/01 06:22:07 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:22:17 [DEBUG] http: Request GET /v1/status/leader (911.811µs) from=10.233.68.190:40760 2021/10/01 06:22:24 [DEBUG] http: Request GET /v1/status/leader (641.386µs) from=10.233.67.135:41028 2021/10/01 06:22:36 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.229257605s) from=10.233.67.135:55826 2021/10/01 06:22:37 [DEBUG] http: Request GET /v1/status/leader (384.847µs) from=10.233.68.190:40904 2021/10/01 06:22:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:22:44 [DEBUG] http: Request GET /v1/status/leader (588.184µs) from=10.233.67.135:41242 2021/10/01 06:22:44 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.046529091s) from=10.233.68.190:60114 2021/10/01 06:22:57 [DEBUG] http: Request GET /v1/status/leader (1.28623ms) from=10.233.68.190:41050 2021/10/01 06:22:58 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:22:58 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:22:58 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:22:58 [DEBUG] agent: Node info in sync 2021/10/01 06:23:04 [DEBUG] http: Request GET /v1/status/leader (198.222µs) from=10.233.67.135:41460 2021/10/01 06:23:09 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.825044411s) from=10.233.68.190:60352 2021/10/01 06:23:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.478196426s) from=10.233.68.190:59636 2021/10/01 06:23:17 [DEBUG] http: Request GET /v1/status/leader (334.955µs) from=10.233.68.190:41190 2021/10/01 06:23:19 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.282326297s) from=10.233.67.135:56220 2021/10/01 06:23:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.476295627s) from=10.233.67.135:55524 2021/10/01 06:23:24 [DEBUG] http: Request GET /v1/status/leader (543.689µs) from=10.233.67.135:41668 2021/10/01 06:23:37 [DEBUG] http: Request GET /v1/status/leader (963.366µs) from=10.233.68.190:41336 2021/10/01 06:23:38 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:23:38 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:23:38 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:23:38 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:23:38 [DEBUG] agent: Node info in sync 2021/10/01 06:23:38 [DEBUG] http: Request PUT /v1/agent/service/register (166.634099ms) from=10.233.67.219:49384 2021/10/01 06:23:38 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:23:38 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:23:38 [DEBUG] agent: Node info in sync 2021/10/01 06:23:39 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (516.069465ms) from=10.233.67.219:49386 2021/10/01 06:23:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:23:44 [DEBUG] http: Request GET /v1/status/leader (904.595µs) from=10.233.67.135:41906 2021/10/01 06:23:57 [DEBUG] http: Request GET /v1/status/leader (438.032µs) from=10.233.68.190:41478 2021/10/01 06:24:01 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:24:01 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:24:01 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:24:01 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:24:01 [DEBUG] agent: Node info in sync 2021/10/01 06:24:01 [DEBUG] http: Request PUT /v1/agent/service/register (177.153853ms) from=10.233.67.219:49640 2021/10/01 06:24:01 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:24:01 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:24:01 [DEBUG] agent: Node info in sync 2021/10/01 06:24:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.356331ms) from=10.233.67.219:49648 2021/10/01 06:24:04 [DEBUG] http: Request GET /v1/status/leader (178.204µs) from=10.233.67.135:42144 2021/10/01 06:24:17 [DEBUG] http: Request GET /v1/status/leader (396.953µs) from=10.233.68.190:41620 2021/10/01 06:24:24 [DEBUG] http: Request GET /v1/status/leader (347.17µs) from=10.233.67.135:42374 2021/10/01 06:24:37 [DEBUG] http: Request GET /v1/status/leader (1.450564ms) from=10.233.68.190:41764 2021/10/01 06:24:39 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.210174701s) from=10.233.67.135:55826 2021/10/01 06:24:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:24:44 [DEBUG] http: Request GET /v1/status/leader (834.001µs) from=10.233.67.135:42590 2021/10/01 06:24:52 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.350822522s) from=10.233.68.190:60114 2021/10/01 06:24:56 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:24:57 [DEBUG] http: Request GET /v1/status/leader (658.178µs) from=10.233.68.190:41910 2021/10/01 06:25:04 [DEBUG] http: Request GET /v1/status/leader (208.028µs) from=10.233.67.135:42872 2021/10/01 06:25:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.927052314s) from=10.233.68.190:59636 2021/10/01 06:25:14 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.099424399s) from=10.233.68.190:60352 2021/10/01 06:25:18 [DEBUG] http: Request GET /v1/status/leader (370.136362ms) from=10.233.68.190:42048 2021/10/01 06:25:24 [DEBUG] http: Request GET /v1/status/leader (507.392µs) from=10.233.67.135:43134 2021/10/01 06:25:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:25:25 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:25:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:25:25 [DEBUG] agent: Node info in sync 2021/10/01 06:25:25 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.854670844s) from=10.233.67.135:56220 2021/10/01 06:25:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.636850798s) from=10.233.67.135:55524 2021/10/01 06:25:38 [DEBUG] http: Request GET /v1/status/leader (990.27µs) from=10.233.68.190:42196 2021/10/01 06:25:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:25:44 [DEBUG] http: Request GET /v1/status/leader (727.254µs) from=10.233.67.135:43388 2021/10/01 06:25:58 [DEBUG] http: Request GET /v1/status/leader (485.967µs) from=10.233.68.190:42334 2021/10/01 06:26:04 [DEBUG] http: Request GET /v1/status/leader (728.683µs) from=10.233.67.135:43610 2021/10/01 06:26:18 [DEBUG] http: Request GET /v1/status/leader (709.827µs) from=10.233.68.190:42474 2021/10/01 06:26:25 [DEBUG] http: Request GET /v1/status/leader (272.103733ms) from=10.233.67.135:43828 2021/10/01 06:26:38 [DEBUG] http: Request GET /v1/status/leader (347.273µs) from=10.233.68.190:42622 2021/10/01 06:26:40 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.113631729s) from=10.233.67.135:55826 2021/10/01 06:26:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:26:45 [DEBUG] http: Request GET /v1/status/leader (967.16µs) from=10.233.67.135:44054 2021/10/01 06:26:53 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.80688503s) from=10.233.68.190:60114 2021/10/01 06:26:56 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:26:58 [DEBUG] http: Request GET /v1/status/leader (717.528µs) from=10.233.68.190:42764 2021/10/01 06:27:05 [DEBUG] http: Request GET /v1/status/leader (192.697µs) from=10.233.67.135:44282 2021/10/01 06:27:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:27:09 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:27:09 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:27:09 [DEBUG] agent: Node info in sync 2021/10/01 06:27:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.052808378s) from=10.233.68.190:59636 2021/10/01 06:27:18 [DEBUG] http: Request GET /v1/status/leader (2.698052ms) from=10.233.68.190:42906 2021/10/01 06:27:20 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.512390818s) from=10.233.68.190:60352 2021/10/01 06:27:25 [DEBUG] http: Request GET /v1/status/leader (450.646µs) from=10.233.67.135:44500 2021/10/01 06:27:27 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.700372592s) from=10.233.67.135:55524 2021/10/01 06:27:30 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.812840602s) from=10.233.67.135:56220 2021/10/01 06:27:38 [DEBUG] http: Request GET /v1/status/leader (170.299µs) from=10.233.68.190:43056 2021/10/01 06:27:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:27:45 [DEBUG] http: Request GET /v1/status/leader (836.8µs) from=10.233.67.135:44720 2021/10/01 06:27:58 [DEBUG] http: Request GET /v1/status/leader (656.673µs) from=10.233.68.190:43200 2021/10/01 06:28:05 [DEBUG] http: Request GET /v1/status/leader (237.668µs) from=10.233.67.135:44944 2021/10/01 06:28:18 [DEBUG] http: Request GET /v1/status/leader (698.645µs) from=10.233.68.190:43344 2021/10/01 06:28:25 [DEBUG] http: Request GET /v1/status/leader (517.229µs) from=10.233.67.135:45170 2021/10/01 06:28:30 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:28:30 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:28:30 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:28:30 [DEBUG] agent: Node info in sync 2021/10/01 06:28:38 [DEBUG] http: Request GET /v1/status/leader (346.502µs) from=10.233.68.190:43488 2021/10/01 06:28:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:28:45 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.020101652s) from=10.233.67.135:55826 2021/10/01 06:28:45 [DEBUG] http: Request GET /v1/status/leader (464.598µs) from=10.233.67.135:45390 2021/10/01 06:28:55 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.029514238s) from=10.233.68.190:60114 2021/10/01 06:28:58 [DEBUG] http: Request GET /v1/status/leader (714.496µs) from=10.233.68.190:43630 2021/10/01 06:29:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:29:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:29:05 [DEBUG] http: Request GET /v1/status/leader (515.397µs) from=10.233.67.135:45636 2021/10/01 06:29:05 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:29:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:29:05 [DEBUG] agent: Node info in sync 2021/10/01 06:29:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:29:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:29:05 [DEBUG] agent: Node info in sync 2021/10/01 06:29:05 [DEBUG] http: Request PUT /v1/agent/service/register (280.863727ms) from=10.233.67.219:53186 2021/10/01 06:29:05 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (3.09367ms) from=10.233.67.219:53190 2021/10/01 06:29:12 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:29:18 [DEBUG] http: Request GET /v1/status/leader (225.963µs) from=10.233.68.190:43772 2021/10/01 06:29:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.519669391s) from=10.233.68.190:59636 2021/10/01 06:29:25 [DEBUG] http: Request GET /v1/status/leader (1.197358ms) from=10.233.67.135:45862 2021/10/01 06:29:25 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.431990166s) from=10.233.68.190:60352 2021/10/01 06:29:34 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.126473972s) from=10.233.67.135:55524 2021/10/01 06:29:36 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.039010972s) from=10.233.67.135:56220 2021/10/01 06:29:38 [DEBUG] http: Request GET /v1/status/leader (210.626µs) from=10.233.68.190:43920 2021/10/01 06:29:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:29:45 [DEBUG] http: Request GET /v1/status/leader (263.252µs) from=10.233.67.135:46090 2021/10/01 06:29:49 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:29:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:29:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:29:49 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:29:49 [DEBUG] agent: Node info in sync 2021/10/01 06:29:49 [DEBUG] http: Request PUT /v1/agent/service/register (94.948483ms) from=10.233.67.219:53686 2021/10/01 06:29:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:29:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:29:49 [DEBUG] agent: Node info in sync 2021/10/01 06:29:49 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (520.334µs) from=10.233.67.219:53688 2021/10/01 06:29:58 [DEBUG] http: Request GET /v1/status/leader (485.105µs) from=10.233.68.190:44064 2021/10/01 06:30:05 [DEBUG] http: Request GET /v1/status/leader (799.586µs) from=10.233.67.135:46324 2021/10/01 06:30:18 [DEBUG] http: Request GET /v1/status/leader (553.004µs) from=10.233.68.190:44200 2021/10/01 06:30:25 [DEBUG] http: Request GET /v1/status/leader (228.393µs) from=10.233.67.135:46548 2021/10/01 06:30:39 [DEBUG] http: Request GET /v1/status/leader (458.784374ms) from=10.233.68.190:44346 2021/10/01 06:30:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:30:45 [DEBUG] http: Request GET /v1/status/leader (321.767µs) from=10.233.67.135:46772 2021/10/01 06:30:50 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.696391564s) from=10.233.67.135:55826 2021/10/01 06:30:59 [DEBUG] http: Request GET /v1/status/leader (337.99µs) from=10.233.68.190:44486 2021/10/01 06:31:00 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.480713637s) from=10.233.68.190:60114 2021/10/01 06:31:05 [DEBUG] http: Request GET /v1/status/leader (890.045µs) from=10.233.67.135:46996 2021/10/01 06:31:07 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:31:07 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:31:07 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:31:07 [DEBUG] agent: Node info in sync 2021/10/01 06:31:19 [DEBUG] http: Request GET /v1/status/leader (717.842µs) from=10.233.68.190:44630 2021/10/01 06:31:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.082004016s) from=10.233.68.190:59636 2021/10/01 06:31:25 [DEBUG] http: Request GET /v1/status/leader (355.963µs) from=10.233.67.135:47248 2021/10/01 06:31:29 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.258517662s) from=10.233.68.190:60352 2021/10/01 06:31:35 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.756815942s) from=10.233.67.135:55524 2021/10/01 06:31:39 [DEBUG] http: Request GET /v1/status/leader (368.352µs) from=10.233.68.190:44768 2021/10/01 06:31:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:31:41 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.687128057s) from=10.233.67.135:56220 2021/10/01 06:31:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:31:45 [DEBUG] http: Request GET /v1/status/leader (786.829µs) from=10.233.67.135:47474 2021/10/01 06:31:59 [DEBUG] http: Request GET /v1/status/leader (1.545385ms) from=10.233.68.190:44914 2021/10/01 06:32:05 [DEBUG] http: Request GET /v1/status/leader (465.414µs) from=10.233.67.135:47694 2021/10/01 06:32:19 [DEBUG] http: Request GET /v1/status/leader (1.176523ms) from=10.233.68.190:45058 2021/10/01 06:32:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:32:20 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:32:20 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:32:20 [DEBUG] agent: Node info in sync 2021/10/01 06:32:25 [DEBUG] http: Request GET /v1/status/leader (720.265µs) from=10.233.67.135:47922 2021/10/01 06:32:39 [DEBUG] http: Request GET /v1/status/leader (794.61µs) from=10.233.68.190:45196 2021/10/01 06:32:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:32:45 [DEBUG] http: Request GET /v1/status/leader (202.707µs) from=10.233.67.135:48144 2021/10/01 06:32:53 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.12611739s) from=10.233.67.135:55826 2021/10/01 06:32:59 [DEBUG] http: Request GET /v1/status/leader (302.718µs) from=10.233.68.190:45340 2021/10/01 06:33:05 [DEBUG] http: Request GET /v1/status/leader (178.629µs) from=10.233.67.135:48368 2021/10/01 06:33:07 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.206507839s) from=10.233.68.190:60114 2021/10/01 06:33:19 [DEBUG] http: Request GET /v1/status/leader (917.146µs) from=10.233.68.190:45486 2021/10/01 06:33:25 [DEBUG] http: Request GET /v1/status/leader (685.984µs) from=10.233.67.135:48592 2021/10/01 06:33:27 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.443433114s) from=10.233.68.190:59636 2021/10/01 06:33:29 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.688352972s) from=10.233.68.190:60352 2021/10/01 06:33:31 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:33:31 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:33:31 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:33:31 [DEBUG] agent: Node info in sync 2021/10/01 06:33:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.488457555s) from=10.233.67.135:55524 2021/10/01 06:33:39 [DEBUG] http: Request GET /v1/status/leader (1.506384ms) from=10.233.68.190:45626 2021/10/01 06:33:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:33:45 [DEBUG] http: Request GET /v1/status/leader (462.547µs) from=10.233.67.135:48810 2021/10/01 06:33:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.159637022s) from=10.233.67.135:56220 2021/10/01 06:33:59 [DEBUG] http: Request GET /v1/status/leader (171.268µs) from=10.233.68.190:45768 2021/10/01 06:34:05 [DEBUG] http: Request GET /v1/status/leader (224.043µs) from=10.233.67.135:49044 2021/10/01 06:34:19 [DEBUG] http: Request GET /v1/status/leader (184.866µs) from=10.233.68.190:45910 2021/10/01 06:34:21 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:34:21 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:34:21 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:34:21 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:34:22 [DEBUG] agent: Node info in sync 2021/10/01 06:34:22 [DEBUG] http: Request PUT /v1/agent/service/register (199.95127ms) from=10.233.67.219:56800 2021/10/01 06:34:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:34:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:34:22 [DEBUG] agent: Node info in sync 2021/10/01 06:34:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.832596ms) from=10.233.67.219:56806 2021/10/01 06:34:25 [DEBUG] http: Request GET /v1/status/leader (393.132µs) from=10.233.67.135:49304 2021/10/01 06:34:39 [DEBUG] http: Request GET /v1/status/leader (507.256µs) from=10.233.68.190:46054 2021/10/01 06:34:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:34:42 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:34:45 [DEBUG] http: Request GET /v1/status/leader (1.417848ms) from=10.233.67.135:49524 2021/10/01 06:34:56 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.840033686s) from=10.233.67.135:55826 2021/10/01 06:34:59 [DEBUG] http: Request GET /v1/status/leader (333.097µs) from=10.233.68.190:46208 2021/10/01 06:35:05 [DEBUG] http: Request GET /v1/status/leader (341.365µs) from=10.233.67.135:49748 2021/10/01 06:35:12 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.279216538s) from=10.233.68.190:60114 2021/10/01 06:35:19 [DEBUG] http: Request GET /v1/status/leader (412.172µs) from=10.233.68.190:46356 2021/10/01 06:35:26 [DEBUG] http: Request GET /v1/status/leader (436.823µs) from=10.233.67.135:49970 2021/10/01 06:35:29 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.2104031s) from=10.233.68.190:59636 2021/10/01 06:35:31 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:35:31 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:35:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:35:32 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:35:32 [DEBUG] agent: Node info in sync 2021/10/01 06:35:32 [DEBUG] http: Request PUT /v1/agent/service/register (444.070138ms) from=10.233.67.219:57586 2021/10/01 06:35:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:35:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:35:32 [DEBUG] agent: Node info in sync 2021/10/01 06:35:32 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.28987ms) from=10.233.67.219:57598 2021/10/01 06:35:36 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.955785145s) from=10.233.68.190:60352 2021/10/01 06:35:39 [DEBUG] http: Request GET /v1/status/leader (302.839µs) from=10.233.68.190:46496 2021/10/01 06:35:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:35:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.800624922s) from=10.233.67.135:55524 2021/10/01 06:35:46 [DEBUG] http: Request GET /v1/status/leader (565.661µs) from=10.233.67.135:50192 2021/10/01 06:35:52 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.819500443s) from=10.233.67.135:56220 2021/10/01 06:35:59 [DEBUG] http: Request GET /v1/status/leader (475.712µs) from=10.233.68.190:46640 2021/10/01 06:36:06 [DEBUG] http: Request GET /v1/status/leader (2.085254ms) from=10.233.67.135:50416 2021/10/01 06:36:19 [DEBUG] http: Request GET /v1/status/leader (724.971µs) from=10.233.68.190:46790 2021/10/01 06:36:26 [DEBUG] http: Request GET /v1/status/leader (336.782µs) from=10.233.67.135:50638 2021/10/01 06:36:39 [DEBUG] http: Request GET /v1/status/leader (643.845µs) from=10.233.68.190:46930 2021/10/01 06:36:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:36:46 [DEBUG] http: Request GET /v1/status/leader (340.064µs) from=10.233.67.135:50856 2021/10/01 06:36:47 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:36:47 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:36:47 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:36:47 [DEBUG] agent: Node info in sync 2021/10/01 06:36:59 [DEBUG] http: Request GET /v1/status/leader (175.272µs) from=10.233.68.190:47072 2021/10/01 06:37:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.295828992s) from=10.233.67.135:55826 2021/10/01 06:37:06 [DEBUG] http: Request GET /v1/status/leader (556.695µs) from=10.233.67.135:51080 2021/10/01 06:37:16 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.926202361s) from=10.233.68.190:60114 2021/10/01 06:37:19 [DEBUG] http: Request GET /v1/status/leader (2.010043ms) from=10.233.68.190:47216 2021/10/01 06:37:26 [DEBUG] http: Request GET /v1/status/leader (746.378µs) from=10.233.67.135:51306 2021/10/01 06:37:30 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:37:31 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.692974126s) from=10.233.68.190:59636 2021/10/01 06:37:37 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.818896515s) from=10.233.68.190:60352 2021/10/01 06:37:39 [DEBUG] http: Request GET /v1/status/leader (226.549µs) from=10.233.68.190:47366 2021/10/01 06:37:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:37:46 [DEBUG] http: Request GET /v1/status/leader (240.775µs) from=10.233.67.135:51528 2021/10/01 06:37:46 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.418299367s) from=10.233.67.135:55524 2021/10/01 06:37:57 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.002871776s) from=10.233.67.135:56220 2021/10/01 06:37:59 [DEBUG] http: Request GET /v1/status/leader (449.1µs) from=10.233.68.190:47508 2021/10/01 06:38:06 [DEBUG] http: Request GET /v1/status/leader (624.368µs) from=10.233.67.135:51750 2021/10/01 06:38:19 [DEBUG] http: Request GET /v1/status/leader (1.017059ms) from=10.233.68.190:47654 2021/10/01 06:38:26 [DEBUG] http: Request GET /v1/status/leader (444.592µs) from=10.233.67.135:51974 2021/10/01 06:38:28 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:38:28 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:38:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:38:28 [DEBUG] agent: Node info in sync 2021/10/01 06:38:39 [DEBUG] http: Request GET /v1/status/leader (571.058µs) from=10.233.68.190:47796 2021/10/01 06:38:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:38:46 [DEBUG] http: Request GET /v1/status/leader (465.481µs) from=10.233.67.135:52196 2021/10/01 06:38:59 [DEBUG] http: Request GET /v1/status/leader (282.772µs) from=10.233.68.190:47934 2021/10/01 06:39:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.04937326s) from=10.233.67.135:55826 2021/10/01 06:39:06 [DEBUG] http: Request GET /v1/status/leader (233.106µs) from=10.233.67.135:52420 2021/10/01 06:39:19 [DEBUG] http: Request GET /v1/status/leader (737.146µs) from=10.233.68.190:48076 2021/10/01 06:39:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.177007532s) from=10.233.68.190:60114 2021/10/01 06:39:26 [DEBUG] http: Request GET /v1/status/leader (251.575µs) from=10.233.67.135:52644 2021/10/01 06:39:33 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:39:33 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:39:33 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:39:33 [DEBUG] agent: Node info in sync 2021/10/01 06:39:33 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.840437559s) from=10.233.68.190:59636 2021/10/01 06:39:37 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:39:37 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:39:37 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:39:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:39:37 [DEBUG] agent: Node info in sync 2021/10/01 06:39:37 [DEBUG] http: Request PUT /v1/agent/service/register (113.410989ms) from=10.233.67.219:60330 2021/10/01 06:39:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:39:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:39:37 [DEBUG] agent: Node info in sync 2021/10/01 06:39:37 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (952.741µs) from=10.233.67.219:60332 2021/10/01 06:39:39 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.53778122s) from=10.233.68.190:60352 2021/10/01 06:39:39 [DEBUG] http: Request GET /v1/status/leader (746.856µs) from=10.233.68.190:48220 2021/10/01 06:39:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:39:46 [DEBUG] http: Request GET /v1/status/leader (224.516µs) from=10.233.67.135:52888 2021/10/01 06:39:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.466713093s) from=10.233.67.135:55524 2021/10/01 06:39:59 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.203915526s) from=10.233.67.135:56220 2021/10/01 06:39:59 [DEBUG] http: Request GET /v1/status/leader (104.980495ms) from=10.233.68.190:48360 2021/10/01 06:40:05 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:40:06 [DEBUG] http: Request GET /v1/status/leader (325.894µs) from=10.233.67.135:53112 2021/10/01 06:40:19 [DEBUG] http: Request GET /v1/status/leader (1.238613ms) from=10.233.68.190:48506 2021/10/01 06:40:26 [DEBUG] http: Request GET /v1/status/leader (202.336µs) from=10.233.67.135:53352 2021/10/01 06:40:39 [DEBUG] http: Request GET /v1/status/leader (838.78µs) from=10.233.68.190:48644 2021/10/01 06:40:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:40:46 [DEBUG] http: Request GET /v1/status/leader (716.202µs) from=10.233.67.135:53580 2021/10/01 06:40:59 [DEBUG] http: Request GET /v1/status/leader (663.028µs) from=10.233.68.190:48794 2021/10/01 06:41:06 [DEBUG] http: Request GET /v1/status/leader (395.143µs) from=10.233.67.135:53810 2021/10/01 06:41:12 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.499136354s) from=10.233.67.135:55826 2021/10/01 06:41:14 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:41:14 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:41:14 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:41:14 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:41:14 [DEBUG] agent: Node info in sync 2021/10/01 06:41:14 [DEBUG] http: Request PUT /v1/agent/service/register (152.450135ms) from=10.233.67.219:33240 2021/10/01 06:41:14 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:41:14 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:41:14 [DEBUG] agent: Node info in sync 2021/10/01 06:41:14 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (514.555µs) from=10.233.67.219:33244 2021/10/01 06:41:19 [DEBUG] http: Request GET /v1/status/leader (264.916µs) from=10.233.68.190:48938 2021/10/01 06:41:26 [DEBUG] http: Request GET /v1/status/leader (822.907µs) from=10.233.67.135:54050 2021/10/01 06:41:28 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.313941519s) from=10.233.68.190:60114 2021/10/01 06:41:39 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.175419731s) from=10.233.68.190:59636 2021/10/01 06:41:39 [DEBUG] http: Request GET /v1/status/leader (804.984µs) from=10.233.68.190:49076 2021/10/01 06:41:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:41:45 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.929251389s) from=10.233.68.190:60352 2021/10/01 06:41:46 [DEBUG] http: Request GET /v1/status/leader (1.185816ms) from=10.233.67.135:54274 2021/10/01 06:41:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.993516227s) from=10.233.67.135:55524 2021/10/01 06:41:59 [DEBUG] http: Request GET /v1/status/leader (240.867µs) from=10.233.68.190:49220 2021/10/01 06:42:04 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.865515327s) from=10.233.67.135:56220 2021/10/01 06:42:07 [DEBUG] http: Request GET /v1/status/leader (492.066µs) from=10.233.67.135:54506 2021/10/01 06:42:19 [DEBUG] http: Request GET /v1/status/leader (486.894µs) from=10.233.68.190:49370 2021/10/01 06:42:27 [DEBUG] http: Request GET /v1/status/leader (1.041291ms) from=10.233.67.135:54734 2021/10/01 06:42:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:42:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:42:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:42:37 [DEBUG] agent: Node info in sync 2021/10/01 06:42:39 [DEBUG] http: Request GET /v1/status/leader (2.025455ms) from=10.233.68.190:49512 2021/10/01 06:42:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:42:47 [DEBUG] http: Request GET /v1/status/leader (827.038µs) from=10.233.67.135:54958 2021/10/01 06:42:59 [DEBUG] http: Request GET /v1/status/leader (215.395µs) from=10.233.68.190:49656 2021/10/01 06:43:05 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:43:07 [DEBUG] http: Request GET /v1/status/leader (376µs) from=10.233.67.135:55190 2021/10/01 06:43:16 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.147782004s) from=10.233.67.135:55826 2021/10/01 06:43:19 [DEBUG] http: Request GET /v1/status/leader (649.502µs) from=10.233.68.190:49800 2021/10/01 06:43:27 [DEBUG] http: Request GET /v1/status/leader (478.16µs) from=10.233.67.135:55424 2021/10/01 06:43:34 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.185701545s) from=10.233.68.190:60114 2021/10/01 06:43:39 [DEBUG] http: Request GET /v1/status/leader (1.585427ms) from=10.233.68.190:49942 2021/10/01 06:43:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:43:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.820149468s) from=10.233.68.190:59636 2021/10/01 06:43:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:43:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:43:46 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:43:46 [DEBUG] agent: Node info in sync 2021/10/01 06:43:47 [DEBUG] http: Request GET /v1/status/leader (809.909µs) from=10.233.67.135:55648 2021/10/01 06:43:51 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.61233461s) from=10.233.68.190:60352 2021/10/01 06:43:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.308057224s) from=10.233.67.135:55524 2021/10/01 06:43:59 [DEBUG] http: Request GET /v1/status/leader (487.652µs) from=10.233.68.190:50086 2021/10/01 06:44:07 [DEBUG] http: Request GET /v1/status/leader (224.389µs) from=10.233.67.135:55882 2021/10/01 06:44:08 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.515105798s) from=10.233.67.135:56220 2021/10/01 06:44:19 [DEBUG] http: Request GET /v1/status/leader (550.703µs) from=10.233.68.190:50230 2021/10/01 06:44:27 [DEBUG] http: Request GET /v1/status/leader (661.72µs) from=10.233.67.135:56130 2021/10/01 06:44:39 [DEBUG] http: Request GET /v1/status/leader (657.82µs) from=10.233.68.190:50370 2021/10/01 06:44:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:44:47 [DEBUG] http: Request GET /v1/status/leader (939.27µs) from=10.233.67.135:56364 2021/10/01 06:44:48 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:44:48 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:44:49 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:44:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:44:49 [DEBUG] agent: Node info in sync 2021/10/01 06:44:49 [DEBUG] http: Request PUT /v1/agent/service/register (205.711199ms) from=10.233.67.219:35720 2021/10/01 06:44:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:44:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:44:49 [DEBUG] agent: Node info in sync 2021/10/01 06:44:49 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (2.007746ms) from=10.233.67.219:35726 2021/10/01 06:44:59 [DEBUG] http: Request GET /v1/status/leader (357.208µs) from=10.233.68.190:50518 2021/10/01 06:45:07 [DEBUG] http: Request GET /v1/status/leader (343.357µs) from=10.233.67.135:56612 2021/10/01 06:45:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:45:19 [DEBUG] http: Request GET /v1/status/leader (763.725µs) from=10.233.68.190:50662 2021/10/01 06:45:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.444920866s) from=10.233.67.135:55826 2021/10/01 06:45:27 [DEBUG] http: Request GET /v1/status/leader (494.346µs) from=10.233.67.135:56848 2021/10/01 06:45:39 [DEBUG] http: Request GET /v1/status/leader (470.752µs) from=10.233.68.190:50806 2021/10/01 06:45:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:45:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.38121342s) from=10.233.68.190:60114 2021/10/01 06:45:46 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.474825135s) from=10.233.68.190:59636 2021/10/01 06:45:47 [DEBUG] http: Request GET /v1/status/leader (331.929µs) from=10.233.67.135:57074 2021/10/01 06:45:57 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.57510598s) from=10.233.68.190:60352 2021/10/01 06:45:59 [DEBUG] http: Request GET /v1/status/leader (1.223124ms) from=10.233.68.190:50950 2021/10/01 06:46:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.75953457s) from=10.233.67.135:55524 2021/10/01 06:46:07 [DEBUG] http: Request GET /v1/status/leader (584.813µs) from=10.233.67.135:57308 2021/10/01 06:46:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.056353627s) from=10.233.67.135:56220 2021/10/01 06:46:19 [DEBUG] http: Request GET /v1/status/leader (1.810652ms) from=10.233.68.190:51090 2021/10/01 06:46:27 [DEBUG] http: Request GET /v1/status/leader (844.303µs) from=10.233.67.135:57540 2021/10/01 06:46:39 [DEBUG] http: Request GET /v1/status/leader (626.195µs) from=10.233.68.190:51232 2021/10/01 06:46:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:46:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:46:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:46:46 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:46:46 [DEBUG] agent: Node info in sync 2021/10/01 06:46:47 [DEBUG] http: Request GET /v1/status/leader (808.804µs) from=10.233.67.135:57770 2021/10/01 06:46:59 [DEBUG] http: Request GET /v1/status/leader (424.099µs) from=10.233.68.190:51378 2021/10/01 06:47:03 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:47:03 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:47:03 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:47:03 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:47:03 [DEBUG] agent: Node info in sync 2021/10/01 06:47:03 [DEBUG] http: Request PUT /v1/agent/service/register (42.906247ms) from=10.233.67.219:37300 2021/10/01 06:47:03 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:47:03 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:47:03 [DEBUG] agent: Node info in sync 2021/10/01 06:47:03 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (666.119µs) from=10.233.67.219:37302 2021/10/01 06:47:07 [DEBUG] http: Request GET /v1/status/leader (958.74µs) from=10.233.67.135:58014 2021/10/01 06:47:19 [DEBUG] http: Request GET /v1/status/leader (312.944µs) from=10.233.68.190:51522 2021/10/01 06:47:23 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.689532625s) from=10.233.67.135:55826 2021/10/01 06:47:27 [DEBUG] http: Request GET /v1/status/leader (674.493µs) from=10.233.67.135:58246 2021/10/01 06:47:39 [DEBUG] http: Request GET /v1/status/leader (965.077µs) from=10.233.68.190:51668 2021/10/01 06:47:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:47:46 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.898795859s) from=10.233.68.190:60114 2021/10/01 06:47:47 [DEBUG] http: Request GET /v1/status/leader (5.484011ms) from=10.233.67.135:58472 2021/10/01 06:47:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.605002862s) from=10.233.68.190:59636 2021/10/01 06:47:58 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.844884315s) from=10.233.68.190:60352 2021/10/01 06:48:00 [DEBUG] http: Request GET /v1/status/leader (433.931µs) from=10.233.68.190:51820 2021/10/01 06:48:04 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:48:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.962970876s) from=10.233.67.135:55524 2021/10/01 06:48:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:48:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:48:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:48:05 [DEBUG] agent: Node info in sync 2021/10/01 06:48:07 [DEBUG] http: Request GET /v1/status/leader (216.488µs) from=10.233.67.135:58704 2021/10/01 06:48:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.001720253s) from=10.233.67.135:56220 2021/10/01 06:48:20 [DEBUG] http: Request GET /v1/status/leader (942.657µs) from=10.233.68.190:51962 2021/10/01 06:48:27 [DEBUG] http: Request GET /v1/status/leader (596.141µs) from=10.233.67.135:58932 2021/10/01 06:48:40 [DEBUG] http: Request GET /v1/status/leader (714.889µs) from=10.233.68.190:52102 2021/10/01 06:48:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:48:47 [DEBUG] http: Request GET /v1/status/leader (435.028µs) from=10.233.67.135:59156 2021/10/01 06:49:00 [DEBUG] http: Request GET /v1/status/leader (680.223µs) from=10.233.68.190:52250 2021/10/01 06:49:07 [DEBUG] http: Request GET /v1/status/leader (1.828824ms) from=10.233.67.135:59392 2021/10/01 06:49:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:49:08 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:49:08 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:49:08 [DEBUG] agent: Node info in sync 2021/10/01 06:49:20 [DEBUG] http: Request GET /v1/status/leader (975.161µs) from=10.233.68.190:52396 2021/10/01 06:49:25 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.879899377s) from=10.233.67.135:55826 2021/10/01 06:49:27 [DEBUG] http: Request GET /v1/status/leader (322.492µs) from=10.233.67.135:59630 2021/10/01 06:49:40 [DEBUG] http: Request GET /v1/status/leader (340.575µs) from=10.233.68.190:52538 2021/10/01 06:49:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:49:47 [DEBUG] http: Request GET /v1/status/leader (277.788µs) from=10.233.67.135:59852 2021/10/01 06:49:49 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.283309864s) from=10.233.68.190:60114 2021/10/01 06:49:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.935779564s) from=10.233.68.190:59636 2021/10/01 06:50:00 [DEBUG] http: Request GET /v1/status/leader (780.153µs) from=10.233.68.190:52682 2021/10/01 06:50:04 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.157687628s) from=10.233.68.190:60352 2021/10/01 06:50:07 [DEBUG] http: Request GET /v1/status/leader (484.875µs) from=10.233.67.135:60098 2021/10/01 06:50:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.547401586s) from=10.233.67.135:55524 2021/10/01 06:50:14 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:50:14 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:50:14 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:50:14 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:50:14 [DEBUG] agent: Node info in sync 2021/10/01 06:50:14 [DEBUG] http: Request PUT /v1/agent/service/register (48.74232ms) from=10.233.67.219:39520 2021/10/01 06:50:14 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:50:14 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:50:14 [DEBUG] agent: Node info in sync 2021/10/01 06:50:14 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (149.551195ms) from=10.233.67.219:39522 2021/10/01 06:50:19 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:50:20 [DEBUG] http: Request GET /v1/status/leader (350.493µs) from=10.233.68.190:52830 2021/10/01 06:50:22 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.264282801s) from=10.233.67.135:56220 2021/10/01 06:50:27 [DEBUG] http: Request GET /v1/status/leader (207.9µs) from=10.233.67.135:60350 2021/10/01 06:50:40 [DEBUG] http: Request GET /v1/status/leader (1.262173ms) from=10.233.68.190:52970 2021/10/01 06:50:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:50:47 [DEBUG] http: Request GET /v1/status/leader (707.646µs) from=10.233.67.135:60574 2021/10/01 06:51:00 [DEBUG] http: Request GET /v1/status/leader (821.514µs) from=10.233.68.190:53110 2021/10/01 06:51:07 [DEBUG] http: Request GET /v1/status/leader (194.667µs) from=10.233.67.135:60804 2021/10/01 06:51:20 [DEBUG] http: Request GET /v1/status/leader (966.663µs) from=10.233.68.190:53256 2021/10/01 06:51:27 [DEBUG] http: Request GET /v1/status/leader (1.016556ms) from=10.233.67.135:32808 2021/10/01 06:51:32 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.385246306s) from=10.233.67.135:55826 2021/10/01 06:51:39 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:51:39 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:51:39 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:51:39 [DEBUG] agent: Node info in sync 2021/10/01 06:51:40 [DEBUG] http: Request GET /v1/status/leader (333.26µs) from=10.233.68.190:53400 2021/10/01 06:51:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:51:47 [DEBUG] http: Request GET /v1/status/leader (1.05281ms) from=10.233.67.135:33026 2021/10/01 06:51:53 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.294353259s) from=10.233.68.190:60114 2021/10/01 06:51:56 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.920991279s) from=10.233.68.190:59636 2021/10/01 06:52:00 [DEBUG] http: Request GET /v1/status/leader (1.748715ms) from=10.233.68.190:53542 2021/10/01 06:52:05 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.361387573s) from=10.233.68.190:60352 2021/10/01 06:52:07 [DEBUG] http: Request GET /v1/status/leader (591.422µs) from=10.233.67.135:33262 2021/10/01 06:52:17 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.028134525s) from=10.233.67.135:55524 2021/10/01 06:52:20 [DEBUG] http: Request GET /v1/status/leader (200.978µs) from=10.233.68.190:53688 2021/10/01 06:52:23 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.820521237s) from=10.233.67.135:56220 2021/10/01 06:52:27 [DEBUG] http: Request GET /v1/status/leader (230.608µs) from=10.233.67.135:33492 2021/10/01 06:52:40 [DEBUG] http: Request GET /v1/status/leader (329.957µs) from=10.233.68.190:53826 2021/10/01 06:52:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:52:47 [DEBUG] http: Request GET /v1/status/leader (899.166µs) from=10.233.67.135:33712 2021/10/01 06:52:53 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:52:53 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:52:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:52:54 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:52:54 [DEBUG] agent: Node info in sync 2021/10/01 06:52:54 [DEBUG] http: Request PUT /v1/agent/service/register (74.781885ms) from=10.233.67.219:41368 2021/10/01 06:52:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:52:54 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:52:54 [DEBUG] agent: Node info in sync 2021/10/01 06:52:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (22.286631ms) from=10.233.67.219:41370 2021/10/01 06:53:00 [DEBUG] http: Request GET /v1/status/leader (209.561µs) from=10.233.68.190:53974 2021/10/01 06:53:07 [DEBUG] http: Request GET /v1/status/leader (2.463433ms) from=10.233.67.135:33958 2021/10/01 06:53:18 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:53:20 [DEBUG] http: Request GET /v1/status/leader (509.366µs) from=10.233.68.190:54118 2021/10/01 06:53:27 [DEBUG] http: Request GET /v1/status/leader (618.074µs) from=10.233.67.135:34192 2021/10/01 06:53:34 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.004009616s) from=10.233.67.135:55826 2021/10/01 06:53:40 [DEBUG] http: Request GET /v1/status/leader (741.415µs) from=10.233.68.190:54262 2021/10/01 06:53:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:53:47 [DEBUG] http: Request GET /v1/status/leader (2.089866ms) from=10.233.67.135:34416 2021/10/01 06:53:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.367133223s) from=10.233.68.190:59636 2021/10/01 06:53:59 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.714555766s) from=10.233.68.190:60114 2021/10/01 06:54:00 [DEBUG] http: Request GET /v1/status/leader (1.250856ms) from=10.233.68.190:54404 2021/10/01 06:54:05 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.050792277s) from=10.233.68.190:60352 2021/10/01 06:54:07 [DEBUG] http: Request GET /v1/status/leader (209.043µs) from=10.233.67.135:34650 2021/10/01 06:54:20 [DEBUG] http: Request GET /v1/status/leader (736.487µs) from=10.233.68.190:54548 2021/10/01 06:54:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.035205624s) from=10.233.67.135:55524 2021/10/01 06:54:27 [DEBUG] http: Request GET /v1/status/leader (1.690462ms) from=10.233.67.135:34890 2021/10/01 06:54:28 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.246278596s) from=10.233.67.135:56220 2021/10/01 06:54:40 [DEBUG] http: Request GET /v1/status/leader (830.588µs) from=10.233.68.190:54690 2021/10/01 06:54:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:54:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:54:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:54:46 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:54:46 [DEBUG] agent: Node info in sync 2021/10/01 06:54:47 [DEBUG] http: Request GET /v1/status/leader (810.474µs) from=10.233.67.135:35128 2021/10/01 06:55:00 [DEBUG] http: Request GET /v1/status/leader (577.688µs) from=10.233.68.190:54832 2021/10/01 06:55:07 [DEBUG] http: Request GET /v1/status/leader (232.423µs) from=10.233.67.135:35362 2021/10/01 06:55:20 [DEBUG] http: Request GET /v1/status/leader (699.049µs) from=10.233.68.190:54976 2021/10/01 06:55:27 [DEBUG] http: Request GET /v1/status/leader (556.963µs) from=10.233.67.135:35600 2021/10/01 06:55:32 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:55:32 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:55:32 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 06:55:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:55:32 [DEBUG] agent: Node info in sync 2021/10/01 06:55:32 [DEBUG] http: Request PUT /v1/agent/service/register (92.950291ms) from=10.233.67.219:43232 2021/10/01 06:55:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:55:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:55:32 [DEBUG] agent: Node info in sync 2021/10/01 06:55:32 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (931.405µs) from=10.233.67.219:43234 2021/10/01 06:55:36 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:55:40 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.905670786s) from=10.233.67.135:55826 2021/10/01 06:55:40 [DEBUG] http: Request GET /v1/status/leader (187.056µs) from=10.233.68.190:55118 2021/10/01 06:55:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:55:47 [DEBUG] http: Request GET /v1/status/leader (2.454095ms) from=10.233.67.135:35840 2021/10/01 06:55:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.312151231s) from=10.233.68.190:59636 2021/10/01 06:56:00 [DEBUG] http: Request GET /v1/status/leader (388.553µs) from=10.233.68.190:55264 2021/10/01 06:56:02 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.048917454s) from=10.233.68.190:60114 2021/10/01 06:56:07 [DEBUG] http: Request GET /v1/status/leader (407.261µs) from=10.233.67.135:36078 2021/10/01 06:56:12 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.226020533s) from=10.233.68.190:60352 2021/10/01 06:56:20 [DEBUG] http: Request GET /v1/status/leader (860.822µs) from=10.233.68.190:55408 2021/10/01 06:56:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.647243413s) from=10.233.67.135:55524 2021/10/01 06:56:27 [DEBUG] http: Request GET /v1/status/leader (436.376µs) from=10.233.67.135:36308 2021/10/01 06:56:33 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.36423561s) from=10.233.67.135:56220 2021/10/01 06:56:40 [DEBUG] http: Request GET /v1/status/leader (684.986µs) from=10.233.68.190:55546 2021/10/01 06:56:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:56:47 [DEBUG] http: Request GET /v1/status/leader (423.867µs) from=10.233.67.135:36530 2021/10/01 06:57:00 [DEBUG] http: Request GET /v1/status/leader (179.909µs) from=10.233.68.190:55692 2021/10/01 06:57:07 [DEBUG] http: Request GET /v1/status/leader (552.153µs) from=10.233.67.135:36766 2021/10/01 06:57:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:57:20 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:57:20 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:57:20 [DEBUG] agent: Node info in sync 2021/10/01 06:57:20 [DEBUG] http: Request GET /v1/status/leader (599.066µs) from=10.233.68.190:55840 2021/10/01 06:57:27 [DEBUG] http: Request GET /v1/status/leader (268.428µs) from=10.233.67.135:37000 2021/10/01 06:57:40 [DEBUG] http: Request GET /v1/status/leader (415.818µs) from=10.233.68.190:55984 2021/10/01 06:57:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:57:41 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.705044095s) from=10.233.67.135:55826 2021/10/01 06:57:47 [DEBUG] http: Request GET /v1/status/leader (2.029043ms) from=10.233.67.135:37224 2021/10/01 06:58:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.535096966s) from=10.233.68.190:59636 2021/10/01 06:58:00 [DEBUG] http: Request GET /v1/status/leader (392.772µs) from=10.233.68.190:56136 2021/10/01 06:58:07 [DEBUG] http: Request GET /v1/status/leader (818.894µs) from=10.233.67.135:37464 2021/10/01 06:58:09 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.722397812s) from=10.233.68.190:60114 2021/10/01 06:58:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.96626081s) from=10.233.68.190:60352 2021/10/01 06:58:19 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 06:58:20 [DEBUG] http: Request GET /v1/status/leader (659.778µs) from=10.233.68.190:56278 2021/10/01 06:58:28 [DEBUG] http: Request GET /v1/status/leader (164.05µs) from=10.233.67.135:37698 2021/10/01 06:58:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.731082157s) from=10.233.67.135:55524 2021/10/01 06:58:38 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.5906305s) from=10.233.67.135:56220 2021/10/01 06:58:40 [DEBUG] http: Request GET /v1/status/leader (875.196µs) from=10.233.68.190:56420 2021/10/01 06:58:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:58:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 06:58:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:58:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:58:43 [DEBUG] agent: Node info in sync 2021/10/01 06:58:43 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:58:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 06:58:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:58:43 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 06:58:43 [DEBUG] agent: Node info in sync 2021/10/01 06:58:43 [DEBUG] http: Request PUT /v1/agent/service/register (37.544889ms) from=10.233.67.219:45442 2021/10/01 06:58:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 06:58:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 06:58:43 [DEBUG] agent: Node info in sync 2021/10/01 06:58:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (53.968499ms) from=10.233.67.219:45444 2021/10/01 06:58:48 [DEBUG] http: Request GET /v1/status/leader (479.037µs) from=10.233.67.135:37934 2021/10/01 06:59:00 [DEBUG] http: Request GET /v1/status/leader (3.716275ms) from=10.233.68.190:56560 2021/10/01 06:59:08 [DEBUG] http: Request GET /v1/status/leader (721.054µs) from=10.233.67.135:38170 2021/10/01 06:59:20 [DEBUG] http: Request GET /v1/status/leader (196.762µs) from=10.233.68.190:56706 2021/10/01 06:59:28 [DEBUG] http: Request GET /v1/status/leader (322.356µs) from=10.233.67.135:38402 2021/10/01 06:59:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 06:59:41 [DEBUG] http: Request GET /v1/status/leader (362.839577ms) from=10.233.68.190:56850 2021/10/01 06:59:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.723964674s) from=10.233.67.135:55826 2021/10/01 06:59:48 [DEBUG] http: Request GET /v1/status/leader (629.442µs) from=10.233.67.135:38624 2021/10/01 07:00:01 [DEBUG] http: Request GET /v1/status/leader (571.288µs) from=10.233.68.190:56998 2021/10/01 07:00:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.879080103s) from=10.233.68.190:59636 2021/10/01 07:00:07 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:00:07 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:00:07 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:00:07 [DEBUG] agent: Node info in sync 2021/10/01 07:00:08 [DEBUG] http: Request GET /v1/status/leader (234.682µs) from=10.233.67.135:38862 2021/10/01 07:00:12 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.845395318s) from=10.233.68.190:60114 2021/10/01 07:00:21 [DEBUG] http: Request GET /v1/status/leader (552.384µs) from=10.233.68.190:57142 2021/10/01 07:00:22 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.065618487s) from=10.233.68.190:60352 2021/10/01 07:00:28 [DEBUG] http: Request GET /v1/status/leader (1.292297ms) from=10.233.67.135:39092 2021/10/01 07:00:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.949787728s) from=10.233.67.135:55524 2021/10/01 07:00:38 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.359836984s) from=10.233.67.135:56220 2021/10/01 07:00:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:00:41 [DEBUG] http: Request GET /v1/status/leader (237.16µs) from=10.233.68.190:57280 2021/10/01 07:00:45 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:00:45 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:00:45 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:00:45 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:00:45 [DEBUG] agent: Node info in sync 2021/10/01 07:00:45 [DEBUG] http: Request PUT /v1/agent/service/register (68.021661ms) from=10.233.67.219:46864 2021/10/01 07:00:45 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:00:45 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:00:45 [DEBUG] agent: Node info in sync 2021/10/01 07:00:45 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (867.902µs) from=10.233.67.219:46868 2021/10/01 07:00:48 [DEBUG] http: Request GET /v1/status/leader (1.271159ms) from=10.233.67.135:39342 2021/10/01 07:01:01 [DEBUG] http: Request GET /v1/status/leader (288.089µs) from=10.233.68.190:57426 2021/10/01 07:01:08 [DEBUG] http: Request GET /v1/status/leader (1.451885ms) from=10.233.67.135:39574 2021/10/01 07:01:15 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:01:21 [DEBUG] http: Request GET /v1/status/leader (27.730074ms) from=10.233.68.190:57572 2021/10/01 07:01:28 [DEBUG] http: Request GET /v1/status/leader (598.721µs) from=10.233.67.135:39806 2021/10/01 07:01:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:01:41 [DEBUG] http: Request GET /v1/status/leader (177.832µs) from=10.233.68.190:57714 2021/10/01 07:01:47 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.82068503s) from=10.233.67.135:55826 2021/10/01 07:01:48 [DEBUG] http: Request GET /v1/status/leader (172.806µs) from=10.233.67.135:40030 2021/10/01 07:01:52 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:01:52 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:01:52 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:01:52 [DEBUG] agent: Node info in sync 2021/10/01 07:02:01 [DEBUG] http: Request GET /v1/status/leader (866.101µs) from=10.233.68.190:57860 2021/10/01 07:02:08 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.97707201s) from=10.233.68.190:59636 2021/10/01 07:02:08 [DEBUG] http: Request GET /v1/status/leader (636.371µs) from=10.233.67.135:40272 2021/10/01 07:02:14 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.187699964s) from=10.233.68.190:60114 2021/10/01 07:02:21 [DEBUG] http: Request GET /v1/status/leader (409.094µs) from=10.233.68.190:58002 2021/10/01 07:02:28 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.971591606s) from=10.233.68.190:60352 2021/10/01 07:02:28 [DEBUG] http: Request GET /v1/status/leader (617.493µs) from=10.233.67.135:40504 2021/10/01 07:02:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:02:41 [DEBUG] http: Request GET /v1/status/leader (1.168203ms) from=10.233.68.190:58142 2021/10/01 07:02:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.646985116s) from=10.233.67.135:55524 2021/10/01 07:02:44 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.830745525s) from=10.233.67.135:56220 2021/10/01 07:02:48 [DEBUG] http: Request GET /v1/status/leader (96.812768ms) from=10.233.67.135:40730 2021/10/01 07:03:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:03:00 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:03:00 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:03:00 [DEBUG] agent: Node info in sync 2021/10/01 07:03:01 [DEBUG] http: Request GET /v1/status/leader (797.401µs) from=10.233.68.190:58282 2021/10/01 07:03:08 [DEBUG] http: Request GET /v1/status/leader (214.042µs) from=10.233.67.135:40966 2021/10/01 07:03:21 [DEBUG] http: Request GET /v1/status/leader (721.266µs) from=10.233.68.190:58424 2021/10/01 07:03:25 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:03:28 [DEBUG] http: Request GET /v1/status/leader (23.054816ms) from=10.233.67.135:41196 2021/10/01 07:03:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:03:41 [DEBUG] http: Request GET /v1/status/leader (176.586µs) from=10.233.68.190:58566 2021/10/01 07:03:47 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.062901131s) from=10.233.67.135:55826 2021/10/01 07:03:48 [DEBUG] http: Request GET /v1/status/leader (968.201µs) from=10.233.67.135:41416 2021/10/01 07:04:01 [DEBUG] http: Request GET /v1/status/leader (169.479µs) from=10.233.68.190:58712 2021/10/01 07:04:08 [DEBUG] http: Request GET /v1/status/leader (473.168µs) from=10.233.67.135:41654 2021/10/01 07:04:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.419730313s) from=10.233.68.190:59636 2021/10/01 07:04:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:04:12 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:04:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:04:12 [DEBUG] agent: Node info in sync 2021/10/01 07:04:17 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.933398493s) from=10.233.68.190:60114 2021/10/01 07:04:21 [DEBUG] http: Request GET /v1/status/leader (762.269µs) from=10.233.68.190:58866 2021/10/01 07:04:28 [DEBUG] http: Request GET /v1/status/leader (1.106838ms) from=10.233.67.135:41886 2021/10/01 07:04:31 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.263760158s) from=10.233.68.190:60352 2021/10/01 07:04:36 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:04:36 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:04:36 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:04:36 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:04:36 [DEBUG] agent: Node info in sync 2021/10/01 07:04:36 [DEBUG] http: Request PUT /v1/agent/service/register (93.136048ms) from=10.233.67.219:49530 2021/10/01 07:04:36 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:04:36 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:04:36 [DEBUG] agent: Node info in sync 2021/10/01 07:04:36 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (2.360458ms) from=10.233.67.219:49532 2021/10/01 07:04:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:04:41 [DEBUG] http: Request GET /v1/status/leader (296.838µs) from=10.233.68.190:59010 2021/10/01 07:04:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.667342966s) from=10.233.67.135:55524 2021/10/01 07:04:44 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.293195419s) from=10.233.67.135:56220 2021/10/01 07:04:48 [DEBUG] http: Request GET /v1/status/leader (252.96µs) from=10.233.67.135:42128 2021/10/01 07:05:01 [DEBUG] http: Request GET /v1/status/leader (261.787µs) from=10.233.68.190:59160 2021/10/01 07:05:08 [DEBUG] http: Request GET /v1/status/leader (595.025µs) from=10.233.67.135:42370 2021/10/01 07:05:21 [DEBUG] http: Request GET /v1/status/leader (430.931µs) from=10.233.68.190:59304 2021/10/01 07:05:28 [DEBUG] http: Request GET /v1/status/leader (32.008491ms) from=10.233.67.135:42602 2021/10/01 07:05:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:05:41 [DEBUG] http: Request GET /v1/status/leader (863.106µs) from=10.233.68.190:59446 2021/10/01 07:05:48 [DEBUG] http: Request GET /v1/status/leader (361.76µs) from=10.233.67.135:42824 2021/10/01 07:05:51 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.662711081s) from=10.233.67.135:55826 2021/10/01 07:06:01 [DEBUG] http: Request GET /v1/status/leader (707.637µs) from=10.233.68.190:59590 2021/10/01 07:06:06 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:06:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:06:06 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:06:06 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:06:06 [DEBUG] agent: Node info in sync 2021/10/01 07:06:06 [DEBUG] http: Request PUT /v1/agent/service/register (403.908749ms) from=10.233.67.219:50606 2021/10/01 07:06:06 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:06:06 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:06:06 [DEBUG] agent: Node info in sync 2021/10/01 07:06:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (577.49µs) from=10.233.67.219:50610 2021/10/01 07:06:08 [DEBUG] http: Request GET /v1/status/leader (237.095µs) from=10.233.67.135:43082 2021/10/01 07:06:15 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:06:16 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.202126721s) from=10.233.68.190:59636 2021/10/01 07:06:21 [DEBUG] http: Request GET /v1/status/leader (1.410494ms) from=10.233.68.190:59738 2021/10/01 07:06:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.710348975s) from=10.233.68.190:60114 2021/10/01 07:06:29 [DEBUG] http: Request GET /v1/status/leader (888.791µs) from=10.233.67.135:43318 2021/10/01 07:06:34 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.456983117s) from=10.233.68.190:60352 2021/10/01 07:06:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:06:41 [DEBUG] http: Request GET /v1/status/leader (660.127µs) from=10.233.68.190:59878 2021/10/01 07:06:45 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.116382292s) from=10.233.67.135:56220 2021/10/01 07:06:49 [DEBUG] http: Request GET /v1/status/leader (412.734µs) from=10.233.67.135:43544 2021/10/01 07:06:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.645853163s) from=10.233.67.135:55524 2021/10/01 07:07:01 [DEBUG] http: Request GET /v1/status/leader (487.399µs) from=10.233.68.190:60020 2021/10/01 07:07:09 [DEBUG] http: Request GET /v1/status/leader (307.834µs) from=10.233.67.135:43778 2021/10/01 07:07:21 [DEBUG] http: Request GET /v1/status/leader (591.111µs) from=10.233.68.190:60162 2021/10/01 07:07:22 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:07:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:07:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:07:22 [DEBUG] agent: Node info in sync 2021/10/01 07:07:29 [DEBUG] http: Request GET /v1/status/leader (472.518µs) from=10.233.67.135:44012 2021/10/01 07:07:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:07:41 [DEBUG] http: Request GET /v1/status/leader (1.097168ms) from=10.233.68.190:60308 2021/10/01 07:07:49 [DEBUG] http: Request GET /v1/status/leader (207.626µs) from=10.233.67.135:44234 2021/10/01 07:07:55 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.529611151s) from=10.233.67.135:55826 2021/10/01 07:08:01 [DEBUG] http: Request GET /v1/status/leader (403.676µs) from=10.233.68.190:60458 2021/10/01 07:08:09 [DEBUG] http: Request GET /v1/status/leader (220.573µs) from=10.233.67.135:44470 2021/10/01 07:08:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.380674325s) from=10.233.68.190:59636 2021/10/01 07:08:21 [DEBUG] http: Request GET /v1/status/leader (1.036604ms) from=10.233.68.190:60604 2021/10/01 07:08:28 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.741947824s) from=10.233.68.190:60114 2021/10/01 07:08:29 [DEBUG] http: Request GET /v1/status/leader (832.142µs) from=10.233.67.135:44702 2021/10/01 07:08:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:08:41 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.64971193s) from=10.233.68.190:60352 2021/10/01 07:08:41 [DEBUG] http: Request GET /v1/status/leader (681.352µs) from=10.233.68.190:60744 2021/10/01 07:08:45 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:08:45 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:08:45 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:08:45 [DEBUG] agent: Node info in sync 2021/10/01 07:08:45 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.001594394s) from=10.233.67.135:56220 2021/10/01 07:08:49 [DEBUG] http: Request GET /v1/status/leader (230.672µs) from=10.233.67.135:44928 2021/10/01 07:08:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.222690225s) from=10.233.67.135:55524 2021/10/01 07:08:54 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:09:01 [DEBUG] http: Request GET /v1/status/leader (518.265µs) from=10.233.68.190:60892 2021/10/01 07:09:09 [DEBUG] http: Request GET /v1/status/leader (750.771µs) from=10.233.67.135:45160 2021/10/01 07:09:21 [DEBUG] http: Request GET /v1/status/leader (269.716µs) from=10.233.68.190:32804 2021/10/01 07:09:29 [DEBUG] http: Request GET /v1/status/leader (942.139µs) from=10.233.67.135:45400 2021/10/01 07:09:40 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:09:41 [DEBUG] http: Request GET /v1/status/leader (171.846µs) from=10.233.68.190:32948 2021/10/01 07:09:49 [DEBUG] http: Request GET /v1/status/leader (1.125211ms) from=10.233.67.135:45622 2021/10/01 07:09:57 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.258534501s) from=10.233.67.135:55826 2021/10/01 07:10:01 [DEBUG] http: Request GET /v1/status/leader (186.279µs) from=10.233.68.190:33094 2021/10/01 07:10:09 [DEBUG] http: Request GET /v1/status/leader (362.23µs) from=10.233.67.135:45858 2021/10/01 07:10:21 [DEBUG] http: Request GET /v1/status/leader (648.296µs) from=10.233.68.190:33240 2021/10/01 07:10:23 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.823597855s) from=10.233.68.190:59636 2021/10/01 07:10:27 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:10:27 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:10:27 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:10:27 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:10:27 [DEBUG] agent: Node info in sync 2021/10/01 07:10:27 [DEBUG] http: Request PUT /v1/agent/service/register (118.42428ms) from=10.233.67.219:53628 2021/10/01 07:10:27 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:10:27 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:10:27 [DEBUG] agent: Node info in sync 2021/10/01 07:10:27 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (673.453µs) from=10.233.67.219:53636 2021/10/01 07:10:29 [DEBUG] http: Request GET /v1/status/leader (1.019616ms) from=10.233.67.135:46104 2021/10/01 07:10:29 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.060001118s) from=10.233.68.190:60114 2021/10/01 07:10:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:10:41 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.276032636s) from=10.233.68.190:60352 2021/10/01 07:10:41 [DEBUG] http: Request GET /v1/status/leader (442.107µs) from=10.233.68.190:33380 2021/10/01 07:10:49 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.171131026s) from=10.233.67.135:56220 2021/10/01 07:10:49 [DEBUG] http: Request GET /v1/status/leader (178.601µs) from=10.233.67.135:46328 2021/10/01 07:11:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.334347283s) from=10.233.67.135:55524 2021/10/01 07:11:01 [DEBUG] http: Request GET /v1/status/leader (485.453µs) from=10.233.68.190:33526 2021/10/01 07:11:09 [DEBUG] http: Request GET /v1/status/leader (623.102µs) from=10.233.67.135:46564 2021/10/01 07:11:10 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:11:21 [DEBUG] http: Request GET /v1/status/leader (478.505µs) from=10.233.68.190:33666 2021/10/01 07:11:23 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:11:23 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:11:23 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:11:23 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:11:23 [DEBUG] agent: Node info in sync 2021/10/01 07:11:23 [DEBUG] http: Request PUT /v1/agent/service/register (137.143635ms) from=10.233.67.219:54310 2021/10/01 07:11:23 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:11:23 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:11:23 [DEBUG] agent: Node info in sync 2021/10/01 07:11:23 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.210209ms) from=10.233.67.219:54314 2021/10/01 07:11:29 [DEBUG] http: Request GET /v1/status/leader (233.966µs) from=10.233.67.135:46822 2021/10/01 07:11:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:11:41 [DEBUG] http: Request GET /v1/status/leader (631.396µs) from=10.233.68.190:33806 2021/10/01 07:11:49 [DEBUG] http: Request GET /v1/status/leader (262.139µs) from=10.233.67.135:47042 2021/10/01 07:11:57 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.196338408s) from=10.233.67.135:55826 2021/10/01 07:12:01 [DEBUG] http: Request GET /v1/status/leader (186.989µs) from=10.233.68.190:33948 2021/10/01 07:12:09 [DEBUG] http: Request GET /v1/status/leader (219.035µs) from=10.233.67.135:47276 2021/10/01 07:12:21 [DEBUG] http: Request GET /v1/status/leader (772.021µs) from=10.233.68.190:34096 2021/10/01 07:12:24 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.07539433s) from=10.233.68.190:59636 2021/10/01 07:12:29 [DEBUG] http: Request GET /v1/status/leader (723.383µs) from=10.233.67.135:47506 2021/10/01 07:12:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.565592872s) from=10.233.68.190:60114 2021/10/01 07:12:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:12:41 [DEBUG] http: Request GET /v1/status/leader (332.497µs) from=10.233.68.190:34238 2021/10/01 07:12:44 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:12:44 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:12:44 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:12:44 [DEBUG] agent: Node info in sync 2021/10/01 07:12:46 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.890224063s) from=10.233.68.190:60352 2021/10/01 07:12:49 [DEBUG] http: Request GET /v1/status/leader (289.273µs) from=10.233.67.135:47726 2021/10/01 07:12:52 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.911979519s) from=10.233.67.135:56220 2021/10/01 07:13:01 [DEBUG] http: Request GET /v1/status/leader (2.199273ms) from=10.233.68.190:34384 2021/10/01 07:13:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.159025733s) from=10.233.67.135:55524 2021/10/01 07:13:09 [DEBUG] http: Request GET /v1/status/leader (1.236374ms) from=10.233.67.135:47962 2021/10/01 07:13:21 [DEBUG] http: Request GET /v1/status/leader (788.725µs) from=10.233.68.190:34528 2021/10/01 07:13:29 [DEBUG] http: Request GET /v1/status/leader (787.053µs) from=10.233.67.135:48198 2021/10/01 07:13:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:13:41 [DEBUG] http: Request GET /v1/status/leader (372.445µs) from=10.233.68.190:34670 2021/10/01 07:13:49 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:13:49 [DEBUG] http: Request GET /v1/status/leader (439.06µs) from=10.233.67.135:48416 2021/10/01 07:14:02 [DEBUG] http: Request GET /v1/status/leader (669.461µs) from=10.233.68.190:34816 2021/10/01 07:14:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.655148541s) from=10.233.67.135:55826 2021/10/01 07:14:06 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:14:06 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:14:06 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:14:06 [DEBUG] agent: Node info in sync 2021/10/01 07:14:09 [DEBUG] http: Request GET /v1/status/leader (1.198739ms) from=10.233.67.135:48650 2021/10/01 07:14:22 [DEBUG] http: Request GET /v1/status/leader (461.668µs) from=10.233.68.190:34962 2021/10/01 07:14:29 [DEBUG] http: Request GET /v1/status/leader (573.245µs) from=10.233.67.135:48886 2021/10/01 07:14:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.221904682s) from=10.233.68.190:59636 2021/10/01 07:14:36 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.503499197s) from=10.233.68.190:60114 2021/10/01 07:14:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:14:42 [DEBUG] http: Request GET /v1/status/leader (197.506µs) from=10.233.68.190:35104 2021/10/01 07:14:49 [DEBUG] http: Request GET /v1/status/leader (554.658µs) from=10.233.67.135:49116 2021/10/01 07:14:53 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.913138886s) from=10.233.68.190:60352 2021/10/01 07:14:56 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.050707189s) from=10.233.67.135:56220 2021/10/01 07:15:02 [DEBUG] http: Request GET /v1/status/leader (812.805µs) from=10.233.68.190:35250 2021/10/01 07:15:09 [DEBUG] http: Request GET /v1/status/leader (211.683µs) from=10.233.67.135:49364 2021/10/01 07:15:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.355313775s) from=10.233.67.135:55524 2021/10/01 07:15:22 [DEBUG] http: Request GET /v1/status/leader (265.541µs) from=10.233.68.190:35390 2021/10/01 07:15:29 [DEBUG] http: Request GET /v1/status/leader (239.964µs) from=10.233.67.135:49600 2021/10/01 07:15:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:15:42 [DEBUG] http: Request GET /v1/status/leader (877.386µs) from=10.233.68.190:35534 2021/10/01 07:15:49 [DEBUG] http: Request GET /v1/status/leader (5.697511ms) from=10.233.67.135:49822 2021/10/01 07:15:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:15:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:15:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:15:49 [DEBUG] agent: Node info in sync 2021/10/01 07:15:50 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:16:02 [DEBUG] http: Request GET /v1/status/leader (369.255µs) from=10.233.68.190:35674 2021/10/01 07:16:05 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.18672394s) from=10.233.67.135:55826 2021/10/01 07:16:08 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:16:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:16:09 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:16:09 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:16:09 [DEBUG] agent: Node info in sync 2021/10/01 07:16:09 [DEBUG] http: Request PUT /v1/agent/service/register (32.563628ms) from=10.233.67.219:57606 2021/10/01 07:16:09 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:16:09 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:16:09 [DEBUG] agent: Node info in sync 2021/10/01 07:16:09 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.498076ms) from=10.233.67.219:57608 2021/10/01 07:16:09 [DEBUG] http: Request GET /v1/status/leader (234.983µs) from=10.233.67.135:50064 2021/10/01 07:16:22 [DEBUG] http: Request GET /v1/status/leader (637.776µs) from=10.233.68.190:35818 2021/10/01 07:16:29 [DEBUG] http: Request GET /v1/status/leader (986.612µs) from=10.233.67.135:50302 2021/10/01 07:16:32 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.202485117s) from=10.233.68.190:59636 2021/10/01 07:16:36 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:16:36 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:16:37 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:16:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:16:37 [DEBUG] agent: Node info in sync 2021/10/01 07:16:37 [DEBUG] http: Request PUT /v1/agent/service/register (61.593784ms) from=10.233.67.219:57946 2021/10/01 07:16:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:16:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:16:37 [DEBUG] agent: Node info in sync 2021/10/01 07:16:37 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (812.831µs) from=10.233.67.219:57948 2021/10/01 07:16:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:16:42 [DEBUG] http: Request GET /v1/status/leader (885.611µs) from=10.233.68.190:35958 2021/10/01 07:16:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.645710073s) from=10.233.68.190:60114 2021/10/01 07:16:49 [DEBUG] http: Request GET /v1/status/leader (341.435µs) from=10.233.67.135:50540 2021/10/01 07:16:55 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.893281333s) from=10.233.68.190:60352 2021/10/01 07:16:57 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.676180319s) from=10.233.67.135:56220 2021/10/01 07:17:02 [DEBUG] http: Request GET /v1/status/leader (300.73µs) from=10.233.68.190:36106 2021/10/01 07:17:09 [DEBUG] http: Request GET /v1/status/leader (332.671µs) from=10.233.67.135:50770 2021/10/01 07:17:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.669363283s) from=10.233.67.135:55524 2021/10/01 07:17:22 [DEBUG] http: Request GET /v1/status/leader (1.53588ms) from=10.233.68.190:36250 2021/10/01 07:17:29 [DEBUG] http: Request GET /v1/status/leader (512.085µs) from=10.233.67.135:51006 2021/10/01 07:17:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:17:42 [DEBUG] http: Request GET /v1/status/leader (546.31µs) from=10.233.68.190:36392 2021/10/01 07:17:49 [DEBUG] http: Request GET /v1/status/leader (242.573µs) from=10.233.67.135:51232 2021/10/01 07:18:02 [DEBUG] http: Request GET /v1/status/leader (705.696µs) from=10.233.68.190:36542 2021/10/01 07:18:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.036992413s) from=10.233.67.135:55826 2021/10/01 07:18:06 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:18:06 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:18:06 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:18:06 [DEBUG] agent: Node info in sync 2021/10/01 07:18:09 [DEBUG] http: Request GET /v1/status/leader (855.203µs) from=10.233.67.135:51462 2021/10/01 07:18:22 [DEBUG] http: Request GET /v1/status/leader (931.06µs) from=10.233.68.190:36688 2021/10/01 07:18:29 [DEBUG] http: Request GET /v1/status/leader (1.205845ms) from=10.233.67.135:51698 2021/10/01 07:18:33 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.465078987s) from=10.233.68.190:59636 2021/10/01 07:18:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:18:41 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:18:42 [DEBUG] http: Request GET /v1/status/leader (227.204µs) from=10.233.68.190:36828 2021/10/01 07:18:47 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.314098633s) from=10.233.68.190:60114 2021/10/01 07:18:49 [DEBUG] http: Request GET /v1/status/leader (3.004169ms) from=10.233.67.135:51922 2021/10/01 07:18:59 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.048456126s) from=10.233.68.190:60352 2021/10/01 07:19:00 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.202826052s) from=10.233.67.135:56220 2021/10/01 07:19:02 [DEBUG] http: Request GET /v1/status/leader (484.827µs) from=10.233.68.190:36974 2021/10/01 07:19:07 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:19:07 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:19:07 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:19:07 [DEBUG] agent: Node info in sync 2021/10/01 07:19:10 [DEBUG] http: Request GET /v1/status/leader (786.042µs) from=10.233.67.135:52156 2021/10/01 07:19:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.088854609s) from=10.233.67.135:55524 2021/10/01 07:19:22 [DEBUG] http: Request GET /v1/status/leader (508.227µs) from=10.233.68.190:37122 2021/10/01 07:19:30 [DEBUG] http: Request GET /v1/status/leader (1.118749ms) from=10.233.67.135:52390 2021/10/01 07:19:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:19:42 [DEBUG] http: Request GET /v1/status/leader (326.773µs) from=10.233.68.190:37262 2021/10/01 07:19:50 [DEBUG] http: Request GET /v1/status/leader (833.747µs) from=10.233.67.135:52612 2021/10/01 07:20:02 [DEBUG] http: Request GET /v1/status/leader (448.846µs) from=10.233.68.190:37402 2021/10/01 07:20:10 [DEBUG] http: Request GET /v1/status/leader (231.181µs) from=10.233.67.135:52848 2021/10/01 07:20:13 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.812227968s) from=10.233.67.135:55826 2021/10/01 07:20:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:20:17 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:20:17 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:20:17 [DEBUG] agent: Node info in sync 2021/10/01 07:20:22 [DEBUG] http: Request GET /v1/status/leader (676.196µs) from=10.233.68.190:37548 2021/10/01 07:20:30 [DEBUG] http: Request GET /v1/status/leader (250.632µs) from=10.233.67.135:53080 2021/10/01 07:20:37 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.137943041s) from=10.233.68.190:59636 2021/10/01 07:20:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:20:42 [DEBUG] http: Request GET /v1/status/leader (425.883µs) from=10.233.68.190:37692 2021/10/01 07:20:50 [DEBUG] http: Request GET /v1/status/leader (485.908µs) from=10.233.67.135:53302 2021/10/01 07:20:52 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.940881381s) from=10.233.68.190:60114 2021/10/01 07:21:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.300471945s) from=10.233.68.190:60352 2021/10/01 07:21:02 [DEBUG] http: Request GET /v1/status/leader (875.267µs) from=10.233.68.190:37832 2021/10/01 07:21:04 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.490038258s) from=10.233.67.135:56220 2021/10/01 07:21:10 [DEBUG] http: Request GET /v1/status/leader (434.118µs) from=10.233.67.135:53536 2021/10/01 07:21:18 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:21:22 [DEBUG] http: Request GET /v1/status/leader (1.053686ms) from=10.233.68.190:37978 2021/10/01 07:21:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.662744429s) from=10.233.67.135:55524 2021/10/01 07:21:30 [DEBUG] http: Request GET /v1/status/leader (308.539µs) from=10.233.67.135:53778 2021/10/01 07:21:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:21:42 [DEBUG] http: Request GET /v1/status/leader (372.905µs) from=10.233.68.190:38120 2021/10/01 07:21:49 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:21:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:21:49 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:21:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:21:49 [DEBUG] agent: Node info in sync 2021/10/01 07:21:49 [DEBUG] http: Request PUT /v1/agent/service/register (100.672979ms) from=10.233.67.219:33338 2021/10/01 07:21:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:21:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:21:49 [DEBUG] agent: Node info in sync 2021/10/01 07:21:50 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (89.189368ms) from=10.233.67.219:33340 2021/10/01 07:21:50 [DEBUG] http: Request GET /v1/status/leader (848.711µs) from=10.233.67.135:54024 2021/10/01 07:21:55 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:21:55 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:21:55 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:21:55 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:21:55 [DEBUG] agent: Node info in sync 2021/10/01 07:21:55 [DEBUG] http: Request PUT /v1/agent/service/register (148.841173ms) from=10.233.67.219:33424 2021/10/01 07:21:55 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:21:55 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:21:55 [DEBUG] agent: Node info in sync 2021/10/01 07:21:55 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.24425ms) from=10.233.67.219:33426 2021/10/01 07:22:02 [DEBUG] http: Request GET /v1/status/leader (233.495µs) from=10.233.68.190:38266 2021/10/01 07:22:10 [DEBUG] http: Request GET /v1/status/leader (924.021µs) from=10.233.67.135:54264 2021/10/01 07:22:14 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.406141688s) from=10.233.67.135:55826 2021/10/01 07:22:22 [DEBUG] http: Request GET /v1/status/leader (779.982µs) from=10.233.68.190:38412 2021/10/01 07:22:30 [DEBUG] http: Request GET /v1/status/leader (544.58µs) from=10.233.67.135:54504 2021/10/01 07:22:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:22:42 [DEBUG] http: Request GET /v1/status/leader (282.976µs) from=10.233.68.190:38554 2021/10/01 07:22:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.957375279s) from=10.233.68.190:59636 2021/10/01 07:22:50 [DEBUG] http: Request GET /v1/status/leader (795.415µs) from=10.233.67.135:54726 2021/10/01 07:22:58 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.32836583s) from=10.233.68.190:60114 2021/10/01 07:23:02 [DEBUG] http: Request GET /v1/status/leader (503.614µs) from=10.233.68.190:38696 2021/10/01 07:23:06 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.081060753s) from=10.233.68.190:60352 2021/10/01 07:23:10 [DEBUG] http: Request GET /v1/status/leader (578.914µs) from=10.233.67.135:54958 2021/10/01 07:23:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.425121807s) from=10.233.67.135:56220 2021/10/01 07:23:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:23:20 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:23:20 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:23:20 [DEBUG] agent: Node info in sync 2021/10/01 07:23:22 [DEBUG] http: Request GET /v1/status/leader (425.243µs) from=10.233.68.190:38840 2021/10/01 07:23:25 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:23:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.523066975s) from=10.233.67.135:55524 2021/10/01 07:23:30 [DEBUG] http: Request GET /v1/status/leader (213.694µs) from=10.233.67.135:55196 2021/10/01 07:23:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:23:42 [DEBUG] http: Request GET /v1/status/leader (831.186µs) from=10.233.68.190:38982 2021/10/01 07:23:50 [DEBUG] http: Request GET /v1/status/leader (157.410365ms) from=10.233.67.135:55418 2021/10/01 07:24:02 [DEBUG] http: Request GET /v1/status/leader (1.250297ms) from=10.233.68.190:39120 2021/10/01 07:24:10 [DEBUG] http: Request GET /v1/status/leader (223.625µs) from=10.233.67.135:55648 2021/10/01 07:24:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.524404419s) from=10.233.67.135:55826 2021/10/01 07:24:22 [DEBUG] http: Request GET /v1/status/leader (1.017589ms) from=10.233.68.190:39264 2021/10/01 07:24:30 [DEBUG] http: Request GET /v1/status/leader (280.024µs) from=10.233.67.135:55876 2021/10/01 07:24:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:24:42 [DEBUG] http: Request GET /v1/status/leader (434.944µs) from=10.233.68.190:39400 2021/10/01 07:24:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.485171346s) from=10.233.68.190:59636 2021/10/01 07:24:50 [DEBUG] http: Request GET /v1/status/leader (947.374µs) from=10.233.67.135:56100 2021/10/01 07:24:51 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:24:51 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:24:51 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:24:51 [DEBUG] agent: Node info in sync 2021/10/01 07:25:02 [DEBUG] http: Request GET /v1/status/leader (805.585µs) from=10.233.68.190:39544 2021/10/01 07:25:03 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.013908148s) from=10.233.68.190:60114 2021/10/01 07:25:07 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.711443874s) from=10.233.68.190:60352 2021/10/01 07:25:10 [DEBUG] http: Request GET /v1/status/leader (231.413µs) from=10.233.67.135:56354 2021/10/01 07:25:14 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.230473531s) from=10.233.67.135:56220 2021/10/01 07:25:22 [DEBUG] http: Request GET /v1/status/leader (353.088µs) from=10.233.68.190:39686 2021/10/01 07:25:30 [DEBUG] http: Request GET /v1/status/leader (383.747µs) from=10.233.67.135:56584 2021/10/01 07:25:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.909472919s) from=10.233.67.135:55524 2021/10/01 07:25:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:25:41 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:25:42 [DEBUG] http: Request GET /v1/status/leader (1.096406ms) from=10.233.68.190:39828 2021/10/01 07:25:50 [DEBUG] http: Request GET /v1/status/leader (282.191µs) from=10.233.67.135:56806 2021/10/01 07:26:02 [DEBUG] http: Request GET /v1/status/leader (514.81µs) from=10.233.68.190:39976 2021/10/01 07:26:10 [DEBUG] http: Request GET /v1/status/leader (871.021µs) from=10.233.67.135:57042 2021/10/01 07:26:22 [DEBUG] http: Request GET /v1/status/leader (582.196µs) from=10.233.68.190:40120 2021/10/01 07:26:27 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.874427892s) from=10.233.67.135:55826 2021/10/01 07:26:30 [DEBUG] http: Request GET /v1/status/leader (325.072µs) from=10.233.67.135:57272 2021/10/01 07:26:40 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:26:40 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:26:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:26:40 [DEBUG] agent: Node info in sync 2021/10/01 07:26:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:26:42 [DEBUG] http: Request GET /v1/status/leader (896.057µs) from=10.233.68.190:40258 2021/10/01 07:26:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.029274768s) from=10.233.68.190:59636 2021/10/01 07:26:50 [DEBUG] http: Request GET /v1/status/leader (287.804µs) from=10.233.67.135:57496 2021/10/01 07:27:02 [DEBUG] http: Request GET /v1/status/leader (1.071902ms) from=10.233.68.190:40404 2021/10/01 07:27:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:27:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:27:06 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:27:06 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:27:06 [DEBUG] agent: Node info in sync 2021/10/01 07:27:06 [DEBUG] http: Request PUT /v1/agent/service/register (194.671098ms) from=10.233.67.219:37030 2021/10/01 07:27:06 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:27:06 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:27:06 [DEBUG] agent: Node info in sync 2021/10/01 07:27:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (492.698µs) from=10.233.67.219:37034 2021/10/01 07:27:08 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.51058179s) from=10.233.68.190:60352 2021/10/01 07:27:09 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.621780781s) from=10.233.68.190:60114 2021/10/01 07:27:10 [DEBUG] http: Request GET /v1/status/leader (410.568µs) from=10.233.67.135:57760 2021/10/01 07:27:20 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.172787567s) from=10.233.67.135:56220 2021/10/01 07:27:22 [DEBUG] http: Request GET /v1/status/leader (722.803µs) from=10.233.68.190:40552 2021/10/01 07:27:30 [DEBUG] http: Request GET /v1/status/leader (950.682µs) from=10.233.67.135:57988 2021/10/01 07:27:33 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.507759578s) from=10.233.67.135:55524 2021/10/01 07:27:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:27:42 [DEBUG] http: Request GET /v1/status/leader (237.708µs) from=10.233.68.190:40694 2021/10/01 07:27:48 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:27:48 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:27:48 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:27:48 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:27:48 [DEBUG] agent: Node info in sync 2021/10/01 07:27:48 [DEBUG] http: Request PUT /v1/agent/service/register (906.027972ms) from=10.233.67.219:37514 2021/10/01 07:27:48 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:27:48 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:27:48 [DEBUG] agent: Node info in sync 2021/10/01 07:27:49 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (889.662µs) from=10.233.67.219:37522 2021/10/01 07:27:50 [DEBUG] http: Request GET /v1/status/leader (370.339µs) from=10.233.67.135:58218 2021/10/01 07:28:02 [DEBUG] http: Request GET /v1/status/leader (175.159µs) from=10.233.68.190:40834 2021/10/01 07:28:03 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:28:10 [DEBUG] http: Request GET /v1/status/leader (558.513µs) from=10.233.67.135:58452 2021/10/01 07:28:22 [DEBUG] http: Request GET /v1/status/leader (3.618264ms) from=10.233.68.190:40988 2021/10/01 07:28:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.387704042s) from=10.233.67.135:55826 2021/10/01 07:28:30 [DEBUG] http: Request GET /v1/status/leader (967.575µs) from=10.233.67.135:58684 2021/10/01 07:28:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:28:42 [DEBUG] http: Request GET /v1/status/leader (433.026µs) from=10.233.68.190:41128 2021/10/01 07:28:50 [DEBUG] http: Request GET /v1/status/leader (3.066885ms) from=10.233.67.135:58904 2021/10/01 07:28:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.116203391s) from=10.233.68.190:59636 2021/10/01 07:29:02 [DEBUG] http: Request GET /v1/status/leader (212.327µs) from=10.233.68.190:41266 2021/10/01 07:29:10 [DEBUG] http: Request GET /v1/status/leader (353.361µs) from=10.233.67.135:59142 2021/10/01 07:29:13 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.856280733s) from=10.233.68.190:60352 2021/10/01 07:29:15 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.869897953s) from=10.233.68.190:60114 2021/10/01 07:29:22 [DEBUG] http: Request GET /v1/status/leader (1.430736ms) from=10.233.68.190:41408 2021/10/01 07:29:24 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.870813176s) from=10.233.67.135:56220 2021/10/01 07:29:30 [DEBUG] http: Request GET /v1/status/leader (33.425241ms) from=10.233.67.135:59380 2021/10/01 07:29:32 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:29:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:29:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:29:32 [DEBUG] agent: Node info in sync 2021/10/01 07:29:39 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.935956109s) from=10.233.67.135:55524 2021/10/01 07:29:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:29:42 [DEBUG] http: Request GET /v1/status/leader (785.013µs) from=10.233.68.190:41552 2021/10/01 07:29:50 [DEBUG] http: Request GET /v1/status/leader (737.484µs) from=10.233.67.135:59604 2021/10/01 07:30:02 [DEBUG] http: Request GET /v1/status/leader (302.143µs) from=10.233.68.190:41698 2021/10/01 07:30:10 [DEBUG] http: Request GET /v1/status/leader (332.335µs) from=10.233.67.135:59836 2021/10/01 07:30:22 [DEBUG] http: Request GET /v1/status/leader (887.741µs) from=10.233.68.190:41842 2021/10/01 07:30:29 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:30:31 [DEBUG] http: Request GET /v1/status/leader (651.936µs) from=10.233.67.135:60068 2021/10/01 07:30:32 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.161045385s) from=10.233.67.135:55826 2021/10/01 07:30:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:30:42 [DEBUG] http: Request GET /v1/status/leader (678.214µs) from=10.233.68.190:41988 2021/10/01 07:30:51 [DEBUG] http: Request GET /v1/status/leader (428.448µs) from=10.233.67.135:60292 2021/10/01 07:31:03 [DEBUG] http: Request GET /v1/status/leader (673.761µs) from=10.233.68.190:42130 2021/10/01 07:31:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.603492096s) from=10.233.68.190:59636 2021/10/01 07:31:11 [DEBUG] http: Request GET /v1/status/leader (679.382µs) from=10.233.67.135:60524 2021/10/01 07:31:15 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.210860952s) from=10.233.68.190:60114 2021/10/01 07:31:17 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.630321175s) from=10.233.68.190:60352 2021/10/01 07:31:23 [DEBUG] http: Request GET /v1/status/leader (362.971µs) from=10.233.68.190:42276 2021/10/01 07:31:28 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.113799645s) from=10.233.67.135:56220 2021/10/01 07:31:29 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:31:29 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:31:29 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:31:29 [DEBUG] agent: Node info in sync 2021/10/01 07:31:31 [DEBUG] http: Request GET /v1/status/leader (231.067µs) from=10.233.67.135:60750 2021/10/01 07:31:39 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.216905377s) from=10.233.67.135:55524 2021/10/01 07:31:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:31:43 [DEBUG] http: Request GET /v1/status/leader (1.298212ms) from=10.233.68.190:42418 2021/10/01 07:31:51 [DEBUG] http: Request GET /v1/status/leader (296.714182ms) from=10.233.67.135:60978 2021/10/01 07:32:03 [DEBUG] http: Request GET /v1/status/leader (683.519µs) from=10.233.68.190:42560 2021/10/01 07:32:11 [DEBUG] http: Request GET /v1/status/leader (214.43µs) from=10.233.67.135:32988 2021/10/01 07:32:22 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:32:22 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:32:22 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:32:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:32:22 [DEBUG] agent: Node info in sync 2021/10/01 07:32:22 [DEBUG] http: Request PUT /v1/agent/service/register (113.35288ms) from=10.233.67.219:40684 2021/10/01 07:32:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:32:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:32:22 [DEBUG] agent: Node info in sync 2021/10/01 07:32:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (908.127µs) from=10.233.67.219:40686 2021/10/01 07:32:23 [DEBUG] http: Request GET /v1/status/leader (202.519µs) from=10.233.68.190:42708 2021/10/01 07:32:31 [DEBUG] http: Request GET /v1/status/leader (523.803µs) from=10.233.67.135:33240 2021/10/01 07:32:37 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.736141553s) from=10.233.67.135:55826 2021/10/01 07:32:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:32:43 [DEBUG] http: Request GET /v1/status/leader (965.116µs) from=10.233.68.190:42848 2021/10/01 07:32:51 [DEBUG] http: Request GET /v1/status/leader (923.848µs) from=10.233.67.135:33468 2021/10/01 07:33:03 [DEBUG] http: Request GET /v1/status/leader (762.588µs) from=10.233.68.190:42988 2021/10/01 07:33:06 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:33:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.358368765s) from=10.233.68.190:59636 2021/10/01 07:33:11 [DEBUG] http: Request GET /v1/status/leader (437.187µs) from=10.233.67.135:33704 2021/10/01 07:33:17 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.264256027s) from=10.233.68.190:60114 2021/10/01 07:33:21 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.95161963s) from=10.233.68.190:60352 2021/10/01 07:33:23 [DEBUG] http: Request GET /v1/status/leader (376.785µs) from=10.233.68.190:43130 2021/10/01 07:33:31 [DEBUG] http: Request GET /v1/status/leader (725.76µs) from=10.233.67.135:33936 2021/10/01 07:33:34 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.965064497s) from=10.233.67.135:56220 2021/10/01 07:33:36 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:33:36 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:33:36 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:33:36 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:33:36 [DEBUG] agent: Node info in sync 2021/10/01 07:33:36 [DEBUG] http: Request PUT /v1/agent/service/register (589.831587ms) from=10.233.67.219:41550 2021/10/01 07:33:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:33:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:33:37 [DEBUG] agent: Node info in sync 2021/10/01 07:33:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:33:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:33:37 [DEBUG] agent: Node info in sync 2021/10/01 07:33:37 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (966.986µs) from=10.233.67.219:41556 2021/10/01 07:33:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:33:43 [DEBUG] http: Request GET /v1/status/leader (786.056µs) from=10.233.68.190:43274 2021/10/01 07:33:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.269722153s) from=10.233.67.135:55524 2021/10/01 07:33:51 [DEBUG] http: Request GET /v1/status/leader (233.808µs) from=10.233.67.135:34170 2021/10/01 07:34:03 [DEBUG] http: Request GET /v1/status/leader (335.911µs) from=10.233.68.190:43430 2021/10/01 07:34:11 [DEBUG] http: Request GET /v1/status/leader (2.086678ms) from=10.233.67.135:34406 2021/10/01 07:34:23 [DEBUG] http: Request GET /v1/status/leader (308.1µs) from=10.233.68.190:43586 2021/10/01 07:34:31 [DEBUG] http: Request GET /v1/status/leader (1.669039ms) from=10.233.67.135:34636 2021/10/01 07:34:37 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.204575165s) from=10.233.67.135:55826 2021/10/01 07:34:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:34:43 [DEBUG] http: Request GET /v1/status/leader (943.376µs) from=10.233.68.190:43726 2021/10/01 07:34:51 [DEBUG] http: Request GET /v1/status/leader (583.423µs) from=10.233.67.135:34862 2021/10/01 07:35:03 [DEBUG] http: Request GET /v1/status/leader (2.415596ms) from=10.233.68.190:43880 2021/10/01 07:35:11 [DEBUG] http: Request GET /v1/status/leader (519.046µs) from=10.233.67.135:35096 2021/10/01 07:35:12 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.900787182s) from=10.233.68.190:59636 2021/10/01 07:35:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:35:17 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:35:17 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:35:17 [DEBUG] agent: Node info in sync 2021/10/01 07:35:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.401785224s) from=10.233.68.190:60114 2021/10/01 07:35:22 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.622702794s) from=10.233.68.190:60352 2021/10/01 07:35:23 [DEBUG] http: Request GET /v1/status/leader (3.021076ms) from=10.233.68.190:44024 2021/10/01 07:35:31 [DEBUG] http: Request GET /v1/status/leader (810.114µs) from=10.233.67.135:35338 2021/10/01 07:35:38 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.319794112s) from=10.233.67.135:56220 2021/10/01 07:35:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:35:43 [DEBUG] http: Request GET /v1/status/leader (300.593µs) from=10.233.68.190:44166 2021/10/01 07:35:48 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.689141817s) from=10.233.67.135:55524 2021/10/01 07:35:51 [DEBUG] http: Request GET /v1/status/leader (240.595µs) from=10.233.67.135:35562 2021/10/01 07:35:58 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:36:03 [DEBUG] http: Request GET /v1/status/leader (239.194µs) from=10.233.68.190:44306 2021/10/01 07:36:11 [DEBUG] http: Request GET /v1/status/leader (2.164347ms) from=10.233.67.135:35796 2021/10/01 07:36:23 [DEBUG] http: Request GET /v1/status/leader (408.374µs) from=10.233.68.190:44456 2021/10/01 07:36:31 [DEBUG] http: Request GET /v1/status/leader (222.357µs) from=10.233.67.135:36032 2021/10/01 07:36:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:36:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.700713995s) from=10.233.67.135:55826 2021/10/01 07:36:43 [DEBUG] http: Request GET /v1/status/leader (807.366µs) from=10.233.68.190:44602 2021/10/01 07:36:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:36:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:36:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:36:43 [DEBUG] agent: Node info in sync 2021/10/01 07:36:51 [DEBUG] http: Request GET /v1/status/leader (251.271µs) from=10.233.67.135:36256 2021/10/01 07:37:03 [DEBUG] http: Request GET /v1/status/leader (2.444154ms) from=10.233.68.190:44740 2021/10/01 07:37:11 [DEBUG] http: Request GET /v1/status/leader (868.76µs) from=10.233.67.135:36494 2021/10/01 07:37:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.247770907s) from=10.233.68.190:59636 2021/10/01 07:37:23 [DEBUG] http: Request GET /v1/status/leader (717.693µs) from=10.233.68.190:44886 2021/10/01 07:37:23 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.341500991s) from=10.233.68.190:60352 2021/10/01 07:37:27 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.748811069s) from=10.233.68.190:60114 2021/10/01 07:37:31 [DEBUG] http: Request GET /v1/status/leader (297.489µs) from=10.233.67.135:36736 2021/10/01 07:37:40 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:37:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:37:40 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:37:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:37:40 [DEBUG] agent: Node info in sync 2021/10/01 07:37:40 [DEBUG] http: Request PUT /v1/agent/service/register (286.938704ms) from=10.233.67.219:44388 2021/10/01 07:37:40 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:37:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:37:40 [DEBUG] agent: Node info in sync 2021/10/01 07:37:40 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (362.832µs) from=10.233.67.219:44394 2021/10/01 07:37:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:37:42 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.972466083s) from=10.233.67.135:56220 2021/10/01 07:37:43 [DEBUG] http: Request GET /v1/status/leader (162.772µs) from=10.233.68.190:45030 2021/10/01 07:37:51 [DEBUG] http: Request GET /v1/status/leader (520.022µs) from=10.233.67.135:36980 2021/10/01 07:37:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.135307514s) from=10.233.67.135:55524 2021/10/01 07:38:03 [DEBUG] http: Request GET /v1/status/leader (787.743µs) from=10.233.68.190:45174 2021/10/01 07:38:11 [DEBUG] http: Request GET /v1/status/leader (440.405µs) from=10.233.67.135:37212 2021/10/01 07:38:23 [DEBUG] http: Request GET /v1/status/leader (312.917179ms) from=10.233.68.190:45322 2021/10/01 07:38:31 [DEBUG] http: Request GET /v1/status/leader (183.832µs) from=10.233.67.135:37446 2021/10/01 07:38:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:38:43 [DEBUG] http: Request GET /v1/status/leader (172.273µs) from=10.233.68.190:45468 2021/10/01 07:38:48 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.164563771s) from=10.233.67.135:55826 2021/10/01 07:38:50 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:38:50 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:38:50 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:38:50 [DEBUG] agent: Node info in sync 2021/10/01 07:38:51 [DEBUG] http: Request GET /v1/status/leader (230.183µs) from=10.233.67.135:37670 2021/10/01 07:38:56 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:39:03 [DEBUG] http: Request GET /v1/status/leader (463.615µs) from=10.233.68.190:45612 2021/10/01 07:39:11 [DEBUG] http: Request GET /v1/status/leader (766.734µs) from=10.233.67.135:37902 2021/10/01 07:39:12 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:39:12 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:39:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:39:12 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:39:12 [DEBUG] agent: Node info in sync 2021/10/01 07:39:12 [DEBUG] http: Request PUT /v1/agent/service/register (98.770701ms) from=10.233.67.219:45476 2021/10/01 07:39:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:39:12 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:39:12 [DEBUG] agent: Node info in sync 2021/10/01 07:39:12 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.079192ms) from=10.233.67.219:45478 2021/10/01 07:39:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.29161786s) from=10.233.68.190:59636 2021/10/01 07:39:23 [DEBUG] http: Request GET /v1/status/leader (255.505µs) from=10.233.68.190:45752 2021/10/01 07:39:27 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.445004982s) from=10.233.68.190:60352 2021/10/01 07:39:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.286326774s) from=10.233.68.190:60114 2021/10/01 07:39:31 [DEBUG] http: Request GET /v1/status/leader (425.541µs) from=10.233.67.135:38146 2021/10/01 07:39:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:39:43 [DEBUG] http: Request GET /v1/status/leader (177.385µs) from=10.233.68.190:45898 2021/10/01 07:39:44 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.851684024s) from=10.233.67.135:56220 2021/10/01 07:39:51 [DEBUG] http: Request GET /v1/status/leader (312.53µs) from=10.233.67.135:38366 2021/10/01 07:39:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.546596298s) from=10.233.67.135:55524 2021/10/01 07:40:03 [DEBUG] http: Request GET /v1/status/leader (184.801µs) from=10.233.68.190:46038 2021/10/01 07:40:11 [DEBUG] http: Request GET /v1/status/leader (690.288µs) from=10.233.67.135:38602 2021/10/01 07:40:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:40:17 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:40:17 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:40:17 [DEBUG] agent: Node info in sync 2021/10/01 07:40:23 [DEBUG] http: Request GET /v1/status/leader (615.39µs) from=10.233.68.190:46190 2021/10/01 07:40:31 [DEBUG] http: Request GET /v1/status/leader (896.208µs) from=10.233.67.135:38832 2021/10/01 07:40:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:40:43 [DEBUG] http: Request GET /v1/status/leader (300.914µs) from=10.233.68.190:46330 2021/10/01 07:40:51 [DEBUG] http: Request GET /v1/status/leader (408.781µs) from=10.233.67.135:39054 2021/10/01 07:40:54 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.380283868s) from=10.233.67.135:55826 2021/10/01 07:41:03 [DEBUG] http: Request GET /v1/status/leader (785.541µs) from=10.233.68.190:46474 2021/10/01 07:41:11 [DEBUG] http: Request GET /v1/status/leader (737.156µs) from=10.233.67.135:39290 2021/10/01 07:41:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.376007759s) from=10.233.68.190:59636 2021/10/01 07:41:23 [DEBUG] http: Request GET /v1/status/leader (714.572µs) from=10.233.68.190:46616 2021/10/01 07:41:31 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.378797424s) from=10.233.68.190:60114 2021/10/01 07:41:31 [DEBUG] http: Request GET /v1/status/leader (492.003µs) from=10.233.67.135:39524 2021/10/01 07:41:32 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.671891436s) from=10.233.68.190:60352 2021/10/01 07:41:38 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:41:38 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:41:38 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:41:38 [DEBUG] agent: Node info in sync 2021/10/01 07:41:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:41:43 [DEBUG] http: Request GET /v1/status/leader (489.34µs) from=10.233.68.190:46754 2021/10/01 07:41:51 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.046670626s) from=10.233.67.135:56220 2021/10/01 07:41:52 [DEBUG] http: Request GET /v1/status/leader (686.746µs) from=10.233.67.135:39748 2021/10/01 07:41:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:41:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.245361412s) from=10.233.67.135:55524 2021/10/01 07:42:03 [DEBUG] http: Request GET /v1/status/leader (870.179µs) from=10.233.68.190:46894 2021/10/01 07:42:12 [DEBUG] http: Request GET /v1/status/leader (720.914µs) from=10.233.67.135:39980 2021/10/01 07:42:23 [DEBUG] http: Request GET /v1/status/leader (384.003µs) from=10.233.68.190:47036 2021/10/01 07:42:32 [DEBUG] http: Request GET /v1/status/leader (297.953µs) from=10.233.67.135:40214 2021/10/01 07:42:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:42:43 [DEBUG] http: Request GET /v1/status/leader (319.835µs) from=10.233.68.190:47174 2021/10/01 07:42:52 [DEBUG] http: Request GET /v1/status/leader (2.094913ms) from=10.233.67.135:40444 2021/10/01 07:42:59 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:42:59 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:42:59 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:42:59 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:42:59 [DEBUG] agent: Node info in sync 2021/10/01 07:42:59 [DEBUG] http: Request PUT /v1/agent/service/register (91.685204ms) from=10.233.67.219:48094 2021/10/01 07:42:59 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:42:59 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:42:59 [DEBUG] agent: Node info in sync 2021/10/01 07:42:59 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.297924ms) from=10.233.67.219:48096 2021/10/01 07:43:00 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.898229852s) from=10.233.67.135:55826 2021/10/01 07:43:03 [DEBUG] http: Request GET /v1/status/leader (39.69325ms) from=10.233.68.190:47324 2021/10/01 07:43:12 [DEBUG] http: Request GET /v1/status/leader (607.088µs) from=10.233.67.135:40692 2021/10/01 07:43:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.021310037s) from=10.233.68.190:59636 2021/10/01 07:43:23 [DEBUG] http: Request GET /v1/status/leader (325.463µs) from=10.233.68.190:47462 2021/10/01 07:43:32 [DEBUG] http: Request GET /v1/status/leader (329.144µs) from=10.233.67.135:40928 2021/10/01 07:43:33 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.183810885s) from=10.233.68.190:60114 2021/10/01 07:43:36 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.389074784s) from=10.233.68.190:60352 2021/10/01 07:43:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:43:44 [DEBUG] http: Request GET /v1/status/leader (802.847µs) from=10.233.68.190:47608 2021/10/01 07:43:52 [DEBUG] http: Request GET /v1/status/leader (864.005µs) from=10.233.67.135:41150 2021/10/01 07:43:53 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.51497246s) from=10.233.67.135:56220 2021/10/01 07:43:56 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:44:04 [DEBUG] http: Request GET /v1/status/leader (739.631µs) from=10.233.68.190:47750 2021/10/01 07:44:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.65838082s) from=10.233.67.135:55524 2021/10/01 07:44:12 [DEBUG] http: Request GET /v1/status/leader (317.816µs) from=10.233.67.135:41380 2021/10/01 07:44:21 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:44:21 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:44:21 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:44:21 [DEBUG] agent: Node info in sync 2021/10/01 07:44:24 [DEBUG] http: Request GET /v1/status/leader (1.584529ms) from=10.233.68.190:47894 2021/10/01 07:44:32 [DEBUG] http: Request GET /v1/status/leader (385.117µs) from=10.233.67.135:41616 2021/10/01 07:44:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:44:44 [DEBUG] http: Request GET /v1/status/leader (530.164µs) from=10.233.68.190:48042 2021/10/01 07:44:52 [DEBUG] http: Request GET /v1/status/leader (1.544315ms) from=10.233.67.135:41840 2021/10/01 07:44:55 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:44:55 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:44:55 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:44:55 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:44:55 [DEBUG] agent: Node info in sync 2021/10/01 07:44:55 [DEBUG] http: Request PUT /v1/agent/service/register (115.066118ms) from=10.233.67.219:49444 2021/10/01 07:44:55 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:44:55 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:44:55 [DEBUG] agent: Node info in sync 2021/10/01 07:44:55 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (759.816µs) from=10.233.67.219:49446 2021/10/01 07:45:04 [DEBUG] http: Request GET /v1/status/leader (185.759µs) from=10.233.68.190:48180 2021/10/01 07:45:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.330954548s) from=10.233.67.135:55826 2021/10/01 07:45:12 [DEBUG] http: Request GET /v1/status/leader (667.758µs) from=10.233.67.135:42084 2021/10/01 07:45:24 [DEBUG] http: Request GET /v1/status/leader (409.076µs) from=10.233.68.190:48320 2021/10/01 07:45:24 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.735115398s) from=10.233.68.190:59636 2021/10/01 07:45:32 [DEBUG] http: Request GET /v1/status/leader (1.239494ms) from=10.233.67.135:42336 2021/10/01 07:45:38 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.365498331s) from=10.233.68.190:60114 2021/10/01 07:45:39 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.306159614s) from=10.233.68.190:60352 2021/10/01 07:45:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:45:44 [DEBUG] http: Request GET /v1/status/leader (2.266274ms) from=10.233.68.190:48468 2021/10/01 07:45:52 [DEBUG] http: Request GET /v1/status/leader (634.222µs) from=10.233.67.135:42560 2021/10/01 07:45:56 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.647417093s) from=10.233.67.135:56220 2021/10/01 07:45:59 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:46:04 [DEBUG] http: Request GET /v1/status/leader (244.526µs) from=10.233.68.190:48608 2021/10/01 07:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.243714541s) from=10.233.67.135:55524 2021/10/01 07:46:12 [DEBUG] http: Request GET /v1/status/leader (357.199µs) from=10.233.67.135:42790 2021/10/01 07:46:24 [DEBUG] http: Request GET /v1/status/leader (439.326µs) from=10.233.68.190:48756 2021/10/01 07:46:32 [DEBUG] http: Request GET /v1/status/leader (1.054292ms) from=10.233.67.135:43028 2021/10/01 07:46:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:46:44 [DEBUG] http: Request GET /v1/status/leader (691.716µs) from=10.233.68.190:48894 2021/10/01 07:46:50 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:46:50 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:46:50 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:46:50 [DEBUG] agent: Node info in sync 2021/10/01 07:46:52 [DEBUG] http: Request GET /v1/status/leader (209.396µs) from=10.233.67.135:43254 2021/10/01 07:47:04 [DEBUG] http: Request GET /v1/status/leader (787.53µs) from=10.233.68.190:49044 2021/10/01 07:47:09 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.313078652s) from=10.233.67.135:55826 2021/10/01 07:47:12 [DEBUG] http: Request GET /v1/status/leader (253.56µs) from=10.233.67.135:43484 2021/10/01 07:47:24 [DEBUG] http: Request GET /v1/status/leader (1.636364ms) from=10.233.68.190:49178 2021/10/01 07:47:24 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.029732693s) from=10.233.68.190:59636 2021/10/01 07:47:32 [DEBUG] http: Request GET /v1/status/leader (660.337µs) from=10.233.67.135:43720 2021/10/01 07:47:40 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.974584981s) from=10.233.68.190:60352 2021/10/01 07:47:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:47:44 [DEBUG] http: Request GET /v1/status/leader (2.679363ms) from=10.233.68.190:49326 2021/10/01 07:47:45 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.099714345s) from=10.233.68.190:60114 2021/10/01 07:47:52 [DEBUG] http: Request GET /v1/status/leader (379.003µs) from=10.233.67.135:43946 2021/10/01 07:47:56 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.220336989s) from=10.233.67.135:56220 2021/10/01 07:48:04 [DEBUG] http: Request GET /v1/status/leader (787.246µs) from=10.233.68.190:49468 2021/10/01 07:48:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.585864737s) from=10.233.67.135:55524 2021/10/01 07:48:12 [DEBUG] http: Request GET /v1/status/leader (752.606µs) from=10.233.67.135:44180 2021/10/01 07:48:21 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:48:21 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:48:21 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:48:21 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:48:21 [DEBUG] agent: Node info in sync 2021/10/01 07:48:21 [DEBUG] http: Request PUT /v1/agent/service/register (196.610902ms) from=10.233.67.219:51844 2021/10/01 07:48:21 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:48:21 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:48:21 [DEBUG] agent: Node info in sync 2021/10/01 07:48:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.156343ms) from=10.233.67.219:51850 2021/10/01 07:48:24 [DEBUG] http: Request GET /v1/status/leader (411.562µs) from=10.233.68.190:49614 2021/10/01 07:48:32 [DEBUG] http: Request GET /v1/status/leader (208.107µs) from=10.233.67.135:44432 2021/10/01 07:48:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:48:44 [DEBUG] http: Request GET /v1/status/leader (337.653µs) from=10.233.68.190:49766 2021/10/01 07:48:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:48:52 [DEBUG] http: Request GET /v1/status/leader (612.195µs) from=10.233.67.135:44654 2021/10/01 07:49:04 [DEBUG] http: Request GET /v1/status/leader (739.055µs) from=10.233.68.190:49908 2021/10/01 07:49:12 [DEBUG] http: Request GET /v1/status/leader (278.481µs) from=10.233.67.135:44890 2021/10/01 07:49:15 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.107721621s) from=10.233.67.135:55826 2021/10/01 07:49:24 [DEBUG] http: Request GET /v1/status/leader (506.335µs) from=10.233.68.190:50054 2021/10/01 07:49:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.269758731s) from=10.233.68.190:59636 2021/10/01 07:49:32 [DEBUG] http: Request GET /v1/status/leader (440.018µs) from=10.233.67.135:45128 2021/10/01 07:49:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:49:44 [DEBUG] http: Request GET /v1/status/leader (214.119µs) from=10.233.68.190:50198 2021/10/01 07:49:46 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.21118279s) from=10.233.68.190:60352 2021/10/01 07:49:50 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.476752356s) from=10.233.68.190:60114 2021/10/01 07:49:52 [DEBUG] http: Request GET /v1/status/leader (811.022µs) from=10.233.67.135:45350 2021/10/01 07:49:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:49:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:49:54 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:49:54 [DEBUG] agent: Node info in sync 2021/10/01 07:49:58 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.403280577s) from=10.233.67.135:56220 2021/10/01 07:50:04 [DEBUG] http: Request GET /v1/status/leader (443.865µs) from=10.233.68.190:50340 2021/10/01 07:50:08 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.191255251s) from=10.233.67.135:55524 2021/10/01 07:50:12 [DEBUG] http: Request GET /v1/status/leader (608.988µs) from=10.233.67.135:45580 2021/10/01 07:50:24 [DEBUG] http: Request GET /v1/status/leader (186.199µs) from=10.233.68.190:50486 2021/10/01 07:50:32 [DEBUG] http: Request GET /v1/status/leader (172.471µs) from=10.233.67.135:45816 2021/10/01 07:50:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:50:43 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:50:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:50:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:50:43 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:50:43 [DEBUG] agent: Node info in sync 2021/10/01 07:50:43 [DEBUG] http: Request PUT /v1/agent/service/register (147.944036ms) from=10.233.67.219:53502 2021/10/01 07:50:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:50:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:50:43 [DEBUG] agent: Node info in sync 2021/10/01 07:50:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (861.667µs) from=10.233.67.219:53504 2021/10/01 07:50:44 [DEBUG] http: Request GET /v1/status/leader (809.847µs) from=10.233.68.190:50626 2021/10/01 07:50:52 [DEBUG] http: Request GET /v1/status/leader (828.52µs) from=10.233.67.135:46054 2021/10/01 07:51:04 [DEBUG] http: Request GET /v1/status/leader (532.828µs) from=10.233.68.190:50768 2021/10/01 07:51:12 [DEBUG] http: Request GET /v1/status/leader (426.016µs) from=10.233.67.135:46280 2021/10/01 07:51:20 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.463008853s) from=10.233.67.135:55826 2021/10/01 07:51:21 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:51:24 [DEBUG] http: Request GET /v1/status/leader (296.354µs) from=10.233.68.190:50906 2021/10/01 07:51:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.095438377s) from=10.233.68.190:59636 2021/10/01 07:51:32 [DEBUG] http: Request GET /v1/status/leader (765.552µs) from=10.233.67.135:46518 2021/10/01 07:51:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:51:44 [DEBUG] http: Request GET /v1/status/leader (830.573µs) from=10.233.68.190:51050 2021/10/01 07:51:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:51:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:51:46 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:51:46 [DEBUG] agent: Node info in sync 2021/10/01 07:51:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.842314596s) from=10.233.68.190:60352 2021/10/01 07:51:52 [DEBUG] http: Request GET /v1/status/leader (970.102µs) from=10.233.67.135:46742 2021/10/01 07:51:57 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.976055389s) from=10.233.68.190:60114 2021/10/01 07:52:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.40090611s) from=10.233.67.135:56220 2021/10/01 07:52:04 [DEBUG] http: Request GET /v1/status/leader (213.661µs) from=10.233.68.190:51194 2021/10/01 07:52:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.343451172s) from=10.233.67.135:55524 2021/10/01 07:52:12 [DEBUG] http: Request GET /v1/status/leader (182.778µs) from=10.233.67.135:46972 2021/10/01 07:52:24 [DEBUG] http: Request GET /v1/status/leader (381.57µs) from=10.233.68.190:51342 2021/10/01 07:52:32 [DEBUG] http: Request GET /v1/status/leader (712.631µs) from=10.233.67.135:47208 2021/10/01 07:52:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:52:44 [DEBUG] http: Request GET /v1/status/leader (520.502µs) from=10.233.68.190:51488 2021/10/01 07:52:52 [DEBUG] http: Request GET /v1/status/leader (236.753µs) from=10.233.67.135:47430 2021/10/01 07:53:04 [DEBUG] http: Request GET /v1/status/leader (619.529µs) from=10.233.68.190:51634 2021/10/01 07:53:12 [DEBUG] http: Request GET /v1/status/leader (510.568µs) from=10.233.67.135:47662 2021/10/01 07:53:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.148950215s) from=10.233.67.135:55826 2021/10/01 07:53:24 [DEBUG] http: Request GET /v1/status/leader (452.74µs) from=10.233.68.190:51780 2021/10/01 07:53:25 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:53:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:53:25 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:53:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:53:25 [DEBUG] agent: Node info in sync 2021/10/01 07:53:32 [DEBUG] http: Request GET /v1/status/leader (451.004µs) from=10.233.67.135:47908 2021/10/01 07:53:37 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.293183199s) from=10.233.68.190:59636 2021/10/01 07:53:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:53:41 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:53:41 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:53:41 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:53:41 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:53:41 [DEBUG] agent: Node info in sync 2021/10/01 07:53:41 [DEBUG] http: Request PUT /v1/agent/service/register (25.001098ms) from=10.233.67.219:55562 2021/10/01 07:53:41 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:53:41 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:53:41 [DEBUG] agent: Node info in sync 2021/10/01 07:53:41 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (874.53µs) from=10.233.67.219:55564 2021/10/01 07:53:44 [DEBUG] http: Request GET /v1/status/leader (433.114µs) from=10.233.68.190:51926 2021/10/01 07:53:50 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.444900676s) from=10.233.68.190:60352 2021/10/01 07:53:52 [DEBUG] http: Request GET /v1/status/leader (848.387µs) from=10.233.67.135:48156 2021/10/01 07:54:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.181126712s) from=10.233.67.135:56220 2021/10/01 07:54:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.059663132s) from=10.233.68.190:60114 2021/10/01 07:54:04 [DEBUG] http: Request GET /v1/status/leader (178.04µs) from=10.233.68.190:52068 2021/10/01 07:54:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.8733796s) from=10.233.67.135:55524 2021/10/01 07:54:12 [DEBUG] http: Request GET /v1/status/leader (443.221µs) from=10.233.67.135:48384 2021/10/01 07:54:24 [DEBUG] http: Request GET /v1/status/leader (1.095664ms) from=10.233.68.190:52220 2021/10/01 07:54:32 [DEBUG] http: Request GET /v1/status/leader (983.851µs) from=10.233.67.135:48624 2021/10/01 07:54:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:54:44 [DEBUG] http: Request GET /v1/status/leader (277.02µs) from=10.233.68.190:52362 2021/10/01 07:54:53 [DEBUG] http: Request GET /v1/status/leader (202.36µs) from=10.233.67.135:48850 2021/10/01 07:55:04 [DEBUG] http: Request GET /v1/status/leader (1.015161ms) from=10.233.68.190:52510 2021/10/01 07:55:13 [DEBUG] http: Request GET /v1/status/leader (4.23482ms) from=10.233.67.135:49080 2021/10/01 07:55:24 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.362202476s) from=10.233.67.135:55826 2021/10/01 07:55:24 [DEBUG] http: Request GET /v1/status/leader (347.225µs) from=10.233.68.190:52650 2021/10/01 07:55:30 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:55:30 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:55:30 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:55:30 [DEBUG] agent: Node info in sync 2021/10/01 07:55:33 [DEBUG] http: Request GET /v1/status/leader (36.124046ms) from=10.233.67.135:49322 2021/10/01 07:55:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:55:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.0290527s) from=10.233.68.190:59636 2021/10/01 07:55:44 [DEBUG] http: Request GET /v1/status/leader (984.722µs) from=10.233.68.190:52794 2021/10/01 07:55:53 [DEBUG] http: Request GET /v1/status/leader (199.801µs) from=10.233.67.135:49562 2021/10/01 07:55:56 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.258719757s) from=10.233.68.190:60352 2021/10/01 07:56:03 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.391819392s) from=10.233.67.135:56220 2021/10/01 07:56:04 [DEBUG] http: Request GET /v1/status/leader (814.3µs) from=10.233.68.190:52940 2021/10/01 07:56:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:56:10 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.565773085s) from=10.233.68.190:60114 2021/10/01 07:56:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.523074158s) from=10.233.67.135:55524 2021/10/01 07:56:13 [DEBUG] http: Request GET /v1/status/leader (220.03µs) from=10.233.67.135:49792 2021/10/01 07:56:24 [DEBUG] http: Request GET /v1/status/leader (769.314µs) from=10.233.68.190:53082 2021/10/01 07:56:33 [DEBUG] http: Request GET /v1/status/leader (227.844µs) from=10.233.67.135:50024 2021/10/01 07:56:33 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:56:33 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:56:34 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:56:34 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 07:56:34 [DEBUG] agent: Node info in sync 2021/10/01 07:56:34 [DEBUG] http: Request PUT /v1/agent/service/register (258.32435ms) from=10.233.67.219:57590 2021/10/01 07:56:34 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:56:34 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:56:34 [DEBUG] agent: Node info in sync 2021/10/01 07:56:34 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.011568ms) from=10.233.67.219:57594 2021/10/01 07:56:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:56:44 [DEBUG] http: Request GET /v1/status/leader (193.182µs) from=10.233.68.190:53230 2021/10/01 07:56:53 [DEBUG] http: Request GET /v1/status/leader (2.340917ms) from=10.233.67.135:50260 2021/10/01 07:57:04 [DEBUG] http: Request GET /v1/status/leader (967.452µs) from=10.233.68.190:53374 2021/10/01 07:57:13 [DEBUG] http: Request GET /v1/status/leader (774.383µs) from=10.233.67.135:50496 2021/10/01 07:57:24 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.02804679s) from=10.233.67.135:55826 2021/10/01 07:57:24 [DEBUG] http: Request GET /v1/status/leader (216.428µs) from=10.233.68.190:53522 2021/10/01 07:57:33 [DEBUG] http: Request GET /v1/status/leader (1.782193ms) from=10.233.67.135:50734 2021/10/01 07:57:35 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 07:57:35 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:57:35 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:57:35 [DEBUG] agent: Node info in sync 2021/10/01 07:57:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:57:44 [DEBUG] http: Request GET /v1/status/leader (667.051µs) from=10.233.68.190:53668 2021/10/01 07:57:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.062300763s) from=10.233.68.190:59636 2021/10/01 07:57:53 [DEBUG] http: Request GET /v1/status/leader (344.115µs) from=10.233.67.135:50962 2021/10/01 07:58:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.199320024s) from=10.233.68.190:60352 2021/10/01 07:58:04 [DEBUG] http: Request GET /v1/status/leader (783.929µs) from=10.233.68.190:53810 2021/10/01 07:58:06 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.980525739s) from=10.233.67.135:56220 2021/10/01 07:58:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.301192745s) from=10.233.67.135:55524 2021/10/01 07:58:11 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.098152831s) from=10.233.68.190:60114 2021/10/01 07:58:13 [DEBUG] http: Request GET /v1/status/leader (190.051µs) from=10.233.67.135:51186 2021/10/01 07:58:17 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 07:58:25 [DEBUG] http: Request GET /v1/status/leader (379.354µs) from=10.233.68.190:53958 2021/10/01 07:58:33 [DEBUG] http: Request GET /v1/status/leader (1.347027ms) from=10.233.67.135:51428 2021/10/01 07:58:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:58:45 [DEBUG] http: Request GET /v1/status/leader (677.922µs) from=10.233.68.190:54112 2021/10/01 07:58:52 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:58:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 07:58:52 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 07:58:52 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:58:52 [DEBUG] agent: Node info in sync 2021/10/01 07:58:52 [DEBUG] http: Request PUT /v1/agent/service/register (50.763213ms) from=10.233.67.219:59214 2021/10/01 07:58:52 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 07:58:52 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 07:58:52 [DEBUG] agent: Node info in sync 2021/10/01 07:58:52 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.118689ms) from=10.233.67.219:59218 2021/10/01 07:58:53 [DEBUG] http: Request GET /v1/status/leader (362.949µs) from=10.233.67.135:51682 2021/10/01 07:59:05 [DEBUG] http: Request GET /v1/status/leader (165.525µs) from=10.233.68.190:54258 2021/10/01 07:59:13 [DEBUG] http: Request GET /v1/status/leader (390.692µs) from=10.233.67.135:51908 2021/10/01 07:59:25 [DEBUG] http: Request GET /v1/status/leader (771.849µs) from=10.233.68.190:54400 2021/10/01 07:59:28 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.115283684s) from=10.233.67.135:55826 2021/10/01 07:59:33 [DEBUG] http: Request GET /v1/status/leader (568.629µs) from=10.233.67.135:52150 2021/10/01 07:59:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 07:59:45 [DEBUG] http: Request GET /v1/status/leader (863.948µs) from=10.233.68.190:54544 2021/10/01 07:59:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.316427923s) from=10.233.68.190:59636 2021/10/01 07:59:53 [DEBUG] http: Request GET /v1/status/leader (492.741µs) from=10.233.67.135:52376 2021/10/01 08:00:04 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.116010413s) from=10.233.68.190:60352 2021/10/01 08:00:05 [DEBUG] http: Request GET /v1/status/leader (651.498µs) from=10.233.68.190:54688 2021/10/01 08:00:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.620913887s) from=10.233.67.135:56220 2021/10/01 08:00:13 [DEBUG] http: Request GET /v1/status/leader (310.955µs) from=10.233.67.135:52602 2021/10/01 08:00:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.722102731s) from=10.233.67.135:55524 2021/10/01 08:00:16 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.69813456s) from=10.233.68.190:60114 2021/10/01 08:00:25 [DEBUG] http: Request GET /v1/status/leader (626.436µs) from=10.233.68.190:54828 2021/10/01 08:00:33 [DEBUG] http: Request GET /v1/status/leader (403.52µs) from=10.233.67.135:52838 2021/10/01 08:00:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:00:45 [DEBUG] http: Request GET /v1/status/leader (1.667543ms) from=10.233.68.190:54976 2021/10/01 08:00:45 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:00:45 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:00:45 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:00:45 [DEBUG] agent: Node info in sync 2021/10/01 08:00:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:00:53 [DEBUG] http: Request GET /v1/status/leader (592.698µs) from=10.233.67.135:53070 2021/10/01 08:01:05 [DEBUG] http: Request GET /v1/status/leader (20.352809ms) from=10.233.68.190:55120 2021/10/01 08:01:13 [DEBUG] http: Request GET /v1/status/leader (482.908µs) from=10.233.67.135:53300 2021/10/01 08:01:25 [DEBUG] http: Request GET /v1/status/leader (1.028136ms) from=10.233.68.190:55262 2021/10/01 08:01:33 [DEBUG] http: Request GET /v1/status/leader (500.814µs) from=10.233.67.135:53536 2021/10/01 08:01:35 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.298273835s) from=10.233.67.135:55826 2021/10/01 08:01:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:01:45 [DEBUG] http: Request GET /v1/status/leader (186.259µs) from=10.233.68.190:55406 2021/10/01 08:01:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.276335657s) from=10.233.68.190:59636 2021/10/01 08:01:53 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:01:53 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:01:53 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:01:53 [DEBUG] agent: Node info in sync 2021/10/01 08:01:53 [DEBUG] http: Request GET /v1/status/leader (106.007882ms) from=10.233.67.135:53766 2021/10/01 08:02:05 [DEBUG] http: Request GET /v1/status/leader (1.620873ms) from=10.233.68.190:55552 2021/10/01 08:02:09 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.893403837s) from=10.233.68.190:60352 2021/10/01 08:02:13 [DEBUG] http: Request GET /v1/status/leader (677.26µs) from=10.233.67.135:53988 2021/10/01 08:02:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.908513853s) from=10.233.67.135:55524 2021/10/01 08:02:16 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:02:16 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:02:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:02:16 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:02:16 [DEBUG] agent: Node info in sync 2021/10/01 08:02:16 [DEBUG] http: Request PUT /v1/agent/service/register (136.453218ms) from=10.233.67.219:33340 2021/10/01 08:02:16 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:02:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:02:16 [DEBUG] agent: Node info in sync 2021/10/01 08:02:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (487.683µs) from=10.233.67.219:33342 2021/10/01 08:02:17 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.280929466s) from=10.233.67.135:56220 2021/10/01 08:02:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.500006155s) from=10.233.68.190:60114 2021/10/01 08:02:25 [DEBUG] http: Request GET /v1/status/leader (749.239µs) from=10.233.68.190:55696 2021/10/01 08:02:33 [DEBUG] http: Request GET /v1/status/leader (440.742µs) from=10.233.67.135:54244 2021/10/01 08:02:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:02:45 [DEBUG] http: Request GET /v1/status/leader (385.283µs) from=10.233.68.190:55842 2021/10/01 08:02:53 [DEBUG] http: Request GET /v1/status/leader (200.332µs) from=10.233.67.135:54474 2021/10/01 08:03:05 [DEBUG] http: Request GET /v1/status/leader (2.548827ms) from=10.233.68.190:55990 2021/10/01 08:03:13 [DEBUG] http: Request GET /v1/status/leader (234.424µs) from=10.233.67.135:54702 2021/10/01 08:03:14 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:03:22 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:03:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:03:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:03:22 [DEBUG] agent: Node info in sync 2021/10/01 08:03:25 [DEBUG] http: Request GET /v1/status/leader (1.008936ms) from=10.233.68.190:56142 2021/10/01 08:03:34 [DEBUG] http: Request GET /v1/status/leader (748.494µs) from=10.233.67.135:54938 2021/10/01 08:03:39 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.770432567s) from=10.233.67.135:55826 2021/10/01 08:03:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:03:45 [DEBUG] http: Request GET /v1/status/leader (1.880801ms) from=10.233.68.190:56292 2021/10/01 08:03:54 [DEBUG] http: Request GET /v1/status/leader (610.59µs) from=10.233.67.135:55168 2021/10/01 08:03:56 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.62258037s) from=10.233.68.190:59636 2021/10/01 08:04:05 [DEBUG] http: Request GET /v1/status/leader (353.43µs) from=10.233.68.190:56434 2021/10/01 08:04:13 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:04:13 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:04:13 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:04:13 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:04:13 [DEBUG] agent: Node info in sync 2021/10/01 08:04:13 [DEBUG] http: Request PUT /v1/agent/service/register (382.706157ms) from=10.233.67.219:34734 2021/10/01 08:04:13 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:04:13 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:04:13 [DEBUG] agent: Node info in sync 2021/10/01 08:04:13 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.110348ms) from=10.233.67.219:34740 2021/10/01 08:04:14 [DEBUG] http: Request GET /v1/status/leader (196.386µs) from=10.233.67.135:55430 2021/10/01 08:04:15 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.932662644s) from=10.233.68.190:60352 2021/10/01 08:04:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.577535286s) from=10.233.67.135:55524 2021/10/01 08:04:21 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.580952902s) from=10.233.67.135:56220 2021/10/01 08:04:25 [DEBUG] http: Request GET /v1/status/leader (448.042µs) from=10.233.68.190:56582 2021/10/01 08:04:28 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.447196843s) from=10.233.68.190:60114 2021/10/01 08:04:34 [DEBUG] http: Request GET /v1/status/leader (30.243575ms) from=10.233.67.135:55662 2021/10/01 08:04:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:04:45 [DEBUG] http: Request GET /v1/status/leader (278.982µs) from=10.233.68.190:56726 2021/10/01 08:04:54 [DEBUG] http: Request GET /v1/status/leader (602.013µs) from=10.233.67.135:55892 2021/10/01 08:05:05 [DEBUG] http: Request GET /v1/status/leader (340.493µs) from=10.233.68.190:56872 2021/10/01 08:05:14 [DEBUG] http: Request GET /v1/status/leader (559.412µs) from=10.233.67.135:56128 2021/10/01 08:05:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:05:15 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:05:15 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:05:15 [DEBUG] agent: Node info in sync 2021/10/01 08:05:25 [DEBUG] http: Request GET /v1/status/leader (479.994µs) from=10.233.68.190:57020 2021/10/01 08:05:34 [DEBUG] http: Request GET /v1/status/leader (2.33054ms) from=10.233.67.135:56360 2021/10/01 08:05:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:05:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.188648386s) from=10.233.67.135:55826 2021/10/01 08:05:45 [DEBUG] http: Request GET /v1/status/leader (598.747µs) from=10.233.68.190:57166 2021/10/01 08:05:54 [DEBUG] http: Request GET /v1/status/leader (364.761µs) from=10.233.67.135:56602 2021/10/01 08:05:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.140627284s) from=10.233.68.190:59636 2021/10/01 08:06:05 [DEBUG] http: Request GET /v1/status/leader (629.624µs) from=10.233.68.190:57308 2021/10/01 08:06:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:06:14 [DEBUG] http: Request GET /v1/status/leader (821.157µs) from=10.233.67.135:56830 2021/10/01 08:06:19 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.46938001s) from=10.233.68.190:60352 2021/10/01 08:06:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.122892657s) from=10.233.67.135:55524 2021/10/01 08:06:25 [DEBUG] http: Request GET /v1/status/leader (224.434µs) from=10.233.68.190:57450 2021/10/01 08:06:26 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.033896283s) from=10.233.67.135:56220 2021/10/01 08:06:33 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.596718328s) from=10.233.68.190:60114 2021/10/01 08:06:34 [DEBUG] http: Request GET /v1/status/leader (286.531µs) from=10.233.67.135:57070 2021/10/01 08:06:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:06:45 [DEBUG] http: Request GET /v1/status/leader (225.977µs) from=10.233.68.190:57596 2021/10/01 08:06:54 [DEBUG] http: Request GET /v1/status/leader (221.664µs) from=10.233.67.135:57298 2021/10/01 08:07:05 [DEBUG] http: Request GET /v1/status/leader (953.646µs) from=10.233.68.190:57744 2021/10/01 08:07:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:07:08 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:07:08 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:07:08 [DEBUG] agent: Node info in sync 2021/10/01 08:07:14 [DEBUG] http: Request GET /v1/status/leader (249.674µs) from=10.233.67.135:57530 2021/10/01 08:07:25 [DEBUG] http: Request GET /v1/status/leader (817.323µs) from=10.233.68.190:57884 2021/10/01 08:07:34 [DEBUG] http: Request GET /v1/status/leader (207.44µs) from=10.233.67.135:57766 2021/10/01 08:07:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:07:45 [DEBUG] http: Request GET /v1/status/leader (212.213µs) from=10.233.68.190:58038 2021/10/01 08:07:46 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.703256392s) from=10.233.67.135:55826 2021/10/01 08:07:46 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:07:46 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:07:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:07:46 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:07:46 [DEBUG] agent: Node info in sync 2021/10/01 08:07:46 [DEBUG] http: Request PUT /v1/agent/service/register (154.684754ms) from=10.233.67.219:37222 2021/10/01 08:07:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:07:46 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:07:46 [DEBUG] agent: Node info in sync 2021/10/01 08:07:46 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (678.457µs) from=10.233.67.219:37224 2021/10/01 08:07:54 [DEBUG] http: Request GET /v1/status/leader (569.554µs) from=10.233.67.135:58010 2021/10/01 08:07:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.79570994s) from=10.233.68.190:59636 2021/10/01 08:08:05 [DEBUG] http: Request GET /v1/status/leader (1.16412ms) from=10.233.68.190:58180 2021/10/01 08:08:14 [DEBUG] http: Request GET /v1/status/leader (83.793201ms) from=10.233.67.135:58242 2021/10/01 08:08:16 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:08:20 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.889718825s) from=10.233.68.190:60352 2021/10/01 08:08:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.580068331s) from=10.233.67.135:55524 2021/10/01 08:08:25 [DEBUG] http: Request GET /v1/status/leader (609.861µs) from=10.233.68.190:58320 2021/10/01 08:08:29 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.438580949s) from=10.233.67.135:56220 2021/10/01 08:08:34 [DEBUG] http: Request GET /v1/status/leader (1.553077ms) from=10.233.67.135:58478 2021/10/01 08:08:39 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.096644732s) from=10.233.68.190:60114 2021/10/01 08:08:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:08:45 [DEBUG] http: Request GET /v1/status/leader (851.663µs) from=10.233.68.190:58482 2021/10/01 08:08:54 [DEBUG] http: Request GET /v1/status/leader (775.592µs) from=10.233.67.135:58746 2021/10/01 08:09:05 [DEBUG] http: Request GET /v1/status/leader (599.588µs) from=10.233.68.190:58660 2021/10/01 08:09:14 [DEBUG] http: Request GET /v1/status/leader (353.621µs) from=10.233.67.135:59044 2021/10/01 08:09:25 [DEBUG] http: Request GET /v1/status/leader (45.692558ms) from=10.233.68.190:58804 2021/10/01 08:09:33 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:09:33 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:09:33 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:09:33 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:09:33 [DEBUG] agent: Node info in sync 2021/10/01 08:09:33 [DEBUG] http: Request PUT /v1/agent/service/register (68.08412ms) from=10.233.67.219:38604 2021/10/01 08:09:33 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:09:33 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:09:33 [DEBUG] agent: Node info in sync 2021/10/01 08:09:33 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (400.34332ms) from=10.233.67.219:38608 2021/10/01 08:09:34 [DEBUG] http: Request GET /v1/status/leader (635.481µs) from=10.233.67.135:59302 2021/10/01 08:09:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:09:45 [DEBUG] http: Request GET /v1/status/leader (245.424µs) from=10.233.68.190:58950 2021/10/01 08:09:49 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.738340484s) from=10.233.67.135:55826 2021/10/01 08:09:54 [DEBUG] http: Request GET /v1/status/leader (460.911µs) from=10.233.67.135:59532 2021/10/01 08:10:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.929989623s) from=10.233.68.190:59636 2021/10/01 08:10:05 [DEBUG] http: Request GET /v1/status/leader (589.884µs) from=10.233.68.190:59098 2021/10/01 08:10:14 [DEBUG] http: Request GET /v1/status/leader (432.449µs) from=10.233.67.135:59762 2021/10/01 08:10:16 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:10:23 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.351147937s) from=10.233.67.135:55524 2021/10/01 08:10:25 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.096405463s) from=10.233.68.190:60352 2021/10/01 08:10:25 [DEBUG] http: Request GET /v1/status/leader (651.939µs) from=10.233.68.190:59242 2021/10/01 08:10:34 [DEBUG] http: Request GET /v1/status/leader (593.641µs) from=10.233.67.135:60002 2021/10/01 08:10:36 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.882315284s) from=10.233.67.135:56220 2021/10/01 08:10:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:10:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.464849306s) from=10.233.68.190:60114 2021/10/01 08:10:45 [DEBUG] http: Request GET /v1/status/leader (173.6µs) from=10.233.68.190:59390 2021/10/01 08:10:54 [DEBUG] http: Request GET /v1/status/leader (2.495322ms) from=10.233.67.135:60230 2021/10/01 08:11:01 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:11:01 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:11:01 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:11:01 [DEBUG] agent: Node info in sync 2021/10/01 08:11:05 [DEBUG] http: Request GET /v1/status/leader (753.569µs) from=10.233.68.190:59538 2021/10/01 08:11:14 [DEBUG] http: Request GET /v1/status/leader (761.969µs) from=10.233.67.135:60462 2021/10/01 08:11:25 [DEBUG] http: Request GET /v1/status/leader (731.386µs) from=10.233.68.190:59678 2021/10/01 08:11:34 [DEBUG] http: Request GET /v1/status/leader (222.365859ms) from=10.233.67.135:60698 2021/10/01 08:11:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:11:45 [DEBUG] http: Request GET /v1/status/leader (436.179µs) from=10.233.68.190:59824 2021/10/01 08:11:50 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.520818912s) from=10.233.67.135:55826 2021/10/01 08:11:54 [DEBUG] http: Request GET /v1/status/leader (791.381µs) from=10.233.67.135:60928 2021/10/01 08:12:05 [DEBUG] http: Request GET /v1/status/leader (221.842µs) from=10.233.68.190:59968 2021/10/01 08:12:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.880278481s) from=10.233.68.190:59636 2021/10/01 08:12:14 [DEBUG] http: Request GET /v1/status/leader (184.863µs) from=10.233.67.135:32928 2021/10/01 08:12:26 [DEBUG] http: Request GET /v1/status/leader (357.744057ms) from=10.233.68.190:60108 2021/10/01 08:12:28 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.723904629s) from=10.233.68.190:60352 2021/10/01 08:12:30 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.485588324s) from=10.233.67.135:55524 2021/10/01 08:12:34 [DEBUG] http: Request GET /v1/status/leader (806.448µs) from=10.233.67.135:33162 2021/10/01 08:12:39 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.988553017s) from=10.233.67.135:56220 2021/10/01 08:12:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:12:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.266581929s) from=10.233.68.190:60114 2021/10/01 08:12:46 [DEBUG] http: Request GET /v1/status/leader (540.206µs) from=10.233.68.190:60250 2021/10/01 08:12:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:12:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:12:54 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:12:54 [DEBUG] agent: Node info in sync 2021/10/01 08:12:55 [DEBUG] http: Request GET /v1/status/leader (795.096µs) from=10.233.67.135:33388 2021/10/01 08:13:06 [DEBUG] http: Request GET /v1/status/leader (618.699µs) from=10.233.68.190:60394 2021/10/01 08:13:15 [DEBUG] http: Request GET /v1/status/leader (761.892µs) from=10.233.67.135:33618 2021/10/01 08:13:16 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:13:26 [DEBUG] http: Request GET /v1/status/leader (642.887µs) from=10.233.68.190:60536 2021/10/01 08:13:35 [DEBUG] http: Request GET /v1/status/leader (878.334µs) from=10.233.67.135:33858 2021/10/01 08:13:37 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:13:37 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:13:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:13:37 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:13:37 [DEBUG] agent: Node info in sync 2021/10/01 08:13:37 [DEBUG] http: Request PUT /v1/agent/service/register (31.442869ms) from=10.233.67.219:41436 2021/10/01 08:13:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:13:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:13:37 [DEBUG] agent: Node info in sync 2021/10/01 08:13:37 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (2.246525ms) from=10.233.67.219:41440 2021/10/01 08:13:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:13:46 [DEBUG] http: Request GET /v1/status/leader (969.689µs) from=10.233.68.190:60682 2021/10/01 08:13:54 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.512117704s) from=10.233.67.135:55826 2021/10/01 08:13:55 [DEBUG] http: Request GET /v1/status/leader (766.202µs) from=10.233.67.135:34094 2021/10/01 08:14:06 [DEBUG] http: Request GET /v1/status/leader (190.988µs) from=10.233.68.190:60828 2021/10/01 08:14:15 [DEBUG] http: Request GET /v1/status/leader (733.597µs) from=10.233.67.135:34326 2021/10/01 08:14:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.82567674s) from=10.233.68.190:59636 2021/10/01 08:14:26 [DEBUG] http: Request GET /v1/status/leader (314.099µs) from=10.233.68.190:60968 2021/10/01 08:14:32 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.439549207s) from=10.233.68.190:60352 2021/10/01 08:14:33 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.36400143s) from=10.233.67.135:55524 2021/10/01 08:14:35 [DEBUG] http: Request GET /v1/status/leader (251.001µs) from=10.233.67.135:34566 2021/10/01 08:14:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:14:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.621975267s) from=10.233.67.135:56220 2021/10/01 08:14:46 [DEBUG] http: Request GET /v1/status/leader (845.687µs) from=10.233.68.190:32886 2021/10/01 08:14:47 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.046119251s) from=10.233.68.190:60114 2021/10/01 08:14:48 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:14:48 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:14:48 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:14:48 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:14:48 [DEBUG] agent: Node info in sync 2021/10/01 08:14:48 [DEBUG] http: Request PUT /v1/agent/service/register (138.791147ms) from=10.233.67.219:42278 2021/10/01 08:14:48 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:14:48 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:14:48 [DEBUG] agent: Node info in sync 2021/10/01 08:14:48 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (535.04µs) from=10.233.67.219:42282 2021/10/01 08:14:55 [DEBUG] http: Request GET /v1/status/leader (657.448µs) from=10.233.67.135:34816 2021/10/01 08:15:06 [DEBUG] http: Request GET /v1/status/leader (479.621µs) from=10.233.68.190:33034 2021/10/01 08:15:15 [DEBUG] http: Request GET /v1/status/leader (529.953µs) from=10.233.67.135:35050 2021/10/01 08:15:26 [DEBUG] http: Request GET /v1/status/leader (1.016118ms) from=10.233.68.190:33172 2021/10/01 08:15:32 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:15:35 [DEBUG] http: Request GET /v1/status/leader (222.67µs) from=10.233.67.135:35286 2021/10/01 08:15:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:15:46 [DEBUG] http: Request GET /v1/status/leader (828.51µs) from=10.233.68.190:33322 2021/10/01 08:15:55 [DEBUG] http: Request GET /v1/status/leader (436.699µs) from=10.233.67.135:35530 2021/10/01 08:16:00 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.558083622s) from=10.233.67.135:55826 2021/10/01 08:16:06 [DEBUG] http: Request GET /v1/status/leader (660.112µs) from=10.233.68.190:33470 2021/10/01 08:16:15 [DEBUG] http: Request GET /v1/status/leader (47.27241ms) from=10.233.67.135:35770 2021/10/01 08:16:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.929293497s) from=10.233.68.190:59636 2021/10/01 08:16:26 [DEBUG] http: Request GET /v1/status/leader (370.729µs) from=10.233.68.190:33610 2021/10/01 08:16:33 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.079437514s) from=10.233.68.190:60352 2021/10/01 08:16:34 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:16:34 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:16:34 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:16:34 [DEBUG] agent: Node info in sync 2021/10/01 08:16:35 [DEBUG] http: Request GET /v1/status/leader (260.347µs) from=10.233.67.135:36000 2021/10/01 08:16:39 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.69348775s) from=10.233.67.135:55524 2021/10/01 08:16:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:16:46 [DEBUG] http: Request GET /v1/status/leader (568.264µs) from=10.233.68.190:33752 2021/10/01 08:16:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.203619036s) from=10.233.67.135:56220 2021/10/01 08:16:53 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.614852987s) from=10.233.68.190:60114 2021/10/01 08:16:55 [DEBUG] http: Request GET /v1/status/leader (606.887µs) from=10.233.67.135:36226 2021/10/01 08:17:06 [DEBUG] http: Request GET /v1/status/leader (473.228µs) from=10.233.68.190:33896 2021/10/01 08:17:15 [DEBUG] http: Request GET /v1/status/leader (287.641µs) from=10.233.67.135:36460 2021/10/01 08:17:26 [DEBUG] http: Request GET /v1/status/leader (924.388µs) from=10.233.68.190:34042 2021/10/01 08:17:35 [DEBUG] http: Request GET /v1/status/leader (804.375µs) from=10.233.67.135:36700 2021/10/01 08:17:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:17:46 [DEBUG] http: Request GET /v1/status/leader (615.861µs) from=10.233.68.190:34182 2021/10/01 08:17:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:17:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:17:54 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:17:54 [DEBUG] agent: Node info in sync 2021/10/01 08:17:55 [DEBUG] http: Request GET /v1/status/leader (456.364µs) from=10.233.67.135:36928 2021/10/01 08:18:02 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.324255266s) from=10.233.67.135:55826 2021/10/01 08:18:03 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:18:06 [DEBUG] http: Request GET /v1/status/leader (492.954µs) from=10.233.68.190:34332 2021/10/01 08:18:15 [DEBUG] http: Request GET /v1/status/leader (1.271863ms) from=10.233.67.135:37160 2021/10/01 08:18:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.82813781s) from=10.233.68.190:59636 2021/10/01 08:18:26 [DEBUG] http: Request GET /v1/status/leader (436.825µs) from=10.233.68.190:34474 2021/10/01 08:18:35 [DEBUG] http: Request GET /v1/status/leader (223.245µs) from=10.233.67.135:37398 2021/10/01 08:18:37 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.272213117s) from=10.233.68.190:60352 2021/10/01 08:18:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:18:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.210803446s) from=10.233.67.135:55524 2021/10/01 08:18:46 [DEBUG] http: Request GET /v1/status/leader (93.526842ms) from=10.233.68.190:34624 2021/10/01 08:18:55 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.385359846s) from=10.233.67.135:56220 2021/10/01 08:18:55 [DEBUG] http: Request GET /v1/status/leader (235.084µs) from=10.233.67.135:37622 2021/10/01 08:18:56 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.311820871s) from=10.233.68.190:60114 2021/10/01 08:19:01 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:19:01 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:19:01 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:19:01 [DEBUG] agent: Node info in sync 2021/10/01 08:19:06 [DEBUG] http: Request GET /v1/status/leader (271.877µs) from=10.233.68.190:34780 2021/10/01 08:19:15 [DEBUG] http: Request GET /v1/status/leader (312.72µs) from=10.233.67.135:37856 2021/10/01 08:19:26 [DEBUG] http: Request GET /v1/status/leader (689.926µs) from=10.233.68.190:34918 2021/10/01 08:19:35 [DEBUG] http: Request GET /v1/status/leader (578.064µs) from=10.233.67.135:38094 2021/10/01 08:19:35 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:19:35 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:19:35 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:19:35 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:19:35 [DEBUG] agent: Node info in sync 2021/10/01 08:19:35 [DEBUG] http: Request PUT /v1/agent/service/register (205.594625ms) from=10.233.67.219:45650 2021/10/01 08:19:35 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:19:35 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:19:35 [DEBUG] agent: Node info in sync 2021/10/01 08:19:35 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (935.552µs) from=10.233.67.219:45654 2021/10/01 08:19:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:19:46 [DEBUG] http: Request GET /v1/status/leader (415.589µs) from=10.233.68.190:35064 2021/10/01 08:19:55 [DEBUG] http: Request GET /v1/status/leader (560.471µs) from=10.233.67.135:38328 2021/10/01 08:20:06 [DEBUG] http: Request GET /v1/status/leader (203.18µs) from=10.233.68.190:35212 2021/10/01 08:20:07 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.770957909s) from=10.233.67.135:55826 2021/10/01 08:20:09 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:20:09 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:20:09 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:20:09 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:20:09 [DEBUG] agent: Node info in sync 2021/10/01 08:20:09 [DEBUG] http: Request PUT /v1/agent/service/register (43.823544ms) from=10.233.67.219:46046 2021/10/01 08:20:09 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:20:09 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:20:09 [DEBUG] agent: Node info in sync 2021/10/01 08:20:09 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (561.673µs) from=10.233.67.219:46048 2021/10/01 08:20:15 [DEBUG] http: Request GET /v1/status/leader (190.649µs) from=10.233.67.135:38586 2021/10/01 08:20:19 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:20:26 [DEBUG] http: Request GET /v1/status/leader (1.178989ms) from=10.233.68.190:35356 2021/10/01 08:20:31 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.932230609s) from=10.233.68.190:59636 2021/10/01 08:20:35 [DEBUG] http: Request GET /v1/status/leader (236.005µs) from=10.233.67.135:38818 2021/10/01 08:20:40 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.515873984s) from=10.233.68.190:60352 2021/10/01 08:20:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:20:42 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.919735721s) from=10.233.67.135:55524 2021/10/01 08:20:46 [DEBUG] http: Request GET /v1/status/leader (943.035µs) from=10.233.68.190:35502 2021/10/01 08:20:55 [DEBUG] http: Request GET /v1/status/leader (2.876934ms) from=10.233.67.135:39040 2021/10/01 08:20:58 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.726615334s) from=10.233.67.135:56220 2021/10/01 08:20:59 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.868717277s) from=10.233.68.190:60114 2021/10/01 08:21:06 [DEBUG] http: Request GET /v1/status/leader (844.106µs) from=10.233.68.190:35644 2021/10/01 08:21:10 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:21:10 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:21:10 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:21:10 [DEBUG] agent: Node info in sync 2021/10/01 08:21:16 [DEBUG] http: Request GET /v1/status/leader (543.52µs) from=10.233.67.135:39274 2021/10/01 08:21:26 [DEBUG] http: Request GET /v1/status/leader (201.745µs) from=10.233.68.190:35788 2021/10/01 08:21:36 [DEBUG] http: Request GET /v1/status/leader (432.417µs) from=10.233.67.135:39512 2021/10/01 08:21:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:21:47 [DEBUG] http: Request GET /v1/status/leader (349.941416ms) from=10.233.68.190:35934 2021/10/01 08:21:56 [DEBUG] http: Request GET /v1/status/leader (34.305509ms) from=10.233.67.135:39742 2021/10/01 08:22:07 [DEBUG] http: Request GET /v1/status/leader (821.325µs) from=10.233.68.190:36080 2021/10/01 08:22:13 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.287693606s) from=10.233.67.135:55826 2021/10/01 08:22:16 [DEBUG] http: Request GET /v1/status/leader (238.379µs) from=10.233.67.135:39970 2021/10/01 08:22:27 [DEBUG] http: Request GET /v1/status/leader (1.08024ms) from=10.233.68.190:36224 2021/10/01 08:22:34 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.73667552s) from=10.233.68.190:59636 2021/10/01 08:22:36 [DEBUG] http: Request GET /v1/status/leader (905.943µs) from=10.233.67.135:40230 2021/10/01 08:22:38 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:22:38 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:22:38 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:22:38 [DEBUG] agent: Node info in sync 2021/10/01 08:22:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:22:42 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.298942538s) from=10.233.68.190:60352 2021/10/01 08:22:47 [DEBUG] http: Request GET /v1/status/leader (851.849µs) from=10.233.68.190:36372 2021/10/01 08:22:48 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.696581749s) from=10.233.67.135:55524 2021/10/01 08:22:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:22:56 [DEBUG] http: Request GET /v1/status/leader (359.917µs) from=10.233.67.135:40464 2021/10/01 08:22:58 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.162007342s) from=10.233.67.135:56220 2021/10/01 08:23:00 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.739865418s) from=10.233.68.190:60114 2021/10/01 08:23:07 [DEBUG] http: Request GET /v1/status/leader (164.492µs) from=10.233.68.190:36516 2021/10/01 08:23:16 [DEBUG] http: Request GET /v1/status/leader (267.857µs) from=10.233.67.135:40692 2021/10/01 08:23:27 [DEBUG] http: Request GET /v1/status/leader (1.424023ms) from=10.233.68.190:36656 2021/10/01 08:23:36 [DEBUG] http: Request GET /v1/status/leader (334.17µs) from=10.233.67.135:40930 2021/10/01 08:23:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:23:47 [DEBUG] http: Request GET /v1/status/leader (201.054µs) from=10.233.68.190:36808 2021/10/01 08:23:56 [DEBUG] http: Request GET /v1/status/leader (669.889µs) from=10.233.67.135:41162 2021/10/01 08:24:07 [DEBUG] http: Request GET /v1/status/leader (783.287µs) from=10.233.68.190:36958 2021/10/01 08:24:16 [DEBUG] http: Request GET /v1/status/leader (729.381µs) from=10.233.67.135:41408 2021/10/01 08:24:17 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.163612016s) from=10.233.67.135:55826 2021/10/01 08:24:27 [DEBUG] http: Request GET /v1/status/leader (253.689µs) from=10.233.68.190:37100 2021/10/01 08:24:32 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:24:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:24:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:24:32 [DEBUG] agent: Node info in sync 2021/10/01 08:24:36 [DEBUG] http: Request GET /v1/status/leader (326.683ms) from=10.233.67.135:41642 2021/10/01 08:24:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:24:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.764498291s) from=10.233.68.190:59636 2021/10/01 08:24:44 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.602677761s) from=10.233.68.190:60352 2021/10/01 08:24:47 [DEBUG] http: Request GET /v1/status/leader (307.705µs) from=10.233.68.190:37244 2021/10/01 08:24:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.068767991s) from=10.233.67.135:55524 2021/10/01 08:24:56 [DEBUG] http: Request GET /v1/status/leader (584.467µs) from=10.233.67.135:41874 2021/10/01 08:25:04 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.643096923s) from=10.233.67.135:56220 2021/10/01 08:25:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.218543816s) from=10.233.68.190:60114 2021/10/01 08:25:07 [DEBUG] http: Request GET /v1/status/leader (874.723µs) from=10.233.68.190:37392 2021/10/01 08:25:16 [DEBUG] http: Request GET /v1/status/leader (168.984µs) from=10.233.67.135:42116 2021/10/01 08:25:25 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:25:25 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:25:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:25:25 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:25:25 [DEBUG] agent: Node info in sync 2021/10/01 08:25:25 [DEBUG] http: Request PUT /v1/agent/service/register (559.756348ms) from=10.233.67.219:49790 2021/10/01 08:25:25 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:25:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:25:25 [DEBUG] agent: Node info in sync 2021/10/01 08:25:25 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (613.714µs) from=10.233.67.219:49796 2021/10/01 08:25:27 [DEBUG] http: Request GET /v1/status/leader (456.426µs) from=10.233.68.190:37536 2021/10/01 08:25:28 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:25:28 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:25:28 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:25:28 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:25:28 [DEBUG] agent: Node info in sync 2021/10/01 08:25:28 [DEBUG] http: Request PUT /v1/agent/service/register (26.704477ms) from=10.233.67.219:49832 2021/10/01 08:25:28 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:25:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:25:28 [DEBUG] agent: Node info in sync 2021/10/01 08:25:28 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (975.597µs) from=10.233.67.219:49834 2021/10/01 08:25:30 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:25:36 [DEBUG] http: Request GET /v1/status/leader (536.608µs) from=10.233.67.135:42378 2021/10/01 08:25:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:25:47 [DEBUG] http: Request GET /v1/status/leader (590.021µs) from=10.233.68.190:37678 2021/10/01 08:25:56 [DEBUG] http: Request GET /v1/status/leader (997.248µs) from=10.233.67.135:42608 2021/10/01 08:26:07 [DEBUG] http: Request GET /v1/status/leader (325.981µs) from=10.233.68.190:37824 2021/10/01 08:26:16 [DEBUG] http: Request GET /v1/status/leader (184.707µs) from=10.233.67.135:42870 2021/10/01 08:26:19 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.2347352s) from=10.233.67.135:55826 2021/10/01 08:26:27 [DEBUG] http: Request GET /v1/status/leader (841.153µs) from=10.233.68.190:37970 2021/10/01 08:26:36 [DEBUG] http: Request GET /v1/status/leader (611.196µs) from=10.233.67.135:43110 2021/10/01 08:26:37 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:26:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:26:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:26:37 [DEBUG] agent: Node info in sync 2021/10/01 08:26:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:26:46 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.659624666s) from=10.233.68.190:59636 2021/10/01 08:26:47 [DEBUG] http: Request GET /v1/status/leader (441.645µs) from=10.233.68.190:38116 2021/10/01 08:26:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.309767267s) from=10.233.68.190:60352 2021/10/01 08:26:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.189123152s) from=10.233.67.135:55524 2021/10/01 08:26:56 [DEBUG] http: Request GET /v1/status/leader (789.583µs) from=10.233.67.135:43352 2021/10/01 08:27:06 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.943065216s) from=10.233.67.135:56220 2021/10/01 08:27:07 [DEBUG] http: Request GET /v1/status/leader (753.192µs) from=10.233.68.190:38260 2021/10/01 08:27:09 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.77115915s) from=10.233.68.190:60114 2021/10/01 08:27:17 [DEBUG] http: Request GET /v1/status/leader (343.336µs) from=10.233.67.135:43586 2021/10/01 08:27:27 [DEBUG] http: Request GET /v1/status/leader (642.035µs) from=10.233.68.190:38408 2021/10/01 08:27:37 [DEBUG] http: Request GET /v1/status/leader (766.459µs) from=10.233.67.135:43814 2021/10/01 08:27:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:27:47 [DEBUG] http: Request GET /v1/status/leader (561.894µs) from=10.233.68.190:38556 2021/10/01 08:27:57 [DEBUG] http: Request GET /v1/status/leader (918.238µs) from=10.233.67.135:44050 2021/10/01 08:28:07 [DEBUG] http: Request GET /v1/status/leader (263.158µs) from=10.233.68.190:38706 2021/10/01 08:28:12 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:28:17 [DEBUG] http: Request GET /v1/status/leader (1.268721ms) from=10.233.67.135:44278 2021/10/01 08:28:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:28:20 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:28:20 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:28:20 [DEBUG] agent: Node info in sync 2021/10/01 08:28:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.007950026s) from=10.233.67.135:55826 2021/10/01 08:28:27 [DEBUG] http: Request GET /v1/status/leader (586.609µs) from=10.233.68.190:38854 2021/10/01 08:28:37 [DEBUG] http: Request GET /v1/status/leader (781.679µs) from=10.233.67.135:44534 2021/10/01 08:28:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:28:46 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.533928789s) from=10.233.68.190:59636 2021/10/01 08:28:47 [DEBUG] http: Request GET /v1/status/leader (1.151527ms) from=10.233.68.190:38994 2021/10/01 08:28:52 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.827436929s) from=10.233.68.190:60352 2021/10/01 08:28:57 [DEBUG] http: Request GET /v1/status/leader (787.125µs) from=10.233.67.135:44768 2021/10/01 08:28:57 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.073102715s) from=10.233.67.135:55524 2021/10/01 08:29:07 [DEBUG] http: Request GET /v1/status/leader (550.089µs) from=10.233.68.190:39146 2021/10/01 08:29:09 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.055317249s) from=10.233.67.135:56220 2021/10/01 08:29:12 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.246778749s) from=10.233.68.190:60114 2021/10/01 08:29:17 [DEBUG] http: Request GET /v1/status/leader (279.379µs) from=10.233.67.135:44996 2021/10/01 08:29:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:29:25 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:29:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:29:25 [DEBUG] agent: Node info in sync 2021/10/01 08:29:27 [DEBUG] http: Request GET /v1/status/leader (914.224µs) from=10.233.68.190:39290 2021/10/01 08:29:37 [DEBUG] http: Request GET /v1/status/leader (1.339304ms) from=10.233.67.135:45236 2021/10/01 08:29:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:29:47 [DEBUG] http: Request GET /v1/status/leader (877.717µs) from=10.233.68.190:39430 2021/10/01 08:29:57 [DEBUG] http: Request GET /v1/status/leader (380.772µs) from=10.233.67.135:45466 2021/10/01 08:30:07 [DEBUG] http: Request GET /v1/status/leader (553.281µs) from=10.233.68.190:39572 2021/10/01 08:30:17 [DEBUG] http: Request GET /v1/status/leader (787.531µs) from=10.233.67.135:45696 2021/10/01 08:30:23 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:30:26 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.824600049s) from=10.233.67.135:55826 2021/10/01 08:30:27 [DEBUG] http: Request GET /v1/status/leader (724.074µs) from=10.233.68.190:39712 2021/10/01 08:30:35 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:30:35 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:30:35 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:30:35 [DEBUG] agent: Node info in sync 2021/10/01 08:30:37 [DEBUG] http: Request GET /v1/status/leader (595.555µs) from=10.233.67.135:45928 2021/10/01 08:30:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:30:47 [DEBUG] http: Request GET /v1/status/leader (204.607µs) from=10.233.68.190:39860 2021/10/01 08:30:48 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.97634728s) from=10.233.68.190:59636 2021/10/01 08:30:49 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:30:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:30:49 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:30:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:30:49 [DEBUG] agent: Node info in sync 2021/10/01 08:30:49 [DEBUG] http: Request PUT /v1/agent/service/register (77.527812ms) from=10.233.67.219:53640 2021/10/01 08:30:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:30:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:30:49 [DEBUG] agent: Node info in sync 2021/10/01 08:30:49 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (99.591517ms) from=10.233.67.219:53642 2021/10/01 08:30:57 [DEBUG] http: Request GET /v1/status/leader (283.038µs) from=10.233.67.135:46186 2021/10/01 08:30:58 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.668625868s) from=10.233.68.190:60352 2021/10/01 08:30:59 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:30:59 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:30:59 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:30:59 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:30:59 [DEBUG] agent: Node info in sync 2021/10/01 08:30:59 [DEBUG] http: Request PUT /v1/agent/service/register (186.549905ms) from=10.233.67.219:53768 2021/10/01 08:30:59 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:30:59 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:30:59 [DEBUG] agent: Node info in sync 2021/10/01 08:30:59 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.302774ms) from=10.233.67.219:53770 2021/10/01 08:31:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.829267054s) from=10.233.67.135:55524 2021/10/01 08:31:07 [DEBUG] http: Request GET /v1/status/leader (7.015755ms) from=10.233.68.190:40008 2021/10/01 08:31:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.93434149s) from=10.233.67.135:56220 2021/10/01 08:31:15 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.346021075s) from=10.233.68.190:60114 2021/10/01 08:31:17 [DEBUG] http: Request GET /v1/status/leader (555.257µs) from=10.233.67.135:46422 2021/10/01 08:31:28 [DEBUG] http: Request GET /v1/status/leader (382.024235ms) from=10.233.68.190:40148 2021/10/01 08:31:37 [DEBUG] http: Request GET /v1/status/leader (509.864µs) from=10.233.67.135:46652 2021/10/01 08:31:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:31:48 [DEBUG] http: Request GET /v1/status/leader (644.419µs) from=10.233.68.190:40302 2021/10/01 08:31:57 [DEBUG] http: Request GET /v1/status/leader (589.62µs) from=10.233.67.135:46884 2021/10/01 08:32:08 [DEBUG] http: Request GET /v1/status/leader (653.613µs) from=10.233.68.190:40452 2021/10/01 08:32:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:32:09 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:32:09 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:32:09 [DEBUG] agent: Node info in sync 2021/10/01 08:32:17 [DEBUG] http: Request GET /v1/status/leader (571.472µs) from=10.233.67.135:47110 2021/10/01 08:32:28 [DEBUG] http: Request GET /v1/status/leader (194.074µs) from=10.233.68.190:40596 2021/10/01 08:32:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.001663367s) from=10.233.67.135:55826 2021/10/01 08:32:37 [DEBUG] http: Request GET /v1/status/leader (242.923µs) from=10.233.67.135:47342 2021/10/01 08:32:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:32:48 [DEBUG] http: Request GET /v1/status/leader (694.48µs) from=10.233.68.190:40746 2021/10/01 08:32:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.598297124s) from=10.233.68.190:59636 2021/10/01 08:32:57 [DEBUG] http: Request GET /v1/status/leader (705.602µs) from=10.233.67.135:47588 2021/10/01 08:33:03 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.812869354s) from=10.233.68.190:60352 2021/10/01 08:33:08 [DEBUG] http: Request GET /v1/status/leader (269.533µs) from=10.233.68.190:40902 2021/10/01 08:33:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.996224261s) from=10.233.67.135:55524 2021/10/01 08:33:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:33:17 [DEBUG] http: Request GET /v1/status/leader (203.281µs) from=10.233.67.135:47826 2021/10/01 08:33:17 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.937060399s) from=10.233.67.135:56220 2021/10/01 08:33:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.961966036s) from=10.233.68.190:60114 2021/10/01 08:33:28 [DEBUG] http: Request GET /v1/status/leader (787.973µs) from=10.233.68.190:41044 2021/10/01 08:33:37 [DEBUG] http: Request GET /v1/status/leader (632.435µs) from=10.233.67.135:48060 2021/10/01 08:33:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:33:48 [DEBUG] http: Request GET /v1/status/leader (177.33µs) from=10.233.68.190:41188 2021/10/01 08:33:56 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:33:56 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:33:56 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:33:56 [DEBUG] agent: Node info in sync 2021/10/01 08:33:57 [DEBUG] http: Request GET /v1/status/leader (125.582464ms) from=10.233.67.135:48294 2021/10/01 08:34:08 [DEBUG] http: Request GET /v1/status/leader (502.355µs) from=10.233.68.190:41336 2021/10/01 08:34:17 [DEBUG] http: Request GET /v1/status/leader (1.060979ms) from=10.233.67.135:48532 2021/10/01 08:34:28 [DEBUG] http: Request GET /v1/status/leader (536.029µs) from=10.233.68.190:41484 2021/10/01 08:34:35 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.59312123s) from=10.233.67.135:55826 2021/10/01 08:34:37 [DEBUG] http: Request GET /v1/status/leader (231.19µs) from=10.233.67.135:48762 2021/10/01 08:34:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:34:48 [DEBUG] http: Request GET /v1/status/leader (135.285542ms) from=10.233.68.190:41632 2021/10/01 08:34:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.335413896s) from=10.233.68.190:59636 2021/10/01 08:34:57 [DEBUG] http: Request GET /v1/status/leader (766.308µs) from=10.233.67.135:49002 2021/10/01 08:35:08 [DEBUG] http: Request GET /v1/status/leader (914.296µs) from=10.233.68.190:41778 2021/10/01 08:35:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.864754725s) from=10.233.68.190:60352 2021/10/01 08:35:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.453820978s) from=10.233.67.135:55524 2021/10/01 08:35:17 [DEBUG] http: Request GET /v1/status/leader (331.039µs) from=10.233.67.135:49234 2021/10/01 08:35:23 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.937324846s) from=10.233.67.135:56220 2021/10/01 08:35:26 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.26816592s) from=10.233.68.190:60114 2021/10/01 08:35:28 [DEBUG] http: Request GET /v1/status/leader (612.658µs) from=10.233.68.190:41918 2021/10/01 08:35:28 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:35:37 [DEBUG] http: Request GET /v1/status/leader (1.045573ms) from=10.233.67.135:49464 2021/10/01 08:35:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:35:48 [DEBUG] http: Request GET /v1/status/leader (247.897µs) from=10.233.68.190:42062 2021/10/01 08:35:55 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:35:55 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:35:55 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:35:55 [DEBUG] agent: Node info in sync 2021/10/01 08:35:57 [DEBUG] http: Request GET /v1/status/leader (573.626µs) from=10.233.67.135:49702 2021/10/01 08:36:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:36:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:36:04 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:36:04 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:36:04 [DEBUG] agent: Node info in sync 2021/10/01 08:36:04 [DEBUG] http: Request PUT /v1/agent/service/register (119.836292ms) from=10.233.67.219:57364 2021/10/01 08:36:04 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:36:04 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:36:04 [DEBUG] agent: Node info in sync 2021/10/01 08:36:04 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (502.892µs) from=10.233.67.219:57370 2021/10/01 08:36:08 [DEBUG] http: Request GET /v1/status/leader (832.729µs) from=10.233.68.190:42210 2021/10/01 08:36:17 [DEBUG] http: Request GET /v1/status/leader (648.121µs) from=10.233.67.135:49974 2021/10/01 08:36:28 [DEBUG] http: Request GET /v1/status/leader (63.529617ms) from=10.233.68.190:42358 2021/10/01 08:36:37 [DEBUG] http: Request GET /v1/status/leader (807.498µs) from=10.233.67.135:50208 2021/10/01 08:36:39 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.644790905s) from=10.233.67.135:55826 2021/10/01 08:36:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:36:48 [DEBUG] http: Request GET /v1/status/leader (197.94µs) from=10.233.68.190:42510 2021/10/01 08:36:54 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:36:54 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:36:54 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:36:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:36:54 [DEBUG] agent: Node info in sync 2021/10/01 08:36:54 [DEBUG] http: Request PUT /v1/agent/service/register (42.258416ms) from=10.233.67.219:57964 2021/10/01 08:36:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:36:54 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:36:54 [DEBUG] agent: Node info in sync 2021/10/01 08:36:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.430002ms) from=10.233.67.219:57970 2021/10/01 08:36:57 [DEBUG] http: Request GET /v1/status/leader (369.71µs) from=10.233.67.135:50446 2021/10/01 08:36:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.556864944s) from=10.233.68.190:59636 2021/10/01 08:37:08 [DEBUG] http: Request GET /v1/status/leader (746.602µs) from=10.233.68.190:42652 2021/10/01 08:37:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.480513467s) from=10.233.68.190:60352 2021/10/01 08:37:17 [DEBUG] http: Request GET /v1/status/leader (204.812µs) from=10.233.67.135:50676 2021/10/01 08:37:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.504495993s) from=10.233.67.135:55524 2021/10/01 08:37:24 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.401798863s) from=10.233.67.135:56220 2021/10/01 08:37:27 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.553053932s) from=10.233.68.190:60114 2021/10/01 08:37:28 [DEBUG] http: Request GET /v1/status/leader (227.876µs) from=10.233.68.190:42790 2021/10/01 08:37:37 [DEBUG] http: Request GET /v1/status/leader (287.872µs) from=10.233.67.135:50910 2021/10/01 08:37:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:37:48 [DEBUG] http: Request GET /v1/status/leader (33.716378ms) from=10.233.68.190:42938 2021/10/01 08:37:50 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:37:57 [DEBUG] http: Request GET /v1/status/leader (1.070755ms) from=10.233.67.135:51144 2021/10/01 08:38:08 [DEBUG] http: Request GET /v1/status/leader (585.205µs) from=10.233.68.190:43078 2021/10/01 08:38:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:38:15 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:38:15 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:38:15 [DEBUG] agent: Node info in sync 2021/10/01 08:38:17 [DEBUG] http: Request GET /v1/status/leader (232.866µs) from=10.233.67.135:51374 2021/10/01 08:38:29 [DEBUG] http: Request GET /v1/status/leader (478.054µs) from=10.233.68.190:43218 2021/10/01 08:38:37 [DEBUG] http: Request GET /v1/status/leader (2.820999ms) from=10.233.67.135:51608 2021/10/01 08:38:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:38:44 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.23184063s) from=10.233.67.135:55826 2021/10/01 08:38:49 [DEBUG] http: Request GET /v1/status/leader (281.353µs) from=10.233.68.190:43370 2021/10/01 08:38:58 [DEBUG] http: Request GET /v1/status/leader (736.843µs) from=10.233.67.135:51844 2021/10/01 08:39:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.250490455s) from=10.233.68.190:59636 2021/10/01 08:39:09 [DEBUG] http: Request GET /v1/status/leader (1.179464ms) from=10.233.68.190:43512 2021/10/01 08:39:18 [DEBUG] http: Request GET /v1/status/leader (608.385µs) from=10.233.67.135:52072 2021/10/01 08:39:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.242477192s) from=10.233.67.135:55524 2021/10/01 08:39:23 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.180107598s) from=10.233.68.190:60352 2021/10/01 08:39:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:39:25 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:39:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:39:25 [DEBUG] agent: Node info in sync 2021/10/01 08:39:27 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.123750479s) from=10.233.67.135:56220 2021/10/01 08:39:29 [DEBUG] http: Request GET /v1/status/leader (862.389µs) from=10.233.68.190:43658 2021/10/01 08:39:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.942019862s) from=10.233.68.190:60114 2021/10/01 08:39:38 [DEBUG] http: Request GET /v1/status/leader (485.614µs) from=10.233.67.135:52302 2021/10/01 08:39:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:39:49 [DEBUG] http: Request GET /v1/status/leader (434.153µs) from=10.233.68.190:43808 2021/10/01 08:39:58 [DEBUG] http: Request GET /v1/status/leader (215.560937ms) from=10.233.67.135:52538 2021/10/01 08:40:09 [DEBUG] http: Request GET /v1/status/leader (805.631µs) from=10.233.68.190:43954 2021/10/01 08:40:18 [DEBUG] http: Request GET /v1/status/leader (797.816µs) from=10.233.67.135:52770 2021/10/01 08:40:29 [DEBUG] http: Request GET /v1/status/leader (715.913µs) from=10.233.68.190:44100 2021/10/01 08:40:32 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:40:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:40:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:40:32 [DEBUG] agent: Node info in sync 2021/10/01 08:40:38 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:40:38 [DEBUG] http: Request GET /v1/status/leader (452.161µs) from=10.233.67.135:52998 2021/10/01 08:40:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:40:49 [DEBUG] http: Request GET /v1/status/leader (983.245µs) from=10.233.68.190:44248 2021/10/01 08:40:50 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.897198279s) from=10.233.67.135:55826 2021/10/01 08:40:58 [DEBUG] http: Request GET /v1/status/leader (166.714µs) from=10.233.67.135:53248 2021/10/01 08:41:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.868498388s) from=10.233.68.190:59636 2021/10/01 08:41:09 [DEBUG] http: Request GET /v1/status/leader (949.094µs) from=10.233.68.190:44390 2021/10/01 08:41:18 [DEBUG] http: Request GET /v1/status/leader (2.639462ms) from=10.233.67.135:53486 2021/10/01 08:41:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.98947593s) from=10.233.67.135:55524 2021/10/01 08:41:28 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:41:28 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:41:28 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:41:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:41:28 [DEBUG] agent: Node info in sync 2021/10/01 08:41:28 [DEBUG] http: Request PUT /v1/agent/service/register (235.636681ms) from=10.233.67.219:32936 2021/10/01 08:41:28 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:41:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:41:28 [DEBUG] agent: Node info in sync 2021/10/01 08:41:28 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (585.24µs) from=10.233.67.219:32942 2021/10/01 08:41:29 [DEBUG] http: Request GET /v1/status/leader (516.591µs) from=10.233.68.190:44532 2021/10/01 08:41:30 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.429617614s) from=10.233.68.190:60352 2021/10/01 08:41:31 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.714176443s) from=10.233.67.135:56220 2021/10/01 08:41:32 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.924539618s) from=10.233.68.190:60114 2021/10/01 08:41:38 [DEBUG] http: Request GET /v1/status/leader (1.895098ms) from=10.233.67.135:53738 2021/10/01 08:41:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:41:49 [DEBUG] http: Request GET /v1/status/leader (247.036µs) from=10.233.68.190:44674 2021/10/01 08:41:58 [DEBUG] http: Request GET /v1/status/leader (627.867µs) from=10.233.67.135:53974 2021/10/01 08:42:09 [DEBUG] http: Request GET /v1/status/leader (839.01µs) from=10.233.68.190:44810 2021/10/01 08:42:18 [DEBUG] http: Request GET /v1/status/leader (972.488µs) from=10.233.67.135:54206 2021/10/01 08:42:29 [DEBUG] http: Request GET /v1/status/leader (652.69µs) from=10.233.68.190:44950 2021/10/01 08:42:37 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:42:37 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:42:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:42:37 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:42:37 [DEBUG] agent: Node info in sync 2021/10/01 08:42:37 [DEBUG] http: Request PUT /v1/agent/service/register (224.502069ms) from=10.233.67.219:33758 2021/10/01 08:42:37 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:42:37 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:42:37 [DEBUG] agent: Node info in sync 2021/10/01 08:42:37 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (710.502µs) from=10.233.67.219:33768 2021/10/01 08:42:38 [DEBUG] http: Request GET /v1/status/leader (763.277µs) from=10.233.67.135:54462 2021/10/01 08:42:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:42:49 [DEBUG] http: Request GET /v1/status/leader (203.65µs) from=10.233.68.190:45106 2021/10/01 08:42:55 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.926273538s) from=10.233.67.135:55826 2021/10/01 08:42:58 [DEBUG] http: Request GET /v1/status/leader (2.432746ms) from=10.233.67.135:54694 2021/10/01 08:43:08 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.292248364s) from=10.233.68.190:59636 2021/10/01 08:43:09 [DEBUG] http: Request GET /v1/status/leader (1.023746ms) from=10.233.68.190:45246 2021/10/01 08:43:18 [DEBUG] http: Request GET /v1/status/leader (275.557µs) from=10.233.67.135:54920 2021/10/01 08:43:24 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:43:29 [DEBUG] http: Request GET /v1/status/leader (591.138µs) from=10.233.68.190:45386 2021/10/01 08:43:29 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.052563331s) from=10.233.67.135:55524 2021/10/01 08:43:33 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.003214087s) from=10.233.67.135:56220 2021/10/01 08:43:34 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.630005913s) from=10.233.68.190:60114 2021/10/01 08:43:37 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.461103989s) from=10.233.68.190:60352 2021/10/01 08:43:38 [DEBUG] http: Request GET /v1/status/leader (1.333499ms) from=10.233.67.135:55156 2021/10/01 08:43:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:43:49 [DEBUG] http: Request GET /v1/status/leader (401.103µs) from=10.233.68.190:45544 2021/10/01 08:43:58 [DEBUG] http: Request GET /v1/status/leader (840.329µs) from=10.233.67.135:55392 2021/10/01 08:44:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:44:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:44:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:44:05 [DEBUG] agent: Node info in sync 2021/10/01 08:44:09 [DEBUG] http: Request GET /v1/status/leader (704.487µs) from=10.233.68.190:45688 2021/10/01 08:44:18 [DEBUG] http: Request GET /v1/status/leader (1.48716ms) from=10.233.67.135:55636 2021/10/01 08:44:29 [DEBUG] http: Request GET /v1/status/leader (311.781µs) from=10.233.68.190:45832 2021/10/01 08:44:38 [DEBUG] http: Request GET /v1/status/leader (86.645045ms) from=10.233.67.135:55866 2021/10/01 08:44:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:44:49 [DEBUG] http: Request GET /v1/status/leader (210.348µs) from=10.233.68.190:45982 2021/10/01 08:44:58 [DEBUG] http: Request GET /v1/status/leader (169.396µs) from=10.233.67.135:56102 2021/10/01 08:44:58 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.497651252s) from=10.233.67.135:55826 2021/10/01 08:45:09 [DEBUG] http: Request GET /v1/status/leader (640.92µs) from=10.233.68.190:46130 2021/10/01 08:45:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.907306895s) from=10.233.68.190:59636 2021/10/01 08:45:18 [DEBUG] http: Request GET /v1/status/leader (501.469µs) from=10.233.67.135:56334 2021/10/01 08:45:29 [DEBUG] http: Request GET /v1/status/leader (693.977µs) from=10.233.68.190:46272 2021/10/01 08:45:35 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:45:35 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:45:35 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:45:35 [DEBUG] agent: Node info in sync 2021/10/01 08:45:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.166116488s) from=10.233.67.135:55524 2021/10/01 08:45:36 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.788341588s) from=10.233.67.135:56220 2021/10/01 08:45:38 [DEBUG] http: Request GET /v1/status/leader (774.599µs) from=10.233.67.135:56568 2021/10/01 08:45:39 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.211296384s) from=10.233.68.190:60352 2021/10/01 08:45:39 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.459656261s) from=10.233.68.190:60114 2021/10/01 08:45:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:45:49 [DEBUG] http: Request GET /v1/status/leader (713.421µs) from=10.233.68.190:46422 2021/10/01 08:45:58 [DEBUG] http: Request GET /v1/status/leader (273.412µs) from=10.233.67.135:56806 2021/10/01 08:46:05 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:46:09 [DEBUG] http: Request GET /v1/status/leader (194.194µs) from=10.233.68.190:46562 2021/10/01 08:46:18 [DEBUG] http: Request GET /v1/status/leader (1.462129ms) from=10.233.67.135:57062 2021/10/01 08:46:29 [DEBUG] http: Request GET /v1/status/leader (360.889µs) from=10.233.68.190:46708 2021/10/01 08:46:38 [DEBUG] http: Request GET /v1/status/leader (867.153µs) from=10.233.67.135:57314 2021/10/01 08:46:40 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:46:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:46:40 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:46:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:46:40 [DEBUG] agent: Node info in sync 2021/10/01 08:46:40 [DEBUG] http: Request PUT /v1/agent/service/register (125.532223ms) from=10.233.67.219:36658 2021/10/01 08:46:40 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:46:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:46:40 [DEBUG] agent: Node info in sync 2021/10/01 08:46:40 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.252661ms) from=10.233.67.219:36660 2021/10/01 08:46:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:46:49 [DEBUG] http: Request GET /v1/status/leader (348.416µs) from=10.233.68.190:46854 2021/10/01 08:46:58 [DEBUG] http: Request GET /v1/status/leader (488.021µs) from=10.233.67.135:57566 2021/10/01 08:47:00 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.630204544s) from=10.233.67.135:55826 2021/10/01 08:47:09 [DEBUG] http: Request GET /v1/status/leader (959.941µs) from=10.233.68.190:46994 2021/10/01 08:47:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.781680734s) from=10.233.68.190:59636 2021/10/01 08:47:18 [DEBUG] http: Request GET /v1/status/leader (979.525µs) from=10.233.67.135:57794 2021/10/01 08:47:29 [DEBUG] http: Request GET /v1/status/leader (368.155µs) from=10.233.68.190:47140 2021/10/01 08:47:38 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.554416065s) from=10.233.67.135:55524 2021/10/01 08:47:38 [DEBUG] http: Request GET /v1/status/leader (376.652µs) from=10.233.67.135:58028 2021/10/01 08:47:40 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.358701526s) from=10.233.67.135:56220 2021/10/01 08:47:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:47:45 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.364496045s) from=10.233.68.190:60352 2021/10/01 08:47:46 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.07255806s) from=10.233.68.190:60114 2021/10/01 08:47:49 [DEBUG] http: Request GET /v1/status/leader (746.489µs) from=10.233.68.190:47292 2021/10/01 08:47:58 [DEBUG] http: Request GET /v1/status/leader (615.22µs) from=10.233.67.135:58266 2021/10/01 08:48:09 [DEBUG] http: Request GET /v1/status/leader (222.827µs) from=10.233.68.190:47438 2021/10/01 08:48:16 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:48:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:48:16 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:48:16 [DEBUG] agent: Node info in sync 2021/10/01 08:48:18 [DEBUG] http: Request GET /v1/status/leader (209.989µs) from=10.233.67.135:58492 2021/10/01 08:48:23 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:48:29 [DEBUG] http: Request GET /v1/status/leader (238.483µs) from=10.233.68.190:47582 2021/10/01 08:48:30 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:48:30 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:48:30 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:48:30 [DEBUG] agent: Node info in sync 2021/10/01 08:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (406.613418ms) from=10.233.67.219:37956 2021/10/01 08:48:30 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:48:30 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:48:30 [DEBUG] agent: Node info in sync 2021/10/01 08:48:31 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (603.448µs) from=10.233.67.219:37962 2021/10/01 08:48:38 [DEBUG] http: Request GET /v1/status/leader (998.627µs) from=10.233.67.135:58750 2021/10/01 08:48:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:48:49 [DEBUG] http: Request GET /v1/status/leader (804.974µs) from=10.233.68.190:47734 2021/10/01 08:48:58 [DEBUG] http: Request GET /v1/status/leader (458.231µs) from=10.233.67.135:58984 2021/10/01 08:49:02 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.296539897s) from=10.233.67.135:55826 2021/10/01 08:49:09 [DEBUG] http: Request GET /v1/status/leader (384.242µs) from=10.233.68.190:47882 2021/10/01 08:49:18 [DEBUG] http: Request GET /v1/status/leader (468.237µs) from=10.233.67.135:59218 2021/10/01 08:49:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.034006689s) from=10.233.68.190:59636 2021/10/01 08:49:29 [DEBUG] http: Request GET /v1/status/leader (744.906µs) from=10.233.68.190:48036 2021/10/01 08:49:35 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:49:35 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:49:35 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:49:35 [DEBUG] agent: Node info in sync 2021/10/01 08:49:38 [DEBUG] http: Request GET /v1/status/leader (2.374353ms) from=10.233.67.135:59448 2021/10/01 08:49:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.109146622s) from=10.233.67.135:55524 2021/10/01 08:49:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:49:47 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.814025618s) from=10.233.67.135:56220 2021/10/01 08:49:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.620062457s) from=10.233.68.190:60352 2021/10/01 08:49:49 [DEBUG] http: Request GET /v1/status/leader (354.599µs) from=10.233.68.190:48184 2021/10/01 08:49:51 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.645892015s) from=10.233.68.190:60114 2021/10/01 08:49:59 [DEBUG] http: Request GET /v1/status/leader (262.616µs) from=10.233.67.135:59688 2021/10/01 08:50:09 [DEBUG] http: Request GET /v1/status/leader (1.070065ms) from=10.233.68.190:48328 2021/10/01 08:50:19 [DEBUG] http: Request GET /v1/status/leader (590.912µs) from=10.233.67.135:59922 2021/10/01 08:50:29 [DEBUG] http: Request GET /v1/status/leader (730.047µs) from=10.233.68.190:48472 2021/10/01 08:50:39 [DEBUG] http: Request GET /v1/status/leader (141.645147ms) from=10.233.67.135:60152 2021/10/01 08:50:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:50:49 [DEBUG] http: Request GET /v1/status/leader (1.012674ms) from=10.233.68.190:48616 2021/10/01 08:50:59 [DEBUG] http: Request GET /v1/status/leader (353.723µs) from=10.233.67.135:60396 2021/10/01 08:51:05 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.395016741s) from=10.233.67.135:55826 2021/10/01 08:51:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:51:08 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:51:08 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:51:08 [DEBUG] agent: Node info in sync 2021/10/01 08:51:09 [DEBUG] http: Request GET /v1/status/leader (88.283637ms) from=10.233.68.190:48754 2021/10/01 08:51:12 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:51:19 [DEBUG] http: Request GET /v1/status/leader (186.271µs) from=10.233.67.135:60632 2021/10/01 08:51:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.238316166s) from=10.233.68.190:59636 2021/10/01 08:51:29 [DEBUG] http: Request GET /v1/status/leader (456.709µs) from=10.233.68.190:48898 2021/10/01 08:51:39 [DEBUG] http: Request GET /v1/status/leader (739.881µs) from=10.233.67.135:60888 2021/10/01 08:51:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:51:46 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.148768604s) from=10.233.67.135:55524 2021/10/01 08:51:49 [DEBUG] http: Request GET /v1/status/leader (880.36µs) from=10.233.68.190:49054 2021/10/01 08:51:50 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.17797186s) from=10.233.68.190:60352 2021/10/01 08:51:55 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.382670748s) from=10.233.67.135:56220 2021/10/01 08:51:56 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.905333113s) from=10.233.68.190:60114 2021/10/01 08:51:58 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:51:58 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:51:58 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:51:58 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:51:58 [DEBUG] agent: Node info in sync 2021/10/01 08:51:58 [DEBUG] http: Request PUT /v1/agent/service/register (300.602743ms) from=10.233.67.219:40456 2021/10/01 08:51:58 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:51:58 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:51:58 [DEBUG] agent: Node info in sync 2021/10/01 08:51:58 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (3.082402ms) from=10.233.67.219:40462 2021/10/01 08:51:59 [DEBUG] http: Request GET /v1/status/leader (400.875µs) from=10.233.67.135:32918 2021/10/01 08:52:09 [DEBUG] http: Request GET /v1/status/leader (425.618µs) from=10.233.68.190:49194 2021/10/01 08:52:19 [DEBUG] http: Request GET /v1/status/leader (674.229µs) from=10.233.67.135:33150 2021/10/01 08:52:29 [DEBUG] http: Request GET /v1/status/leader (590.387µs) from=10.233.68.190:49338 2021/10/01 08:52:39 [DEBUG] http: Request GET /v1/status/leader (616.168µs) from=10.233.67.135:33382 2021/10/01 08:52:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:52:49 [DEBUG] http: Request GET /v1/status/leader (308.445µs) from=10.233.68.190:49484 2021/10/01 08:52:59 [DEBUG] http: Request GET /v1/status/leader (651.346µs) from=10.233.67.135:33616 2021/10/01 08:53:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.626081275s) from=10.233.67.135:55826 2021/10/01 08:53:09 [DEBUG] http: Request GET /v1/status/leader (1.711283ms) from=10.233.68.190:49630 2021/10/01 08:53:19 [DEBUG] http: Request GET /v1/status/leader (770.814µs) from=10.233.67.135:33844 2021/10/01 08:53:28 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:53:28 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:53:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:53:28 [DEBUG] agent: Node info in sync 2021/10/01 08:53:29 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.354782143s) from=10.233.68.190:59636 2021/10/01 08:53:29 [DEBUG] http: Request GET /v1/status/leader (185.354µs) from=10.233.68.190:49774 2021/10/01 08:53:39 [DEBUG] http: Request GET /v1/status/leader (598.281µs) from=10.233.67.135:34070 2021/10/01 08:53:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:53:46 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:53:49 [DEBUG] http: Request GET /v1/status/leader (1.138251ms) from=10.233.68.190:49920 2021/10/01 08:53:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.381286262s) from=10.233.67.135:55524 2021/10/01 08:53:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.34112576s) from=10.233.68.190:60352 2021/10/01 08:53:57 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.709445821s) from=10.233.68.190:60114 2021/10/01 08:53:59 [DEBUG] http: Request GET /v1/status/leader (896.679µs) from=10.233.67.135:34310 2021/10/01 08:54:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.950074513s) from=10.233.67.135:56220 2021/10/01 08:54:09 [DEBUG] http: Request GET /v1/status/leader (416.708µs) from=10.233.68.190:50066 2021/10/01 08:54:16 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:54:16 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:54:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:54:16 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:54:16 [DEBUG] agent: Node info in sync 2021/10/01 08:54:16 [DEBUG] http: Request PUT /v1/agent/service/register (32.020756ms) from=10.233.67.219:42068 2021/10/01 08:54:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:54:16 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:54:16 [DEBUG] agent: Node info in sync 2021/10/01 08:54:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (501.12µs) from=10.233.67.219:42070 2021/10/01 08:54:19 [DEBUG] http: Request GET /v1/status/leader (191.063µs) from=10.233.67.135:34548 2021/10/01 08:54:29 [DEBUG] http: Request GET /v1/status/leader (19.113783ms) from=10.233.68.190:50208 2021/10/01 08:54:39 [DEBUG] http: Request GET /v1/status/leader (777.651µs) from=10.233.67.135:34774 2021/10/01 08:54:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:54:49 [DEBUG] http: Request GET /v1/status/leader (742.852µs) from=10.233.68.190:50348 2021/10/01 08:54:59 [DEBUG] http: Request GET /v1/status/leader (1.088751ms) from=10.233.67.135:35002 2021/10/01 08:55:09 [DEBUG] http: Request GET /v1/status/leader (190.145µs) from=10.233.68.190:50494 2021/10/01 08:55:12 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.939625389s) from=10.233.67.135:55826 2021/10/01 08:55:19 [DEBUG] http: Request GET /v1/status/leader (895.747µs) from=10.233.67.135:35230 2021/10/01 08:55:30 [DEBUG] http: Request GET /v1/status/leader (270.884µs) from=10.233.68.190:50632 2021/10/01 08:55:34 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.220167764s) from=10.233.68.190:59636 2021/10/01 08:55:39 [DEBUG] http: Request GET /v1/status/leader (574.943µs) from=10.233.67.135:35462 2021/10/01 08:55:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:55:44 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:55:44 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:55:44 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:55:44 [DEBUG] agent: Node info in sync 2021/10/01 08:55:47 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:55:50 [DEBUG] http: Request GET /v1/status/leader (258.57µs) from=10.233.68.190:50782 2021/10/01 08:55:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.239916546s) from=10.233.67.135:55524 2021/10/01 08:55:58 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.898518507s) from=10.233.68.190:60352 2021/10/01 08:55:59 [DEBUG] http: Request GET /v1/status/leader (279.57µs) from=10.233.67.135:35698 2021/10/01 08:56:02 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.170418488s) from=10.233.68.190:60114 2021/10/01 08:56:02 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.661799794s) from=10.233.67.135:56220 2021/10/01 08:56:10 [DEBUG] http: Request GET /v1/status/leader (772.469µs) from=10.233.68.190:50924 2021/10/01 08:56:19 [DEBUG] http: Request GET /v1/status/leader (201.463µs) from=10.233.67.135:35920 2021/10/01 08:56:30 [DEBUG] http: Request GET /v1/status/leader (165.64µs) from=10.233.68.190:51070 2021/10/01 08:56:39 [DEBUG] http: Request GET /v1/status/leader (797.789µs) from=10.233.67.135:36168 2021/10/01 08:56:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:56:50 [DEBUG] http: Request GET /v1/status/leader (776.904µs) from=10.233.68.190:51216 2021/10/01 08:56:59 [DEBUG] http: Request GET /v1/status/leader (258.096µs) from=10.233.67.135:36402 2021/10/01 08:57:10 [DEBUG] http: Request GET /v1/status/leader (675.414µs) from=10.233.68.190:51358 2021/10/01 08:57:12 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:57:12 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:57:12 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 08:57:12 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:57:12 [DEBUG] agent: Node info in sync 2021/10/01 08:57:12 [DEBUG] http: Request PUT /v1/agent/service/register (75.063856ms) from=10.233.67.219:44128 2021/10/01 08:57:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:57:12 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:57:12 [DEBUG] agent: Node info in sync 2021/10/01 08:57:12 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (500.15803ms) from=10.233.67.219:44130 2021/10/01 08:57:18 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.64038943s) from=10.233.67.135:55826 2021/10/01 08:57:19 [DEBUG] http: Request GET /v1/status/leader (442.89µs) from=10.233.67.135:36658 2021/10/01 08:57:30 [DEBUG] http: Request GET /v1/status/leader (283.076µs) from=10.233.68.190:51504 2021/10/01 08:57:38 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.857006623s) from=10.233.68.190:59636 2021/10/01 08:57:39 [DEBUG] http: Request GET /v1/status/leader (1.299507ms) from=10.233.67.135:36890 2021/10/01 08:57:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:57:50 [DEBUG] http: Request GET /v1/status/leader (184.578µs) from=10.233.68.190:51646 2021/10/01 08:57:59 [DEBUG] http: Request GET /v1/status/leader (764.881µs) from=10.233.67.135:37126 2021/10/01 08:58:02 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.256310496s) from=10.233.67.135:55524 2021/10/01 08:58:02 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.873134249s) from=10.233.68.190:60352 2021/10/01 08:58:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.36636145s) from=10.233.68.190:60114 2021/10/01 08:58:09 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.232811656s) from=10.233.67.135:56220 2021/10/01 08:58:10 [DEBUG] http: Request GET /v1/status/leader (176.029µs) from=10.233.68.190:51782 2021/10/01 08:58:19 [DEBUG] http: Request GET /v1/status/leader (225.622µs) from=10.233.67.135:37356 2021/10/01 08:58:30 [DEBUG] http: Request GET /v1/status/leader (719.421µs) from=10.233.68.190:51930 2021/10/01 08:58:39 [DEBUG] http: Request GET /v1/status/leader (723.175µs) from=10.233.67.135:37590 2021/10/01 08:58:40 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 08:58:40 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 08:58:40 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:58:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:58:40 [DEBUG] agent: Node info in sync 2021/10/01 08:58:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:58:50 [DEBUG] http: Request GET /v1/status/leader (565.746µs) from=10.233.68.190:52076 2021/10/01 08:58:59 [DEBUG] http: Request GET /v1/status/leader (182.294µs) from=10.233.67.135:37820 2021/10/01 08:59:10 [DEBUG] http: Request GET /v1/status/leader (844.75µs) from=10.233.68.190:52218 2021/10/01 08:59:19 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.472848894s) from=10.233.67.135:55826 2021/10/01 08:59:20 [DEBUG] http: Request GET /v1/status/leader (382.844µs) from=10.233.67.135:38048 2021/10/01 08:59:30 [DEBUG] http: Request GET /v1/status/leader (762.909µs) from=10.233.68.190:52356 2021/10/01 08:59:40 [DEBUG] http: Request GET /v1/status/leader (685.413µs) from=10.233.67.135:38282 2021/10/01 08:59:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 08:59:43 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.557892126s) from=10.233.68.190:59636 2021/10/01 08:59:47 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:59:47 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 08:59:48 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 08:59:48 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:59:48 [DEBUG] agent: Node info in sync 2021/10/01 08:59:48 [DEBUG] http: Request PUT /v1/agent/service/register (150.909987ms) from=10.233.67.219:45938 2021/10/01 08:59:48 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 08:59:48 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 08:59:48 [DEBUG] agent: Node info in sync 2021/10/01 08:59:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (655.251µs) from=10.233.67.219:45946 2021/10/01 08:59:50 [DEBUG] http: Request GET /v1/status/leader (237.648µs) from=10.233.68.190:52518 2021/10/01 09:00:00 [DEBUG] http: Request GET /v1/status/leader (431.356µs) from=10.233.67.135:38526 2021/10/01 09:00:02 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.448857396s) from=10.233.68.190:60352 2021/10/01 09:00:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.643373979s) from=10.233.67.135:55524 2021/10/01 09:00:10 [DEBUG] http: Request GET /v1/status/leader (275.738µs) from=10.233.68.190:52658 2021/10/01 09:00:11 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.392069213s) from=10.233.67.135:56220 2021/10/01 09:00:12 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.764350953s) from=10.233.68.190:60114 2021/10/01 09:00:20 [DEBUG] http: Request GET /v1/status/leader (10.221234ms) from=10.233.67.135:38760 2021/10/01 09:00:30 [DEBUG] http: Request GET /v1/status/leader (850.088µs) from=10.233.68.190:52804 2021/10/01 09:00:40 [DEBUG] http: Request GET /v1/status/leader (842.162µs) from=10.233.67.135:38988 2021/10/01 09:00:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:00:48 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:00:48 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:00:48 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:00:48 [DEBUG] agent: Node info in sync 2021/10/01 09:00:50 [DEBUG] http: Request GET /v1/status/leader (392.874µs) from=10.233.68.190:52952 2021/10/01 09:01:00 [DEBUG] http: Request GET /v1/status/leader (1.177514ms) from=10.233.67.135:39228 2021/10/01 09:01:02 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:01:10 [DEBUG] http: Request GET /v1/status/leader (735.687µs) from=10.233.68.190:53094 2021/10/01 09:01:20 [DEBUG] http: Request GET /v1/status/leader (646.036µs) from=10.233.67.135:39458 2021/10/01 09:01:23 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.215463097s) from=10.233.67.135:55826 2021/10/01 09:01:30 [DEBUG] http: Request GET /v1/status/leader (407.787µs) from=10.233.68.190:53234 2021/10/01 09:01:40 [DEBUG] http: Request GET /v1/status/leader (285.731µs) from=10.233.67.135:39690 2021/10/01 09:01:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:01:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.721704176s) from=10.233.68.190:59636 2021/10/01 09:01:50 [DEBUG] http: Request GET /v1/status/leader (1.296748ms) from=10.233.68.190:53380 2021/10/01 09:02:00 [DEBUG] http: Request GET /v1/status/leader (615.164µs) from=10.233.67.135:39930 2021/10/01 09:02:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.055520781s) from=10.233.68.190:60352 2021/10/01 09:02:10 [DEBUG] http: Request GET /v1/status/leader (632.543µs) from=10.233.68.190:53520 2021/10/01 09:02:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.40388236s) from=10.233.67.135:55524 2021/10/01 09:02:13 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.772030211s) from=10.233.68.190:60114 2021/10/01 09:02:18 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.403282323s) from=10.233.67.135:56220 2021/10/01 09:02:20 [DEBUG] http: Request GET /v1/status/leader (421.207µs) from=10.233.67.135:40164 2021/10/01 09:02:30 [DEBUG] http: Request GET /v1/status/leader (530.206µs) from=10.233.68.190:53670 2021/10/01 09:02:36 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:02:36 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:02:36 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:02:36 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:02:36 [DEBUG] agent: Node info in sync 2021/10/01 09:02:36 [DEBUG] http: Request PUT /v1/agent/service/register (94.0705ms) from=10.233.67.219:47934 2021/10/01 09:02:36 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:02:36 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:02:36 [DEBUG] agent: Node info in sync 2021/10/01 09:02:36 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.974564ms) from=10.233.67.219:47936 2021/10/01 09:02:40 [DEBUG] http: Request GET /v1/status/leader (315.139248ms) from=10.233.67.135:40418 2021/10/01 09:02:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:02:50 [DEBUG] http: Request GET /v1/status/leader (286.598µs) from=10.233.68.190:53826 2021/10/01 09:03:00 [DEBUG] http: Request GET /v1/status/leader (433.939µs) from=10.233.67.135:40658 2021/10/01 09:03:10 [DEBUG] http: Request GET /v1/status/leader (729.303µs) from=10.233.68.190:53970 2021/10/01 09:03:20 [DEBUG] http: Request GET /v1/status/leader (800.836µs) from=10.233.67.135:40890 2021/10/01 09:03:25 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:03:26 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.281268142s) from=10.233.67.135:55826 2021/10/01 09:03:30 [DEBUG] http: Request GET /v1/status/leader (836.238µs) from=10.233.68.190:54112 2021/10/01 09:03:40 [DEBUG] http: Request GET /v1/status/leader (363.649µs) from=10.233.67.135:41122 2021/10/01 09:03:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:03:50 [DEBUG] http: Request GET /v1/status/leader (217.421µs) from=10.233.68.190:54264 2021/10/01 09:03:54 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.090610684s) from=10.233.68.190:59636 2021/10/01 09:04:00 [DEBUG] http: Request GET /v1/status/leader (1.047543ms) from=10.233.67.135:41356 2021/10/01 09:04:10 [DEBUG] http: Request GET /v1/status/leader (3.356762ms) from=10.233.68.190:54406 2021/10/01 09:04:11 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.041135334s) from=10.233.68.190:60352 2021/10/01 09:04:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.392710458s) from=10.233.67.135:55524 2021/10/01 09:04:17 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.402943189s) from=10.233.68.190:60114 2021/10/01 09:04:20 [DEBUG] http: Request GET /v1/status/leader (893.407µs) from=10.233.67.135:41582 2021/10/01 09:04:25 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.668377965s) from=10.233.67.135:56220 2021/10/01 09:04:30 [DEBUG] http: Request GET /v1/status/leader (761.32µs) from=10.233.68.190:54552 2021/10/01 09:04:36 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:04:36 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:04:36 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:04:36 [DEBUG] agent: Node info in sync 2021/10/01 09:04:40 [DEBUG] http: Request GET /v1/status/leader (344.88µs) from=10.233.67.135:41812 2021/10/01 09:04:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:04:50 [DEBUG] http: Request GET /v1/status/leader (2.036168ms) from=10.233.68.190:54698 2021/10/01 09:05:00 [DEBUG] http: Request GET /v1/status/leader (1.013358ms) from=10.233.67.135:42050 2021/10/01 09:05:10 [DEBUG] http: Request GET /v1/status/leader (200.497µs) from=10.233.68.190:54840 2021/10/01 09:05:20 [DEBUG] http: Request GET /v1/status/leader (851.517µs) from=10.233.67.135:42278 2021/10/01 09:05:29 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.176809852s) from=10.233.67.135:55826 2021/10/01 09:05:30 [DEBUG] http: Request GET /v1/status/leader (822.795µs) from=10.233.68.190:54980 2021/10/01 09:05:40 [DEBUG] http: Request GET /v1/status/leader (920.058µs) from=10.233.67.135:42510 2021/10/01 09:05:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:05:43 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:05:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:05:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:05:43 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:05:43 [DEBUG] agent: Node info in sync 2021/10/01 09:05:43 [DEBUG] http: Request PUT /v1/agent/service/register (129.78279ms) from=10.233.67.219:50118 2021/10/01 09:05:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:05:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:05:43 [DEBUG] agent: Node info in sync 2021/10/01 09:05:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.153636ms) from=10.233.67.219:50122 2021/10/01 09:05:50 [DEBUG] http: Request GET /v1/status/leader (178.313µs) from=10.233.68.190:55132 2021/10/01 09:05:54 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:05:56 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.778573541s) from=10.233.68.190:59636 2021/10/01 09:06:00 [DEBUG] http: Request GET /v1/status/leader (219.868µs) from=10.233.67.135:42756 2021/10/01 09:06:10 [DEBUG] http: Request GET /v1/status/leader (476.845µs) from=10.233.68.190:55270 2021/10/01 09:06:12 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.200893671s) from=10.233.68.190:60352 2021/10/01 09:06:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.014958514s) from=10.233.67.135:55524 2021/10/01 09:06:19 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.462772788s) from=10.233.68.190:60114 2021/10/01 09:06:21 [DEBUG] http: Request GET /v1/status/leader (471.530228ms) from=10.233.67.135:42988 2021/10/01 09:06:26 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.360785261s) from=10.233.67.135:56220 2021/10/01 09:06:30 [DEBUG] http: Request GET /v1/status/leader (893.668µs) from=10.233.68.190:55416 2021/10/01 09:06:41 [DEBUG] http: Request GET /v1/status/leader (188.48µs) from=10.233.67.135:43252 2021/10/01 09:06:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:06:50 [DEBUG] http: Request GET /v1/status/leader (1.083602ms) from=10.233.68.190:55566 2021/10/01 09:07:01 [DEBUG] http: Request GET /v1/status/leader (67.630304ms) from=10.233.67.135:43486 2021/10/01 09:07:06 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:07:06 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:07:06 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:07:06 [DEBUG] agent: Node info in sync 2021/10/01 09:07:10 [DEBUG] http: Request GET /v1/status/leader (230.964µs) from=10.233.68.190:55710 2021/10/01 09:07:21 [DEBUG] http: Request GET /v1/status/leader (251.022µs) from=10.233.67.135:43720 2021/10/01 09:07:30 [DEBUG] http: Request GET /v1/status/leader (630.209µs) from=10.233.68.190:55846 2021/10/01 09:07:35 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.167824794s) from=10.233.67.135:55826 2021/10/01 09:07:41 [DEBUG] http: Request GET /v1/status/leader (2.439309ms) from=10.233.67.135:43956 2021/10/01 09:07:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:07:50 [DEBUG] http: Request GET /v1/status/leader (842.619µs) from=10.233.68.190:56002 2021/10/01 09:07:51 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:07:51 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:07:51 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:07:51 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:07:51 [DEBUG] agent: Node info in sync 2021/10/01 09:07:51 [DEBUG] http: Request PUT /v1/agent/service/register (153.558519ms) from=10.233.67.219:51638 2021/10/01 09:07:51 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:07:51 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:07:51 [DEBUG] agent: Node info in sync 2021/10/01 09:07:51 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (754.666µs) from=10.233.67.219:51644 2021/10/01 09:08:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.852188072s) from=10.233.68.190:59636 2021/10/01 09:08:01 [DEBUG] http: Request GET /v1/status/leader (423.347µs) from=10.233.67.135:44210 2021/10/01 09:08:02 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:08:10 [DEBUG] http: Request GET /v1/status/leader (638.574µs) from=10.233.68.190:56144 2021/10/01 09:08:15 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.547920096s) from=10.233.68.190:60352 2021/10/01 09:08:21 [DEBUG] http: Request GET /v1/status/leader (695.158µs) from=10.233.67.135:44440 2021/10/01 09:08:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.068179184s) from=10.233.67.135:55524 2021/10/01 09:08:26 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.312599514s) from=10.233.68.190:60114 2021/10/01 09:08:30 [DEBUG] http: Request GET /v1/status/leader (803.8µs) from=10.233.68.190:56288 2021/10/01 09:08:33 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.057628495s) from=10.233.67.135:56220 2021/10/01 09:08:41 [DEBUG] http: Request GET /v1/status/leader (892.596µs) from=10.233.67.135:44672 2021/10/01 09:08:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:08:50 [DEBUG] http: Request GET /v1/status/leader (296.847µs) from=10.233.68.190:56438 2021/10/01 09:09:01 [DEBUG] http: Request GET /v1/status/leader (315.749µs) from=10.233.67.135:44912 2021/10/01 09:09:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:09:03 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:09:03 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:09:03 [DEBUG] agent: Node info in sync 2021/10/01 09:09:10 [DEBUG] http: Request GET /v1/status/leader (225.659µs) from=10.233.68.190:56584 2021/10/01 09:09:21 [DEBUG] http: Request GET /v1/status/leader (1.161191ms) from=10.233.67.135:45140 2021/10/01 09:09:30 [DEBUG] http: Request GET /v1/status/leader (989.498µs) from=10.233.68.190:56720 2021/10/01 09:09:38 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.762900055s) from=10.233.67.135:55826 2021/10/01 09:09:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:09:41 [DEBUG] http: Request GET /v1/status/leader (422.881µs) from=10.233.67.135:45368 2021/10/01 09:09:50 [DEBUG] http: Request GET /v1/status/leader (227.017µs) from=10.233.68.190:56874 2021/10/01 09:10:01 [DEBUG] http: Request GET /v1/status/leader (620.607µs) from=10.233.67.135:45604 2021/10/01 09:10:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.736264892s) from=10.233.68.190:59636 2021/10/01 09:10:10 [DEBUG] http: Request GET /v1/status/leader (2.243897ms) from=10.233.68.190:57014 2021/10/01 09:10:14 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:10:14 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:10:14 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:10:14 [DEBUG] agent: Node info in sync 2021/10/01 09:10:15 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:10:21 [DEBUG] http: Request GET /v1/status/leader (782.881µs) from=10.233.67.135:45844 2021/10/01 09:10:21 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.868346614s) from=10.233.68.190:60352 2021/10/01 09:10:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.085901478s) from=10.233.67.135:55524 2021/10/01 09:10:31 [DEBUG] http: Request GET /v1/status/leader (513.308µs) from=10.233.68.190:57162 2021/10/01 09:10:31 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.339958857s) from=10.233.68.190:60114 2021/10/01 09:10:40 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.07257687s) from=10.233.67.135:56220 2021/10/01 09:10:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:10:41 [DEBUG] http: Request GET /v1/status/leader (1.139484ms) from=10.233.67.135:46076 2021/10/01 09:10:51 [DEBUG] http: Request GET /v1/status/leader (818.664µs) from=10.233.68.190:57308 2021/10/01 09:11:01 [DEBUG] http: Request GET /v1/status/leader (771.796µs) from=10.233.67.135:46306 2021/10/01 09:11:11 [DEBUG] http: Request GET /v1/status/leader (769.551µs) from=10.233.68.190:57454 2021/10/01 09:11:15 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:11:15 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:11:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:11:16 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:11:16 [DEBUG] agent: Node info in sync 2021/10/01 09:11:16 [DEBUG] http: Request PUT /v1/agent/service/register (97.959697ms) from=10.233.67.219:54030 2021/10/01 09:11:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:11:16 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:11:16 [DEBUG] agent: Node info in sync 2021/10/01 09:11:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (568.502µs) from=10.233.67.219:54032 2021/10/01 09:11:21 [DEBUG] http: Request GET /v1/status/leader (627.512µs) from=10.233.67.135:46550 2021/10/01 09:11:31 [DEBUG] http: Request GET /v1/status/leader (869.855µs) from=10.233.68.190:57592 2021/10/01 09:11:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:11:41 [DEBUG] http: Request GET /v1/status/leader (633.525µs) from=10.233.67.135:46784 2021/10/01 09:11:43 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.866315606s) from=10.233.67.135:55826 2021/10/01 09:11:51 [DEBUG] http: Request GET /v1/status/leader (198.146µs) from=10.233.68.190:57742 2021/10/01 09:12:01 [DEBUG] http: Request GET /v1/status/leader (658.729µs) from=10.233.67.135:47026 2021/10/01 09:12:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.249592903s) from=10.233.68.190:59636 2021/10/01 09:12:11 [DEBUG] http: Request GET /v1/status/leader (614.636µs) from=10.233.68.190:57882 2021/10/01 09:12:18 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:12:21 [DEBUG] http: Request GET /v1/status/leader (607.51µs) from=10.233.67.135:47252 2021/10/01 09:12:26 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.134036607s) from=10.233.68.190:60352 2021/10/01 09:12:29 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.550972767s) from=10.233.67.135:55524 2021/10/01 09:12:31 [DEBUG] http: Request GET /v1/status/leader (232.322µs) from=10.233.68.190:58022 2021/10/01 09:12:32 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.47861628s) from=10.233.68.190:60114 2021/10/01 09:12:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:12:41 [DEBUG] http: Request GET /v1/status/leader (346.217µs) from=10.233.67.135:47484 2021/10/01 09:12:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.129989142s) from=10.233.67.135:56220 2021/10/01 09:12:51 [DEBUG] http: Request GET /v1/status/leader (471.322µs) from=10.233.68.190:58170 2021/10/01 09:13:01 [DEBUG] http: Request GET /v1/status/leader (753.532µs) from=10.233.67.135:47730 2021/10/01 09:13:07 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:13:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:13:08 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:13:08 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:13:08 [DEBUG] agent: Node info in sync 2021/10/01 09:13:08 [DEBUG] http: Request PUT /v1/agent/service/register (389.123997ms) from=10.233.67.219:55356 2021/10/01 09:13:08 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:13:08 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:13:08 [DEBUG] agent: Node info in sync 2021/10/01 09:13:08 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.19791ms) from=10.233.67.219:55362 2021/10/01 09:13:11 [DEBUG] http: Request GET /v1/status/leader (597.135µs) from=10.233.68.190:58312 2021/10/01 09:13:21 [DEBUG] http: Request GET /v1/status/leader (928.055µs) from=10.233.67.135:47978 2021/10/01 09:13:31 [DEBUG] http: Request GET /v1/status/leader (220.568µs) from=10.233.68.190:58450 2021/10/01 09:13:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:13:42 [DEBUG] http: Request GET /v1/status/leader (576.034µs) from=10.233.67.135:48210 2021/10/01 09:13:49 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.840590739s) from=10.233.67.135:55826 2021/10/01 09:13:51 [DEBUG] http: Request GET /v1/status/leader (14.421758ms) from=10.233.68.190:58594 2021/10/01 09:14:02 [DEBUG] http: Request GET /v1/status/leader (41.738104ms) from=10.233.67.135:48446 2021/10/01 09:14:11 [DEBUG] http: Request GET /v1/status/leader (198.635µs) from=10.233.68.190:58732 2021/10/01 09:14:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.802107103s) from=10.233.68.190:59636 2021/10/01 09:14:22 [DEBUG] http: Request GET /v1/status/leader (216.281µs) from=10.233.67.135:48676 2021/10/01 09:14:26 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.573411511s) from=10.233.68.190:60352 2021/10/01 09:14:31 [DEBUG] http: Request GET /v1/status/leader (1.225221ms) from=10.233.68.190:58872 2021/10/01 09:14:34 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.731195612s) from=10.233.67.135:55524 2021/10/01 09:14:35 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.111254953s) from=10.233.68.190:60114 2021/10/01 09:14:38 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:14:38 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:14:38 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:14:38 [DEBUG] agent: Node info in sync 2021/10/01 09:14:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:14:42 [DEBUG] http: Request GET /v1/status/leader (563.345µs) from=10.233.67.135:48912 2021/10/01 09:14:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:14:50 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.028160326s) from=10.233.67.135:56220 2021/10/01 09:14:51 [DEBUG] http: Request GET /v1/status/leader (720.293µs) from=10.233.68.190:59022 2021/10/01 09:15:02 [DEBUG] http: Request GET /v1/status/leader (203.998µs) from=10.233.67.135:49144 2021/10/01 09:15:11 [DEBUG] http: Request GET /v1/status/leader (673.017µs) from=10.233.68.190:59166 2021/10/01 09:15:22 [DEBUG] http: Request GET /v1/status/leader (2.367961ms) from=10.233.67.135:49374 2021/10/01 09:15:31 [DEBUG] http: Request GET /v1/status/leader (523.156µs) from=10.233.68.190:59304 2021/10/01 09:15:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:15:42 [DEBUG] http: Request GET /v1/status/leader (875.205µs) from=10.233.67.135:49602 2021/10/01 09:15:51 [DEBUG] http: Request GET /v1/status/leader (953.062µs) from=10.233.68.190:59460 2021/10/01 09:15:54 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:15:54 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:15:54 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:15:54 [DEBUG] agent: Node info in sync 2021/10/01 09:15:54 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.974350342s) from=10.233.67.135:55826 2021/10/01 09:16:02 [DEBUG] http: Request GET /v1/status/leader (546.009µs) from=10.233.67.135:49844 2021/10/01 09:16:11 [DEBUG] http: Request GET /v1/status/leader (202.702µs) from=10.233.68.190:59602 2021/10/01 09:16:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.050329851s) from=10.233.68.190:59636 2021/10/01 09:16:22 [DEBUG] http: Request GET /v1/status/leader (536.707µs) from=10.233.67.135:50072 2021/10/01 09:16:31 [DEBUG] http: Request GET /v1/status/leader (847.693µs) from=10.233.68.190:59738 2021/10/01 09:16:32 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.900147652s) from=10.233.68.190:60352 2021/10/01 09:16:36 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.636411899s) from=10.233.67.135:55524 2021/10/01 09:16:38 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.387605755s) from=10.233.68.190:60114 2021/10/01 09:16:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:16:42 [DEBUG] http: Request GET /v1/status/leader (863.542µs) from=10.233.67.135:50304 2021/10/01 09:16:51 [DEBUG] http: Request GET /v1/status/leader (710.72µs) from=10.233.68.190:59888 2021/10/01 09:16:56 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.269253375s) from=10.233.67.135:56220 2021/10/01 09:16:59 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:17:02 [DEBUG] http: Request GET /v1/status/leader (616.397µs) from=10.233.67.135:50552 2021/10/01 09:17:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:17:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:17:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:17:05 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:17:05 [DEBUG] agent: Node info in sync 2021/10/01 09:17:05 [DEBUG] http: Request PUT /v1/agent/service/register (108.162713ms) from=10.233.67.219:58154 2021/10/01 09:17:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:17:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:17:05 [DEBUG] agent: Node info in sync 2021/10/01 09:17:05 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.147985ms) from=10.233.67.219:58156 2021/10/01 09:17:11 [DEBUG] http: Request GET /v1/status/leader (600.622µs) from=10.233.68.190:60034 2021/10/01 09:17:22 [DEBUG] http: Request GET /v1/status/leader (386.39µs) from=10.233.67.135:50800 2021/10/01 09:17:31 [DEBUG] http: Request GET /v1/status/leader (566.397µs) from=10.233.68.190:60170 2021/10/01 09:17:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:17:42 [DEBUG] http: Request GET /v1/status/leader (253.116µs) from=10.233.67.135:51034 2021/10/01 09:17:51 [DEBUG] http: Request GET /v1/status/leader (845.034µs) from=10.233.68.190:60318 2021/10/01 09:17:57 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.016346418s) from=10.233.67.135:55826 2021/10/01 09:18:02 [DEBUG] http: Request GET /v1/status/leader (523.709µs) from=10.233.67.135:51266 2021/10/01 09:18:11 [DEBUG] http: Request GET /v1/status/leader (199.453µs) from=10.233.68.190:60460 2021/10/01 09:18:21 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:18:21 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:18:21 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:18:21 [DEBUG] agent: Node info in sync 2021/10/01 09:18:22 [DEBUG] http: Request GET /v1/status/leader (842.799µs) from=10.233.67.135:51508 2021/10/01 09:18:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.592796793s) from=10.233.68.190:59636 2021/10/01 09:18:28 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:18:28 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:18:28 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:18:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:18:28 [DEBUG] agent: Node info in sync 2021/10/01 09:18:28 [DEBUG] http: Request PUT /v1/agent/service/register (59.271461ms) from=10.233.67.219:59146 2021/10/01 09:18:28 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:18:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:18:28 [DEBUG] agent: Node info in sync 2021/10/01 09:18:28 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (100.814905ms) from=10.233.67.219:59148 2021/10/01 09:18:31 [DEBUG] http: Request GET /v1/status/leader (1.438133ms) from=10.233.68.190:60600 2021/10/01 09:18:38 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.117391241s) from=10.233.68.190:60352 2021/10/01 09:18:40 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.780783867s) from=10.233.68.190:60114 2021/10/01 09:18:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.344543153s) from=10.233.67.135:55524 2021/10/01 09:18:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:18:42 [DEBUG] http: Request GET /v1/status/leader (226.536µs) from=10.233.67.135:51756 2021/10/01 09:18:51 [DEBUG] http: Request GET /v1/status/leader (332.422µs) from=10.233.68.190:60750 2021/10/01 09:19:02 [DEBUG] http: Request GET /v1/status/leader (204.811µs) from=10.233.67.135:51988 2021/10/01 09:19:03 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.012116936s) from=10.233.67.135:56220 2021/10/01 09:19:11 [DEBUG] http: Request GET /v1/status/leader (311.051µs) from=10.233.68.190:60894 2021/10/01 09:19:13 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:19:22 [DEBUG] http: Request GET /v1/status/leader (637.479µs) from=10.233.67.135:52222 2021/10/01 09:19:31 [DEBUG] http: Request GET /v1/status/leader (3.830682ms) from=10.233.68.190:32802 2021/10/01 09:19:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:19:42 [DEBUG] http: Request GET /v1/status/leader (815.42µs) from=10.233.67.135:52450 2021/10/01 09:19:51 [DEBUG] http: Request GET /v1/status/leader (198.482µs) from=10.233.68.190:32956 2021/10/01 09:19:59 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.800005944s) from=10.233.67.135:55826 2021/10/01 09:20:02 [DEBUG] http: Request GET /v1/status/leader (577.846µs) from=10.233.67.135:52694 2021/10/01 09:20:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:20:08 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:20:08 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:20:08 [DEBUG] agent: Node info in sync 2021/10/01 09:20:11 [DEBUG] http: Request GET /v1/status/leader (440.485µs) from=10.233.68.190:33106 2021/10/01 09:20:22 [DEBUG] http: Request GET /v1/status/leader (166.243µs) from=10.233.67.135:52922 2021/10/01 09:20:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.071470945s) from=10.233.68.190:59636 2021/10/01 09:20:31 [DEBUG] http: Request GET /v1/status/leader (737.182µs) from=10.233.68.190:33250 2021/10/01 09:20:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:20:41 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.925459112s) from=10.233.68.190:60114 2021/10/01 09:20:41 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.524310479s) from=10.233.67.135:55524 2021/10/01 09:20:42 [DEBUG] http: Request GET /v1/status/leader (773.616µs) from=10.233.67.135:53152 2021/10/01 09:20:44 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.167631674s) from=10.233.68.190:60352 2021/10/01 09:20:52 [DEBUG] http: Request GET /v1/status/leader (988.414µs) from=10.233.68.190:33398 2021/10/01 09:21:02 [DEBUG] http: Request GET /v1/status/leader (2.391785ms) from=10.233.67.135:53384 2021/10/01 09:21:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.771943236s) from=10.233.67.135:56220 2021/10/01 09:21:12 [DEBUG] http: Request GET /v1/status/leader (402.743µs) from=10.233.68.190:33540 2021/10/01 09:21:13 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:21:13 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:21:13 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:21:13 [DEBUG] agent: Node info in sync 2021/10/01 09:21:22 [DEBUG] http: Request GET /v1/status/leader (210.139µs) from=10.233.67.135:53624 2021/10/01 09:21:32 [DEBUG] http: Request GET /v1/status/leader (180.299µs) from=10.233.68.190:33680 2021/10/01 09:21:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:21:42 [DEBUG] http: Request GET /v1/status/leader (838.184µs) from=10.233.67.135:53852 2021/10/01 09:21:42 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:21:52 [DEBUG] http: Request GET /v1/status/leader (453.11µs) from=10.233.68.190:33830 2021/10/01 09:21:59 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.262114619s) from=10.233.67.135:55826 2021/10/01 09:22:02 [DEBUG] http: Request GET /v1/status/leader (859.397µs) from=10.233.67.135:54090 2021/10/01 09:22:12 [DEBUG] http: Request GET /v1/status/leader (220.954µs) from=10.233.68.190:33972 2021/10/01 09:22:22 [DEBUG] http: Request GET /v1/status/leader (1.196555ms) from=10.233.67.135:54318 2021/10/01 09:22:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:22:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:22:25 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:22:25 [DEBUG] agent: Node info in sync 2021/10/01 09:22:27 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.490546695s) from=10.233.68.190:59636 2021/10/01 09:22:32 [DEBUG] http: Request GET /v1/status/leader (785.401µs) from=10.233.68.190:34114 2021/10/01 09:22:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:22:42 [DEBUG] http: Request GET /v1/status/leader (396.814µs) from=10.233.67.135:54542 2021/10/01 09:22:46 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.245815456s) from=10.233.68.190:60352 2021/10/01 09:22:47 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:22:47 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:22:47 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:22:47 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:22:47 [DEBUG] agent: Node info in sync 2021/10/01 09:22:47 [DEBUG] http: Request PUT /v1/agent/service/register (121.306493ms) from=10.233.67.219:33918 2021/10/01 09:22:47 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:22:47 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:22:47 [DEBUG] agent: Node info in sync 2021/10/01 09:22:47 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (504.408µs) from=10.233.67.219:33924 2021/10/01 09:22:48 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.72684952s) from=10.233.67.135:55524 2021/10/01 09:22:48 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.873354113s) from=10.233.68.190:60114 2021/10/01 09:22:52 [DEBUG] http: Request GET /v1/status/leader (496.387µs) from=10.233.68.190:34264 2021/10/01 09:23:02 [DEBUG] http: Request GET /v1/status/leader (217.629µs) from=10.233.67.135:54788 2021/10/01 09:23:11 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.463081722s) from=10.233.67.135:56220 2021/10/01 09:23:12 [DEBUG] http: Request GET /v1/status/leader (511.844µs) from=10.233.68.190:34408 2021/10/01 09:23:22 [DEBUG] http: Request GET /v1/status/leader (736.733µs) from=10.233.67.135:55020 2021/10/01 09:23:32 [DEBUG] http: Request GET /v1/status/leader (549.089µs) from=10.233.68.190:34544 2021/10/01 09:23:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:23:42 [DEBUG] http: Request GET /v1/status/leader (266.291µs) from=10.233.67.135:55254 2021/10/01 09:23:52 [DEBUG] http: Request GET /v1/status/leader (843.858µs) from=10.233.68.190:34698 2021/10/01 09:23:52 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:23:52 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:23:52 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:23:52 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:23:52 [DEBUG] agent: Node info in sync 2021/10/01 09:23:52 [DEBUG] http: Request PUT /v1/agent/service/register (351.150725ms) from=10.233.67.219:34702 2021/10/01 09:23:52 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:23:52 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:23:52 [DEBUG] agent: Node info in sync 2021/10/01 09:23:52 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (2.308283ms) from=10.233.67.219:34708 2021/10/01 09:23:55 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:24:02 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.143932161s) from=10.233.67.135:55826 2021/10/01 09:24:02 [DEBUG] http: Request GET /v1/status/leader (855.235µs) from=10.233.67.135:55512 2021/10/01 09:24:12 [DEBUG] http: Request GET /v1/status/leader (921.609µs) from=10.233.68.190:34842 2021/10/01 09:24:22 [DEBUG] http: Request GET /v1/status/leader (208.123µs) from=10.233.67.135:55746 2021/10/01 09:24:28 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.756420563s) from=10.233.68.190:59636 2021/10/01 09:24:32 [DEBUG] http: Request GET /v1/status/leader (915.058µs) from=10.233.68.190:34986 2021/10/01 09:24:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:24:42 [DEBUG] http: Request GET /v1/status/leader (1.060525ms) from=10.233.67.135:55976 2021/10/01 09:24:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.538349471s) from=10.233.68.190:60352 2021/10/01 09:24:52 [DEBUG] http: Request GET /v1/status/leader (824.234µs) from=10.233.68.190:35134 2021/10/01 09:24:54 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.023901523s) from=10.233.68.190:60114 2021/10/01 09:24:55 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.167565908s) from=10.233.67.135:55524 2021/10/01 09:25:02 [DEBUG] http: Request GET /v1/status/leader (788.29µs) from=10.233.67.135:56212 2021/10/01 09:25:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:25:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:25:12 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:25:12 [DEBUG] agent: Node info in sync 2021/10/01 09:25:12 [DEBUG] http: Request GET /v1/status/leader (464.826µs) from=10.233.68.190:35280 2021/10/01 09:25:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.004207199s) from=10.233.67.135:56220 2021/10/01 09:25:22 [DEBUG] http: Request GET /v1/status/leader (806.409µs) from=10.233.67.135:56446 2021/10/01 09:25:32 [DEBUG] http: Request GET /v1/status/leader (1.173394ms) from=10.233.68.190:35420 2021/10/01 09:25:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:25:42 [DEBUG] http: Request GET /v1/status/leader (459.879µs) from=10.233.67.135:56676 2021/10/01 09:25:52 [DEBUG] http: Request GET /v1/status/leader (5.205174ms) from=10.233.68.190:35562 2021/10/01 09:26:02 [DEBUG] http: Request GET /v1/status/leader (387µs) from=10.233.67.135:56914 2021/10/01 09:26:09 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.609566622s) from=10.233.67.135:55826 2021/10/01 09:26:12 [DEBUG] http: Request GET /v1/status/leader (1.317785ms) from=10.233.68.190:35704 2021/10/01 09:26:19 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:26:22 [DEBUG] http: Request GET /v1/status/leader (270.159µs) from=10.233.67.135:57144 2021/10/01 09:26:32 [DEBUG] http: Request GET /v1/status/leader (762.633µs) from=10.233.68.190:35850 2021/10/01 09:26:33 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.969169824s) from=10.233.68.190:59636 2021/10/01 09:26:39 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:26:39 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:26:39 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:26:39 [DEBUG] agent: Node info in sync 2021/10/01 09:26:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:26:43 [DEBUG] http: Request GET /v1/status/leader (140.608525ms) from=10.233.67.135:57372 2021/10/01 09:26:52 [DEBUG] http: Request GET /v1/status/leader (841.569µs) from=10.233.68.190:35996 2021/10/01 09:26:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.831856401s) from=10.233.68.190:60352 2021/10/01 09:26:56 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.843260229s) from=10.233.68.190:60114 2021/10/01 09:26:59 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.36323584s) from=10.233.67.135:55524 2021/10/01 09:27:03 [DEBUG] http: Request GET /v1/status/leader (245.026µs) from=10.233.67.135:57630 2021/10/01 09:27:12 [DEBUG] http: Request GET /v1/status/leader (212.011µs) from=10.233.68.190:36138 2021/10/01 09:27:23 [DEBUG] http: Request GET /v1/status/leader (656.039µs) from=10.233.67.135:57866 2021/10/01 09:27:23 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.829353081s) from=10.233.67.135:56220 2021/10/01 09:27:32 [DEBUG] http: Request GET /v1/status/leader (467.268µs) from=10.233.68.190:36276 2021/10/01 09:27:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:27:43 [DEBUG] http: Request GET /v1/status/leader (1.377363ms) from=10.233.67.135:58090 2021/10/01 09:27:52 [DEBUG] http: Request GET /v1/status/leader (664.809µs) from=10.233.68.190:36426 2021/10/01 09:28:03 [DEBUG] http: Request GET /v1/status/leader (2.229525ms) from=10.233.67.135:58330 2021/10/01 09:28:11 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.764532964s) from=10.233.67.135:55826 2021/10/01 09:28:12 [DEBUG] http: Request GET /v1/status/leader (314.295µs) from=10.233.68.190:36570 2021/10/01 09:28:22 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:28:22 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:28:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:28:22 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:28:22 [DEBUG] agent: Node info in sync 2021/10/01 09:28:22 [DEBUG] http: Request PUT /v1/agent/service/register (106.95179ms) from=10.233.67.219:37884 2021/10/01 09:28:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:28:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:28:22 [DEBUG] agent: Node info in sync 2021/10/01 09:28:22 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (182.337272ms) from=10.233.67.219:37886 2021/10/01 09:28:23 [DEBUG] http: Request GET /v1/status/leader (277.911µs) from=10.233.67.135:58578 2021/10/01 09:28:24 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:28:32 [DEBUG] http: Request GET /v1/status/leader (678.888µs) from=10.233.68.190:36716 2021/10/01 09:28:37 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.753144054s) from=10.233.68.190:59636 2021/10/01 09:28:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:28:43 [DEBUG] http: Request GET /v1/status/leader (345.626µs) from=10.233.67.135:58808 2021/10/01 09:28:52 [DEBUG] http: Request GET /v1/status/leader (316.246µs) from=10.233.68.190:36862 2021/10/01 09:28:57 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.697680534s) from=10.233.68.190:60352 2021/10/01 09:28:58 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.433678219s) from=10.233.68.190:60114 2021/10/01 09:29:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.733730095s) from=10.233.67.135:55524 2021/10/01 09:29:03 [DEBUG] http: Request GET /v1/status/leader (1.898263ms) from=10.233.67.135:59040 2021/10/01 09:29:12 [DEBUG] http: Request GET /v1/status/leader (950.397µs) from=10.233.68.190:37006 2021/10/01 09:29:14 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:29:14 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:29:14 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:29:14 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:29:14 [DEBUG] agent: Node info in sync 2021/10/01 09:29:14 [DEBUG] http: Request PUT /v1/agent/service/register (42.846785ms) from=10.233.67.219:38502 2021/10/01 09:29:14 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:29:14 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:29:14 [DEBUG] agent: Node info in sync 2021/10/01 09:29:14 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.016859ms) from=10.233.67.219:38506 2021/10/01 09:29:23 [DEBUG] http: Request GET /v1/status/leader (648.415µs) from=10.233.67.135:59298 2021/10/01 09:29:30 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.688181506s) from=10.233.67.135:56220 2021/10/01 09:29:32 [DEBUG] http: Request GET /v1/status/leader (417.293µs) from=10.233.68.190:37144 2021/10/01 09:29:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:29:43 [DEBUG] http: Request GET /v1/status/leader (540.992µs) from=10.233.67.135:59526 2021/10/01 09:29:52 [DEBUG] http: Request GET /v1/status/leader (1.798357ms) from=10.233.68.190:37290 2021/10/01 09:30:03 [DEBUG] http: Request GET /v1/status/leader (28.972259ms) from=10.233.67.135:59760 2021/10/01 09:30:12 [DEBUG] http: Request GET /v1/status/leader (169.368µs) from=10.233.68.190:37438 2021/10/01 09:30:18 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.992853504s) from=10.233.67.135:55826 2021/10/01 09:30:23 [DEBUG] http: Request GET /v1/status/leader (934.065µs) from=10.233.67.135:59992 2021/10/01 09:30:25 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:30:25 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:30:25 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:30:25 [DEBUG] agent: Node info in sync 2021/10/01 09:30:32 [DEBUG] http: Request GET /v1/status/leader (335.548µs) from=10.233.68.190:37582 2021/10/01 09:30:38 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.960116863s) from=10.233.68.190:59636 2021/10/01 09:30:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:30:43 [DEBUG] http: Request GET /v1/status/leader (991.568µs) from=10.233.67.135:60218 2021/10/01 09:30:52 [DEBUG] http: Request GET /v1/status/leader (398.195µs) from=10.233.68.190:37728 2021/10/01 09:30:57 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.319246737s) from=10.233.68.190:60352 2021/10/01 09:31:01 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.310540119s) from=10.233.68.190:60114 2021/10/01 09:31:03 [DEBUG] http: Request GET /v1/status/leader (646.483µs) from=10.233.67.135:60456 2021/10/01 09:31:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.794326272s) from=10.233.67.135:55524 2021/10/01 09:31:08 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:31:12 [DEBUG] http: Request GET /v1/status/leader (185.813µs) from=10.233.68.190:37870 2021/10/01 09:31:23 [DEBUG] http: Request GET /v1/status/leader (100.570365ms) from=10.233.67.135:60686 2021/10/01 09:31:32 [DEBUG] http: Request GET /v1/status/leader (523.463µs) from=10.233.68.190:38008 2021/10/01 09:31:34 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.021422614s) from=10.233.67.135:56220 2021/10/01 09:31:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:31:43 [DEBUG] http: Request GET /v1/status/leader (944.945µs) from=10.233.67.135:60918 2021/10/01 09:31:49 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:31:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:31:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:31:49 [DEBUG] agent: Node info in sync 2021/10/01 09:31:52 [DEBUG] http: Request GET /v1/status/leader (659.915µs) from=10.233.68.190:38162 2021/10/01 09:32:03 [DEBUG] http: Request GET /v1/status/leader (1.280453ms) from=10.233.67.135:32926 2021/10/01 09:32:12 [DEBUG] http: Request GET /v1/status/leader (851.162µs) from=10.233.68.190:38310 2021/10/01 09:32:23 [DEBUG] http: Request GET /v1/status/leader (503.156µs) from=10.233.67.135:33158 2021/10/01 09:32:25 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.158856837s) from=10.233.67.135:55826 2021/10/01 09:32:32 [DEBUG] http: Request GET /v1/status/leader (240.525µs) from=10.233.68.190:38458 2021/10/01 09:32:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.524733055s) from=10.233.68.190:59636 2021/10/01 09:32:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:32:43 [DEBUG] http: Request GET /v1/status/leader (997.592µs) from=10.233.67.135:33390 2021/10/01 09:32:52 [DEBUG] http: Request GET /v1/status/leader (1.195544ms) from=10.233.68.190:38614 2021/10/01 09:33:00 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.329159777s) from=10.233.68.190:60352 2021/10/01 09:33:03 [DEBUG] http: Request GET /v1/status/leader (387.779µs) from=10.233.67.135:33622 2021/10/01 09:33:05 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.49782048s) from=10.233.68.190:60114 2021/10/01 09:33:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.453241502s) from=10.233.67.135:55524 2021/10/01 09:33:12 [DEBUG] http: Request GET /v1/status/leader (428.28µs) from=10.233.68.190:38768 2021/10/01 09:33:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:33:20 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:33:20 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:33:20 [DEBUG] agent: Node info in sync 2021/10/01 09:33:23 [DEBUG] http: Request GET /v1/status/leader (780.704µs) from=10.233.67.135:33854 2021/10/01 09:33:26 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:33:32 [DEBUG] http: Request GET /v1/status/leader (819.956µs) from=10.233.68.190:38908 2021/10/01 09:33:40 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.363816023s) from=10.233.67.135:56220 2021/10/01 09:33:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:33:43 [DEBUG] http: Request GET /v1/status/leader (516.964µs) from=10.233.67.135:34076 2021/10/01 09:33:52 [DEBUG] http: Request GET /v1/status/leader (208.105µs) from=10.233.68.190:39064 2021/10/01 09:34:03 [DEBUG] http: Request GET /v1/status/leader (1.724892ms) from=10.233.67.135:34314 2021/10/01 09:34:11 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:34:11 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:34:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:34:12 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:34:12 [DEBUG] agent: Node info in sync 2021/10/01 09:34:12 [DEBUG] http: Request PUT /v1/agent/service/register (690.678049ms) from=10.233.67.219:41958 2021/10/01 09:34:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:34:12 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:34:12 [DEBUG] agent: Node info in sync 2021/10/01 09:34:12 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.054732ms) from=10.233.67.219:41966 2021/10/01 09:34:12 [DEBUG] http: Request GET /v1/status/leader (652.165µs) from=10.233.68.190:39198 2021/10/01 09:34:23 [DEBUG] http: Request GET /v1/status/leader (279.845µs) from=10.233.67.135:34570 2021/10/01 09:34:29 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:34:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:34:29 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:34:29 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:34:29 [DEBUG] agent: Node info in sync 2021/10/01 09:34:29 [DEBUG] http: Request PUT /v1/agent/service/register (244.591254ms) from=10.233.67.219:42180 2021/10/01 09:34:29 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:34:29 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:34:29 [DEBUG] agent: Node info in sync 2021/10/01 09:34:29 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.164574ms) from=10.233.67.219:42184 2021/10/01 09:34:31 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.13216944s) from=10.233.67.135:55826 2021/10/01 09:34:32 [DEBUG] http: Request GET /v1/status/leader (441.453µs) from=10.233.68.190:39344 2021/10/01 09:34:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:34:44 [DEBUG] http: Request GET /v1/status/leader (2.280483ms) from=10.233.67.135:34806 2021/10/01 09:34:44 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.700156163s) from=10.233.68.190:59636 2021/10/01 09:34:52 [DEBUG] http: Request GET /v1/status/leader (202.259µs) from=10.233.68.190:39486 2021/10/01 09:35:04 [DEBUG] http: Request GET /v1/status/leader (1.079016ms) from=10.233.67.135:35034 2021/10/01 09:35:04 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.906556401s) from=10.233.68.190:60352 2021/10/01 09:35:07 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.429370955s) from=10.233.68.190:60114 2021/10/01 09:35:11 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.857274295s) from=10.233.67.135:55524 2021/10/01 09:35:12 [DEBUG] http: Request GET /v1/status/leader (761.832µs) from=10.233.68.190:39630 2021/10/01 09:35:24 [DEBUG] http: Request GET /v1/status/leader (252.12µs) from=10.233.67.135:35274 2021/10/01 09:35:31 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:35:32 [DEBUG] http: Request GET /v1/status/leader (222.021µs) from=10.233.68.190:39776 2021/10/01 09:35:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:35:43 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.810072484s) from=10.233.67.135:56220 2021/10/01 09:35:44 [DEBUG] http: Request GET /v1/status/leader (1.803042ms) from=10.233.67.135:35502 2021/10/01 09:35:53 [DEBUG] http: Request GET /v1/status/leader (1.095276ms) from=10.233.68.190:39922 2021/10/01 09:35:53 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:35:53 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:35:53 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:35:53 [DEBUG] agent: Node info in sync 2021/10/01 09:36:04 [DEBUG] http: Request GET /v1/status/leader (842.662µs) from=10.233.67.135:35738 2021/10/01 09:36:13 [DEBUG] http: Request GET /v1/status/leader (364.951µs) from=10.233.68.190:40066 2021/10/01 09:36:24 [DEBUG] http: Request GET /v1/status/leader (556.357µs) from=10.233.67.135:35970 2021/10/01 09:36:33 [DEBUG] http: Request GET /v1/status/leader (1.224985ms) from=10.233.68.190:40212 2021/10/01 09:36:33 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.0608596s) from=10.233.67.135:55826 2021/10/01 09:36:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:36:44 [DEBUG] http: Request GET /v1/status/leader (213.382µs) from=10.233.67.135:36202 2021/10/01 09:36:46 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.30010042s) from=10.233.68.190:59636 2021/10/01 09:36:53 [DEBUG] http: Request GET /v1/status/leader (765.319µs) from=10.233.68.190:40360 2021/10/01 09:37:04 [DEBUG] http: Request GET /v1/status/leader (251.205µs) from=10.233.67.135:36434 2021/10/01 09:37:11 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.214345189s) from=10.233.68.190:60114 2021/10/01 09:37:11 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.738581835s) from=10.233.68.190:60352 2021/10/01 09:37:13 [DEBUG] http: Request GET /v1/status/leader (1.279766ms) from=10.233.68.190:40504 2021/10/01 09:37:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.067149176s) from=10.233.67.135:55524 2021/10/01 09:37:15 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:37:15 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:37:15 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:37:15 [DEBUG] agent: Node info in sync 2021/10/01 09:37:24 [DEBUG] http: Request GET /v1/status/leader (1.676094ms) from=10.233.67.135:36684 2021/10/01 09:37:33 [DEBUG] http: Request GET /v1/status/leader (198.253µs) from=10.233.68.190:40646 2021/10/01 09:37:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:37:44 [DEBUG] http: Request GET /v1/status/leader (795.949µs) from=10.233.67.135:36912 2021/10/01 09:37:45 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.945499691s) from=10.233.67.135:56220 2021/10/01 09:37:53 [DEBUG] http: Request GET /v1/status/leader (884.591µs) from=10.233.68.190:40794 2021/10/01 09:37:57 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:38:04 [DEBUG] http: Request GET /v1/status/leader (471.817µs) from=10.233.67.135:37152 2021/10/01 09:38:13 [DEBUG] http: Request GET /v1/status/leader (489.108µs) from=10.233.68.190:40932 2021/10/01 09:38:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:38:17 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:38:17 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:38:17 [DEBUG] agent: Node info in sync 2021/10/01 09:38:24 [DEBUG] http: Request GET /v1/status/leader (579.837µs) from=10.233.67.135:37380 2021/10/01 09:38:33 [DEBUG] http: Request GET /v1/status/leader (346.594µs) from=10.233.68.190:41074 2021/10/01 09:38:40 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.472944926s) from=10.233.67.135:55826 2021/10/01 09:38:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:38:44 [DEBUG] http: Request GET /v1/status/leader (816.049µs) from=10.233.67.135:37610 2021/10/01 09:38:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.832863502s) from=10.233.68.190:59636 2021/10/01 09:38:53 [DEBUG] http: Request GET /v1/status/leader (584.632µs) from=10.233.68.190:41216 2021/10/01 09:39:04 [DEBUG] http: Request GET /v1/status/leader (409.212µs) from=10.233.67.135:37842 2021/10/01 09:39:13 [DEBUG] http: Request GET /v1/status/leader (917.757µs) from=10.233.68.190:41358 2021/10/01 09:39:14 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.977050069s) from=10.233.67.135:55524 2021/10/01 09:39:15 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.205092059s) from=10.233.68.190:60352 2021/10/01 09:39:18 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.967773962s) from=10.233.68.190:60114 2021/10/01 09:39:24 [DEBUG] http: Request GET /v1/status/leader (1.028359ms) from=10.233.67.135:38082 2021/10/01 09:39:28 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:39:28 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:39:28 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:39:28 [DEBUG] agent: Node info in sync 2021/10/01 09:39:33 [DEBUG] http: Request GET /v1/status/leader (5.987867ms) from=10.233.68.190:41498 2021/10/01 09:39:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:39:44 [DEBUG] http: Request GET /v1/status/leader (727.009µs) from=10.233.67.135:38318 2021/10/01 09:39:48 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.663919564s) from=10.233.67.135:56220 2021/10/01 09:39:49 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:39:49 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:39:49 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:39:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:39:49 [DEBUG] agent: Node info in sync 2021/10/01 09:39:49 [DEBUG] http: Request PUT /v1/agent/service/register (67.663347ms) from=10.233.67.219:45926 2021/10/01 09:39:49 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:39:49 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:39:49 [DEBUG] agent: Node info in sync 2021/10/01 09:39:49 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (589.48µs) from=10.233.67.219:45928 2021/10/01 09:39:53 [DEBUG] http: Request GET /v1/status/leader (813.606µs) from=10.233.68.190:41646 2021/10/01 09:40:04 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:40:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:40:04 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:40:04 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:40:04 [DEBUG] agent: Node info in sync 2021/10/01 09:40:04 [DEBUG] http: Request PUT /v1/agent/service/register (60.230003ms) from=10.233.67.219:46118 2021/10/01 09:40:04 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:40:04 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:40:04 [DEBUG] agent: Node info in sync 2021/10/01 09:40:04 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (592.922µs) from=10.233.67.219:46124 2021/10/01 09:40:04 [DEBUG] http: Request GET /v1/status/leader (2.721675ms) from=10.233.67.135:38576 2021/10/01 09:40:13 [DEBUG] http: Request GET /v1/status/leader (1.307724ms) from=10.233.68.190:41794 2021/10/01 09:40:24 [DEBUG] http: Request GET /v1/status/leader (713.817µs) from=10.233.67.135:38810 2021/10/01 09:40:33 [DEBUG] http: Request GET /v1/status/leader (701.148µs) from=10.233.68.190:41942 2021/10/01 09:40:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:40:42 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.386848628s) from=10.233.67.135:55826 2021/10/01 09:40:44 [DEBUG] http: Request GET /v1/status/leader (230.011µs) from=10.233.67.135:39044 2021/10/01 09:40:52 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:40:53 [DEBUG] http: Request GET /v1/status/leader (343.898µs) from=10.233.68.190:42086 2021/10/01 09:40:53 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.289098781s) from=10.233.68.190:59636 2021/10/01 09:41:04 [DEBUG] http: Request GET /v1/status/leader (897.821µs) from=10.233.67.135:39276 2021/10/01 09:41:13 [DEBUG] http: Request GET /v1/status/leader (724.742µs) from=10.233.68.190:42228 2021/10/01 09:41:15 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.563611409s) from=10.233.67.135:55524 2021/10/01 09:41:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.233704452s) from=10.233.68.190:60352 2021/10/01 09:41:24 [DEBUG] http: Request GET /v1/status/leader (733.293µs) from=10.233.67.135:39504 2021/10/01 09:41:25 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.04007325s) from=10.233.68.190:60114 2021/10/01 09:41:33 [DEBUG] http: Request GET /v1/status/leader (344.889µs) from=10.233.68.190:42376 2021/10/01 09:41:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:41:44 [DEBUG] http: Request GET /v1/status/leader (190.832µs) from=10.233.67.135:39730 2021/10/01 09:41:53 [DEBUG] http: Request GET /v1/status/leader (852.309µs) from=10.233.68.190:42518 2021/10/01 09:41:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.93662553s) from=10.233.67.135:56220 2021/10/01 09:41:58 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:41:58 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:41:58 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:41:58 [DEBUG] agent: Node info in sync 2021/10/01 09:42:04 [DEBUG] http: Request GET /v1/status/leader (686.225µs) from=10.233.67.135:39964 2021/10/01 09:42:13 [DEBUG] http: Request GET /v1/status/leader (212.814µs) from=10.233.68.190:42658 2021/10/01 09:42:24 [DEBUG] http: Request GET /v1/status/leader (212.095µs) from=10.233.67.135:40202 2021/10/01 09:42:33 [DEBUG] http: Request GET /v1/status/leader (1.238836ms) from=10.233.68.190:42802 2021/10/01 09:42:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:42:44 [DEBUG] http: Request GET /v1/status/leader (681.384µs) from=10.233.67.135:40430 2021/10/01 09:42:48 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.298688388s) from=10.233.67.135:55826 2021/10/01 09:42:53 [DEBUG] http: Request GET /v1/status/leader (212.193µs) from=10.233.68.190:42948 2021/10/01 09:43:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.177525362s) from=10.233.68.190:59636 2021/10/01 09:43:04 [DEBUG] http: Request GET /v1/status/leader (241.388µs) from=10.233.67.135:40664 2021/10/01 09:43:13 [DEBUG] http: Request GET /v1/status/leader (492.788µs) from=10.233.68.190:43092 2021/10/01 09:43:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.527073179s) from=10.233.67.135:55524 2021/10/01 09:43:22 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.887880175s) from=10.233.68.190:60352 2021/10/01 09:43:22 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:43:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:43:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:43:22 [DEBUG] agent: Node info in sync 2021/10/01 09:43:24 [DEBUG] http: Request GET /v1/status/leader (316.074µs) from=10.233.67.135:40900 2021/10/01 09:43:29 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.837780239s) from=10.233.68.190:60114 2021/10/01 09:43:33 [DEBUG] http: Request GET /v1/status/leader (635.841µs) from=10.233.68.190:43230 2021/10/01 09:43:34 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:43:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:43:44 [DEBUG] http: Request GET /v1/status/leader (483.5µs) from=10.233.67.135:41134 2021/10/01 09:43:53 [DEBUG] http: Request GET /v1/status/leader (537.617µs) from=10.233.68.190:43380 2021/10/01 09:44:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.303564078s) from=10.233.67.135:56220 2021/10/01 09:44:04 [DEBUG] http: Request GET /v1/status/leader (283.858µs) from=10.233.67.135:41366 2021/10/01 09:44:13 [DEBUG] http: Request GET /v1/status/leader (1.278038ms) from=10.233.68.190:43524 2021/10/01 09:44:24 [DEBUG] http: Request GET /v1/status/leader (192.699µs) from=10.233.67.135:41596 2021/10/01 09:44:30 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:44:30 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:44:30 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:44:30 [DEBUG] agent: Node info in sync 2021/10/01 09:44:33 [DEBUG] http: Request GET /v1/status/leader (226.803µs) from=10.233.68.190:43666 2021/10/01 09:44:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:44:44 [DEBUG] http: Request GET /v1/status/leader (753.384µs) from=10.233.67.135:41826 2021/10/01 09:44:53 [DEBUG] http: Request GET /v1/status/leader (262.197599ms) from=10.233.68.190:43812 2021/10/01 09:44:53 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.271369518s) from=10.233.67.135:55826 2021/10/01 09:45:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.577679621s) from=10.233.68.190:59636 2021/10/01 09:45:02 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:45:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:45:02 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:45:02 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:45:02 [DEBUG] agent: Node info in sync 2021/10/01 09:45:02 [DEBUG] http: Request PUT /v1/agent/service/register (43.818547ms) from=10.233.67.219:49602 2021/10/01 09:45:02 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:45:02 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:45:02 [DEBUG] agent: Node info in sync 2021/10/01 09:45:02 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.062924ms) from=10.233.67.219:49608 2021/10/01 09:45:04 [DEBUG] http: Request GET /v1/status/leader (526.573µs) from=10.233.67.135:42084 2021/10/01 09:45:13 [DEBUG] http: Request GET /v1/status/leader (188.728µs) from=10.233.68.190:43958 2021/10/01 09:45:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.092047998s) from=10.233.67.135:55524 2021/10/01 09:45:24 [DEBUG] http: Request GET /v1/status/leader (222.453µs) from=10.233.67.135:42316 2021/10/01 09:45:27 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.595621885s) from=10.233.68.190:60352 2021/10/01 09:45:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.885544072s) from=10.233.68.190:60114 2021/10/01 09:45:33 [DEBUG] http: Request GET /v1/status/leader (249.58µs) from=10.233.68.190:44104 2021/10/01 09:45:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:45:44 [DEBUG] http: Request GET /v1/status/leader (346.625µs) from=10.233.67.135:42546 2021/10/01 09:45:48 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:45:53 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:45:53 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:45:53 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:45:53 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:45:53 [DEBUG] agent: Node info in sync 2021/10/01 09:45:53 [DEBUG] http: Request PUT /v1/agent/service/register (77.386771ms) from=10.233.67.219:50212 2021/10/01 09:45:53 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:45:53 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:45:53 [DEBUG] agent: Node info in sync 2021/10/01 09:45:53 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (738.628µs) from=10.233.67.219:50214 2021/10/01 09:45:53 [DEBUG] http: Request GET /v1/status/leader (695.886µs) from=10.233.68.190:44244 2021/10/01 09:46:04 [DEBUG] http: Request GET /v1/status/leader (182.938511ms) from=10.233.67.135:42792 2021/10/01 09:46:08 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.09473841s) from=10.233.67.135:56220 2021/10/01 09:46:13 [DEBUG] http: Request GET /v1/status/leader (605.661µs) from=10.233.68.190:44384 2021/10/01 09:46:25 [DEBUG] http: Request GET /v1/status/leader (262.494µs) from=10.233.67.135:43034 2021/10/01 09:46:33 [DEBUG] http: Request GET /v1/status/leader (206.62µs) from=10.233.68.190:44528 2021/10/01 09:46:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:46:45 [DEBUG] http: Request GET /v1/status/leader (242.015µs) from=10.233.67.135:43262 2021/10/01 09:46:53 [DEBUG] http: Request GET /v1/status/leader (809.665µs) from=10.233.68.190:44668 2021/10/01 09:46:59 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.985233362s) from=10.233.67.135:55826 2021/10/01 09:47:05 [DEBUG] http: Request GET /v1/status/leader (1.289834ms) from=10.233.67.135:43494 2021/10/01 09:47:08 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m7.30950466s) from=10.233.68.190:59636 2021/10/01 09:47:13 [DEBUG] http: Request GET /v1/status/leader (231.504µs) from=10.233.68.190:44810 2021/10/01 09:47:21 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.135216828s) from=10.233.67.135:55524 2021/10/01 09:47:25 [DEBUG] http: Request GET /v1/status/leader (721.57µs) from=10.233.67.135:43742 2021/10/01 09:47:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.564063208s) from=10.233.68.190:60114 2021/10/01 09:47:31 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.923307007s) from=10.233.68.190:60352 2021/10/01 09:47:33 [DEBUG] http: Request GET /v1/status/leader (221.744µs) from=10.233.68.190:44954 2021/10/01 09:47:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:47:45 [DEBUG] http: Request GET /v1/status/leader (347.37µs) from=10.233.67.135:43980 2021/10/01 09:47:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:47:46 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:47:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:47:46 [DEBUG] agent: Node info in sync 2021/10/01 09:47:54 [DEBUG] http: Request GET /v1/status/leader (319.698µs) from=10.233.68.190:45096 2021/10/01 09:48:05 [DEBUG] http: Request GET /v1/status/leader (603.068µs) from=10.233.67.135:44214 2021/10/01 09:48:09 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.746893123s) from=10.233.67.135:56220 2021/10/01 09:48:14 [DEBUG] http: Request GET /v1/status/leader (853.646µs) from=10.233.68.190:45242 2021/10/01 09:48:20 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:48:25 [DEBUG] http: Request GET /v1/status/leader (739.553µs) from=10.233.67.135:44446 2021/10/01 09:48:34 [DEBUG] http: Request GET /v1/status/leader (380.967µs) from=10.233.68.190:45390 2021/10/01 09:48:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:48:45 [DEBUG] http: Request GET /v1/status/leader (283.926µs) from=10.233.67.135:44674 2021/10/01 09:48:54 [DEBUG] http: Request GET /v1/status/leader (210.257µs) from=10.233.68.190:45528 2021/10/01 09:48:55 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:48:55 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:48:55 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:48:55 [DEBUG] agent: Node info in sync 2021/10/01 09:49:05 [DEBUG] http: Request GET /v1/status/leader (349.83µs) from=10.233.67.135:44910 2021/10/01 09:49:06 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.542017851s) from=10.233.67.135:55826 2021/10/01 09:49:10 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.323098132s) from=10.233.68.190:59636 2021/10/01 09:49:14 [DEBUG] http: Request GET /v1/status/leader (1.454558ms) from=10.233.68.190:45672 2021/10/01 09:49:25 [DEBUG] http: Request GET /v1/status/leader (866.653µs) from=10.233.67.135:45144 2021/10/01 09:49:27 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.084272241s) from=10.233.67.135:55524 2021/10/01 09:49:34 [DEBUG] http: Request GET /v1/status/leader (3.324821ms) from=10.233.68.190:45818 2021/10/01 09:49:37 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.99406835s) from=10.233.68.190:60352 2021/10/01 09:49:37 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.25802143s) from=10.233.68.190:60114 2021/10/01 09:49:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:49:45 [DEBUG] http: Request GET /v1/status/leader (737.448µs) from=10.233.67.135:45370 2021/10/01 09:49:54 [DEBUG] http: Request GET /v1/status/leader (215.591µs) from=10.233.68.190:45958 2021/10/01 09:50:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:50:03 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:50:03 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:50:03 [DEBUG] agent: Node info in sync 2021/10/01 09:50:05 [DEBUG] http: Request GET /v1/status/leader (844.839µs) from=10.233.67.135:45606 2021/10/01 09:50:14 [DEBUG] http: Request GET /v1/status/leader (638.211µs) from=10.233.68.190:46100 2021/10/01 09:50:15 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.963454352s) from=10.233.67.135:56220 2021/10/01 09:50:22 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:50:22 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:50:22 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:50:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:50:22 [DEBUG] agent: Node info in sync 2021/10/01 09:50:22 [DEBUG] http: Request PUT /v1/agent/service/register (72.111869ms) from=10.233.67.219:53378 2021/10/01 09:50:22 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:50:22 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:50:22 [DEBUG] agent: Node info in sync 2021/10/01 09:50:22 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (527.269µs) from=10.233.67.219:53382 2021/10/01 09:50:25 [DEBUG] http: Request GET /v1/status/leader (212.948µs) from=10.233.67.135:45864 2021/10/01 09:50:34 [DEBUG] http: Request GET /v1/status/leader (2.546019ms) from=10.233.68.190:46250 2021/10/01 09:50:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:50:45 [DEBUG] http: Request GET /v1/status/leader (382.727µs) from=10.233.67.135:46096 2021/10/01 09:50:54 [DEBUG] http: Request GET /v1/status/leader (727.607µs) from=10.233.68.190:46386 2021/10/01 09:51:03 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:51:05 [DEBUG] http: Request GET /v1/status/leader (257.71µs) from=10.233.67.135:46328 2021/10/01 09:51:13 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.62311347s) from=10.233.67.135:55826 2021/10/01 09:51:13 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.254787328s) from=10.233.68.190:59636 2021/10/01 09:51:14 [DEBUG] http: Request GET /v1/status/leader (813.588µs) from=10.233.68.190:46530 2021/10/01 09:51:25 [DEBUG] http: Request GET /v1/status/leader (796.433µs) from=10.233.67.135:46564 2021/10/01 09:51:32 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.849014146s) from=10.233.67.135:55524 2021/10/01 09:51:34 [DEBUG] http: Request GET /v1/status/leader (754.245µs) from=10.233.68.190:46678 2021/10/01 09:51:38 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:51:38 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:51:38 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:51:38 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:51:38 [DEBUG] agent: Node info in sync 2021/10/01 09:51:38 [DEBUG] http: Request PUT /v1/agent/service/register (187.366923ms) from=10.233.67.219:54272 2021/10/01 09:51:38 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:51:38 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:51:38 [DEBUG] agent: Node info in sync 2021/10/01 09:51:38 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (13.756387ms) from=10.233.67.219:54274 2021/10/01 09:51:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:51:44 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.950966078s) from=10.233.68.190:60352 2021/10/01 09:51:44 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.808645389s) from=10.233.68.190:60114 2021/10/01 09:51:45 [DEBUG] http: Request GET /v1/status/leader (226.614µs) from=10.233.67.135:46808 2021/10/01 09:51:54 [DEBUG] http: Request GET /v1/status/leader (318.585µs) from=10.233.68.190:46820 2021/10/01 09:52:05 [DEBUG] http: Request GET /v1/status/leader (828.104µs) from=10.233.67.135:47040 2021/10/01 09:52:14 [DEBUG] http: Request GET /v1/status/leader (980.311µs) from=10.233.68.190:46964 2021/10/01 09:52:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m0.990389159s) from=10.233.67.135:56220 2021/10/01 09:52:25 [DEBUG] http: Request GET /v1/status/leader (251.125µs) from=10.233.67.135:47268 2021/10/01 09:52:34 [DEBUG] http: Request GET /v1/status/leader (197.375µs) from=10.233.68.190:47108 2021/10/01 09:52:40 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:52:40 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:52:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:52:40 [DEBUG] agent: Node info in sync 2021/10/01 09:52:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:52:45 [DEBUG] http: Request GET /v1/status/leader (647.043µs) from=10.233.67.135:47498 2021/10/01 09:52:54 [DEBUG] http: Request GET /v1/status/leader (1.061707ms) from=10.233.68.190:47248 2021/10/01 09:53:05 [DEBUG] http: Request GET /v1/status/leader (1.38204ms) from=10.233.67.135:47726 2021/10/01 09:53:14 [DEBUG] http: Request GET /v1/status/leader (190.986µs) from=10.233.68.190:47392 2021/10/01 09:53:16 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.036844289s) from=10.233.68.190:59636 2021/10/01 09:53:17 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.498357403s) from=10.233.67.135:55826 2021/10/01 09:53:25 [DEBUG] http: Request GET /v1/status/leader (1.016828ms) from=10.233.67.135:47958 2021/10/01 09:53:34 [DEBUG] http: Request GET /v1/status/leader (429.816µs) from=10.233.68.190:47536 2021/10/01 09:53:38 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.157697139s) from=10.233.67.135:55524 2021/10/01 09:53:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:53:44 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:53:45 [DEBUG] http: Request GET /v1/status/leader (1.558051ms) from=10.233.67.135:48184 2021/10/01 09:53:47 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.321494299s) from=10.233.68.190:60114 2021/10/01 09:53:47 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.414366224s) from=10.233.68.190:60352 2021/10/01 09:53:54 [DEBUG] http: Request GET /v1/status/leader (822.56µs) from=10.233.68.190:47674 2021/10/01 09:54:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:54:03 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:54:03 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:54:03 [DEBUG] agent: Node info in sync 2021/10/01 09:54:05 [DEBUG] http: Request GET /v1/status/leader (1.188761ms) from=10.233.67.135:48420 2021/10/01 09:54:14 [DEBUG] http: Request GET /v1/status/leader (369.308µs) from=10.233.68.190:47818 2021/10/01 09:54:17 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.136620073s) from=10.233.67.135:56220 2021/10/01 09:54:25 [DEBUG] http: Request GET /v1/status/leader (679.633µs) from=10.233.67.135:48656 2021/10/01 09:54:34 [DEBUG] http: Request GET /v1/status/leader (339.146µs) from=10.233.68.190:47964 2021/10/01 09:54:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:54:45 [DEBUG] http: Request GET /v1/status/leader (1.868113ms) from=10.233.67.135:48884 2021/10/01 09:54:54 [DEBUG] http: Request GET /v1/status/leader (710.519µs) from=10.233.68.190:48108 2021/10/01 09:55:05 [DEBUG] http: Request GET /v1/status/leader (658.426µs) from=10.233.67.135:49120 2021/10/01 09:55:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:55:08 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:55:08 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:55:08 [DEBUG] agent: Node info in sync 2021/10/01 09:55:14 [DEBUG] http: Request GET /v1/status/leader (524.94µs) from=10.233.68.190:48250 2021/10/01 09:55:18 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.577558141s) from=10.233.67.135:55826 2021/10/01 09:55:20 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.567381687s) from=10.233.68.190:59636 2021/10/01 09:55:25 [DEBUG] http: Request GET /v1/status/leader (346.567µs) from=10.233.67.135:49352 2021/10/01 09:55:34 [DEBUG] http: Request GET /v1/status/leader (421.879µs) from=10.233.68.190:48398 2021/10/01 09:55:40 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:55:40 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:55:40 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 09:55:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:55:40 [DEBUG] agent: Node info in sync 2021/10/01 09:55:40 [DEBUG] http: Request PUT /v1/agent/service/register (70.895193ms) from=10.233.67.219:57082 2021/10/01 09:55:40 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:55:40 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:55:40 [DEBUG] agent: Node info in sync 2021/10/01 09:55:40 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (641.653µs) from=10.233.67.219:57086 2021/10/01 09:55:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:55:45 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.894009842s) from=10.233.67.135:55524 2021/10/01 09:55:45 [DEBUG] http: Request GET /v1/status/leader (514.765µs) from=10.233.67.135:49604 2021/10/01 09:55:51 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.697051642s) from=10.233.68.190:60114 2021/10/01 09:55:54 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.271472227s) from=10.233.68.190:60352 2021/10/01 09:55:54 [DEBUG] http: Request GET /v1/status/leader (1.191671ms) from=10.233.68.190:48538 2021/10/01 09:56:05 [DEBUG] http: Request GET /v1/status/leader (101.387461ms) from=10.233.67.135:49836 2021/10/01 09:56:14 [DEBUG] http: Request GET /v1/status/leader (727.665µs) from=10.233.68.190:48680 2021/10/01 09:56:22 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.191636127s) from=10.233.67.135:56220 2021/10/01 09:56:25 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:56:26 [DEBUG] http: Request GET /v1/status/leader (419.629µs) from=10.233.67.135:50072 2021/10/01 09:56:34 [DEBUG] http: Request GET /v1/status/leader (206.356µs) from=10.233.68.190:48826 2021/10/01 09:56:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:56:46 [DEBUG] http: Request GET /v1/status/leader (1.176375ms) from=10.233.67.135:50302 2021/10/01 09:56:54 [DEBUG] http: Request GET /v1/status/leader (207.552µs) from=10.233.68.190:48964 2021/10/01 09:57:06 [DEBUG] http: Request GET /v1/status/leader (460.019µs) from=10.233.67.135:50528 2021/10/01 09:57:14 [DEBUG] http: Request GET /v1/status/leader (682.587µs) from=10.233.68.190:49108 2021/10/01 09:57:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:57:17 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:57:17 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:57:17 [DEBUG] agent: Node info in sync 2021/10/01 09:57:18 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:57:18 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 09:57:19 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:57:19 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 09:57:19 [DEBUG] agent: Node info in sync 2021/10/01 09:57:19 [DEBUG] http: Request PUT /v1/agent/service/register (73.805109ms) from=10.233.67.219:58244 2021/10/01 09:57:19 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:57:19 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:57:19 [DEBUG] agent: Node info in sync 2021/10/01 09:57:19 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (492.822µs) from=10.233.67.219:58246 2021/10/01 09:57:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.621913488s) from=10.233.67.135:55826 2021/10/01 09:57:22 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.180534801s) from=10.233.68.190:59636 2021/10/01 09:57:26 [DEBUG] http: Request GET /v1/status/leader (1.289716ms) from=10.233.67.135:50786 2021/10/01 09:57:34 [DEBUG] http: Request GET /v1/status/leader (293.257µs) from=10.233.68.190:49256 2021/10/01 09:57:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:57:46 [DEBUG] http: Request GET /v1/status/leader (887.325µs) from=10.233.67.135:51030 2021/10/01 09:57:47 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.670414872s) from=10.233.67.135:55524 2021/10/01 09:57:52 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.706829741s) from=10.233.68.190:60114 2021/10/01 09:57:54 [DEBUG] http: Request GET /v1/status/leader (434.34µs) from=10.233.68.190:49392 2021/10/01 09:57:57 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.061106797s) from=10.233.68.190:60352 2021/10/01 09:58:06 [DEBUG] http: Request GET /v1/status/leader (685.764µs) from=10.233.67.135:51266 2021/10/01 09:58:14 [DEBUG] http: Request GET /v1/status/leader (349.575µs) from=10.233.68.190:49532 2021/10/01 09:58:26 [DEBUG] http: Request GET /v1/status/leader (1.157451ms) from=10.233.67.135:51504 2021/10/01 09:58:28 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.621883651s) from=10.233.67.135:56220 2021/10/01 09:58:34 [DEBUG] http: Request GET /v1/status/leader (396.426µs) from=10.233.68.190:49676 2021/10/01 09:58:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:58:46 [DEBUG] http: Request GET /v1/status/leader (905.418µs) from=10.233.67.135:51734 2021/10/01 09:58:54 [DEBUG] http: Request GET /v1/status/leader (1.182077ms) from=10.233.68.190:49824 2021/10/01 09:58:59 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 09:59:06 [DEBUG] http: Request GET /v1/status/leader (225.741µs) from=10.233.67.135:51964 2021/10/01 09:59:13 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 09:59:13 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 09:59:13 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 09:59:13 [DEBUG] agent: Node info in sync 2021/10/01 09:59:14 [DEBUG] http: Request GET /v1/status/leader (161.678083ms) from=10.233.68.190:49966 2021/10/01 09:59:21 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.115918073s) from=10.233.67.135:55826 2021/10/01 09:59:25 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.691068803s) from=10.233.68.190:59636 2021/10/01 09:59:26 [DEBUG] http: Request GET /v1/status/leader (782.255µs) from=10.233.67.135:52200 2021/10/01 09:59:34 [DEBUG] http: Request GET /v1/status/leader (252.715µs) from=10.233.68.190:50112 2021/10/01 09:59:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 09:59:46 [DEBUG] http: Request GET /v1/status/leader (245.886µs) from=10.233.67.135:52424 2021/10/01 09:59:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.16310067s) from=10.233.67.135:55524 2021/10/01 09:59:54 [DEBUG] http: Request GET /v1/status/leader (228.357µs) from=10.233.68.190:50258 2021/10/01 09:59:58 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.071712719s) from=10.233.68.190:60352 2021/10/01 09:59:59 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.106418785s) from=10.233.68.190:60114 2021/10/01 10:00:06 [DEBUG] http: Request GET /v1/status/leader (1.475282ms) from=10.233.67.135:52658 2021/10/01 10:00:14 [DEBUG] http: Request GET /v1/status/leader (640.237µs) from=10.233.68.190:50406 2021/10/01 10:00:26 [DEBUG] http: Request GET /v1/status/leader (362.168µs) from=10.233.67.135:52894 2021/10/01 10:00:29 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:00:29 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:00:29 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:00:29 [DEBUG] agent: Node info in sync 2021/10/01 10:00:34 [DEBUG] http: Request GET /v1/status/leader (306.945µs) from=10.233.68.190:50548 2021/10/01 10:00:35 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.351051661s) from=10.233.67.135:56220 2021/10/01 10:00:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:00:46 [DEBUG] http: Request GET /v1/status/leader (315.017774ms) from=10.233.67.135:53122 2021/10/01 10:00:54 [DEBUG] http: Request GET /v1/status/leader (248.683µs) from=10.233.68.190:50698 2021/10/01 10:01:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:01:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:01:05 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 10:01:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:01:05 [DEBUG] agent: Node info in sync 2021/10/01 10:01:05 [DEBUG] http: Request PUT /v1/agent/service/register (119.557376ms) from=10.233.67.219:60926 2021/10/01 10:01:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:01:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:01:05 [DEBUG] agent: Node info in sync 2021/10/01 10:01:05 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (631.398µs) from=10.233.67.219:60928 2021/10/01 10:01:06 [DEBUG] http: Request GET /v1/status/leader (860.21µs) from=10.233.67.135:53384 2021/10/01 10:01:14 [DEBUG] http: Request GET /v1/status/leader (232.505µs) from=10.233.68.190:50842 2021/10/01 10:01:26 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.071921378s) from=10.233.67.135:55826 2021/10/01 10:01:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.824408561s) from=10.233.68.190:59636 2021/10/01 10:01:26 [DEBUG] http: Request GET /v1/status/leader (275.018µs) from=10.233.67.135:53622 2021/10/01 10:01:34 [DEBUG] http: Request GET /v1/status/leader (214.878µs) from=10.233.68.190:50988 2021/10/01 10:01:40 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:01:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:01:46 [DEBUG] http: Request GET /v1/status/leader (51.616098ms) from=10.233.67.135:53850 2021/10/01 10:01:55 [DEBUG] http: Request GET /v1/status/leader (414.523µs) from=10.233.68.190:51134 2021/10/01 10:01:58 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.45244919s) from=10.233.67.135:55524 2021/10/01 10:02:00 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.465958789s) from=10.233.68.190:60114 2021/10/01 10:02:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.888330244s) from=10.233.68.190:60352 2021/10/01 10:02:07 [DEBUG] http: Request GET /v1/status/leader (477.385µs) from=10.233.67.135:54086 2021/10/01 10:02:15 [DEBUG] http: Request GET /v1/status/leader (881.52µs) from=10.233.68.190:51284 2021/10/01 10:02:16 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:02:16 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:02:16 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:02:16 [DEBUG] agent: Node info in sync 2021/10/01 10:02:27 [DEBUG] http: Request GET /v1/status/leader (280.464µs) from=10.233.67.135:54324 2021/10/01 10:02:35 [DEBUG] http: Request GET /v1/status/leader (955.428µs) from=10.233.68.190:51434 2021/10/01 10:02:40 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.078646717s) from=10.233.67.135:56220 2021/10/01 10:02:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:02:47 [DEBUG] http: Request GET /v1/status/leader (421.35µs) from=10.233.67.135:54552 2021/10/01 10:02:50 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:02:50 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:02:50 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 10:02:50 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:02:50 [DEBUG] agent: Node info in sync 2021/10/01 10:02:50 [DEBUG] http: Request PUT /v1/agent/service/register (57.062912ms) from=10.233.67.219:33916 2021/10/01 10:02:50 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:02:50 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:02:50 [DEBUG] agent: Node info in sync 2021/10/01 10:02:50 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (610.04µs) from=10.233.67.219:33918 2021/10/01 10:02:55 [DEBUG] http: Request GET /v1/status/leader (205.835µs) from=10.233.68.190:51586 2021/10/01 10:03:07 [DEBUG] http: Request GET /v1/status/leader (1.036815ms) from=10.233.67.135:54796 2021/10/01 10:03:15 [DEBUG] http: Request GET /v1/status/leader (986.405µs) from=10.233.68.190:51730 2021/10/01 10:03:27 [DEBUG] http: Request GET /v1/status/leader (787.773µs) from=10.233.67.135:55032 2021/10/01 10:03:30 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.629754349s) from=10.233.67.135:55826 2021/10/01 10:03:31 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.149043684s) from=10.233.68.190:59636 2021/10/01 10:03:35 [DEBUG] http: Request GET /v1/status/leader (464.935µs) from=10.233.68.190:51876 2021/10/01 10:03:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:03:47 [DEBUG] http: Request GET /v1/status/leader (342.194µs) from=10.233.67.135:55254 2021/10/01 10:03:55 [DEBUG] http: Request GET /v1/status/leader (506.764µs) from=10.233.68.190:52020 2021/10/01 10:04:02 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.282063536s) from=10.233.68.190:60352 2021/10/01 10:04:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.549257675s) from=10.233.67.135:55524 2021/10/01 10:04:05 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.924274774s) from=10.233.68.190:60114 2021/10/01 10:04:07 [DEBUG] http: Request GET /v1/status/leader (290.762µs) from=10.233.67.135:55494 2021/10/01 10:04:15 [DEBUG] http: Request GET /v1/status/leader (586.175µs) from=10.233.68.190:52164 2021/10/01 10:04:24 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:04:27 [DEBUG] http: Request GET /v1/status/leader (148.262092ms) from=10.233.67.135:55734 2021/10/01 10:04:35 [DEBUG] http: Request GET /v1/status/leader (262.396µs) from=10.233.68.190:52310 2021/10/01 10:04:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:04:43 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:04:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:04:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:04:43 [DEBUG] agent: Node info in sync 2021/10/01 10:04:46 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.542097918s) from=10.233.67.135:56220 2021/10/01 10:04:47 [DEBUG] http: Request GET /v1/status/leader (402.097µs) from=10.233.67.135:55964 2021/10/01 10:04:55 [DEBUG] http: Request GET /v1/status/leader (707.791µs) from=10.233.68.190:52450 2021/10/01 10:05:07 [DEBUG] http: Request GET /v1/status/leader (384.791µs) from=10.233.67.135:56192 2021/10/01 10:05:15 [DEBUG] http: Request GET /v1/status/leader (747.54µs) from=10.233.68.190:52598 2021/10/01 10:05:27 [DEBUG] http: Request GET /v1/status/leader (361.231µs) from=10.233.67.135:56428 2021/10/01 10:05:31 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.592699993s) from=10.233.67.135:55826 2021/10/01 10:05:32 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.373629542s) from=10.233.68.190:59636 2021/10/01 10:05:35 [DEBUG] http: Request GET /v1/status/leader (1.348392ms) from=10.233.68.190:52744 2021/10/01 10:05:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:05:47 [DEBUG] http: Request GET /v1/status/leader (235.926µs) from=10.233.67.135:56656 2021/10/01 10:05:55 [DEBUG] http: Request GET /v1/status/leader (525.384µs) from=10.233.68.190:52884 2021/10/01 10:06:06 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.071901763s) from=10.233.68.190:60352 2021/10/01 10:06:07 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m2.000126464s) from=10.233.68.190:60114 2021/10/01 10:06:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m3.014537669s) from=10.233.67.135:55524 2021/10/01 10:06:07 [DEBUG] http: Request GET /v1/status/leader (453.02µs) from=10.233.67.135:56888 2021/10/01 10:06:12 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:06:12 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:06:12 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:06:12 [DEBUG] agent: Node info in sync 2021/10/01 10:06:15 [DEBUG] http: Request GET /v1/status/leader (239.788µs) from=10.233.68.190:53024 2021/10/01 10:06:24 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:06:24 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:06:24 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 10:06:24 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:06:24 [DEBUG] agent: Node info in sync 2021/10/01 10:06:24 [DEBUG] http: Request PUT /v1/agent/service/register (59.638452ms) from=10.233.67.219:36440 2021/10/01 10:06:24 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:06:24 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:06:24 [DEBUG] agent: Node info in sync 2021/10/01 10:06:24 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (671.302µs) from=10.233.67.219:36442 2021/10/01 10:06:27 [DEBUG] http: Request GET /v1/status/leader (257.093µs) from=10.233.67.135:57150 2021/10/01 10:06:35 [DEBUG] http: Request GET /v1/status/leader (1.27858ms) from=10.233.68.190:53174 2021/10/01 10:06:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:06:47 [DEBUG] http: Request GET /v1/status/leader (1.182765ms) from=10.233.67.135:57378 2021/10/01 10:06:49 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.675464488s) from=10.233.67.135:56220 2021/10/01 10:06:55 [DEBUG] http: Request GET /v1/status/leader (693.169µs) from=10.233.68.190:53314 2021/10/01 10:07:07 [DEBUG] http: Request GET /v1/status/leader (450.396µs) from=10.233.67.135:57612 2021/10/01 10:07:09 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:07:15 [DEBUG] http: Request GET /v1/status/leader (367.112µs) from=10.233.68.190:53458 2021/10/01 10:07:27 [DEBUG] http: Request GET /v1/status/leader (688.146µs) from=10.233.67.135:57844 2021/10/01 10:07:32 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:07:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:07:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:07:32 [DEBUG] agent: Node info in sync 2021/10/01 10:07:34 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.181879084s) from=10.233.68.190:59636 2021/10/01 10:07:35 [DEBUG] http: Request GET /v1/status/leader (1.522399ms) from=10.233.68.190:53602 2021/10/01 10:07:35 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m4.665774651s) from=10.233.67.135:55826 2021/10/01 10:07:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:07:47 [DEBUG] http: Request GET /v1/status/leader (321.749µs) from=10.233.67.135:58086 2021/10/01 10:07:55 [DEBUG] http: Request GET /v1/status/leader (228.746µs) from=10.233.68.190:53750 2021/10/01 10:08:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.629852191s) from=10.233.67.135:55524 2021/10/01 10:08:07 [DEBUG] http: Request GET /v1/status/leader (471.835µs) from=10.233.67.135:58318 2021/10/01 10:08:12 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.98704781s) from=10.233.68.190:60352 2021/10/01 10:08:13 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.294080125s) from=10.233.68.190:60114 2021/10/01 10:08:15 [DEBUG] http: Request GET /v1/status/leader (550.415µs) from=10.233.68.190:53892 2021/10/01 10:08:27 [DEBUG] http: Request GET /v1/status/leader (1.256411ms) from=10.233.67.135:58562 2021/10/01 10:08:35 [DEBUG] http: Request GET /v1/status/leader (217.147µs) from=10.233.68.190:54038 2021/10/01 10:08:39 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:08:39 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:08:39 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 10:08:39 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:08:39 [DEBUG] agent: Node info in sync 2021/10/01 10:08:39 [DEBUG] http: Request PUT /v1/agent/service/register (260.7152ms) from=10.233.67.219:38008 2021/10/01 10:08:39 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:08:39 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:08:39 [DEBUG] agent: Node info in sync 2021/10/01 10:08:39 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (1.072384ms) from=10.233.67.219:38016 2021/10/01 10:08:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:08:47 [DEBUG] http: Request GET /v1/status/leader (744.045µs) from=10.233.67.135:58798 2021/10/01 10:08:55 [DEBUG] http: Request GET /v1/status/leader (224.715µs) from=10.233.68.190:54178 2021/10/01 10:08:56 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.662461507s) from=10.233.67.135:56220 2021/10/01 10:09:07 [DEBUG] http: Request GET /v1/status/leader (868.728µs) from=10.233.67.135:59030 2021/10/01 10:09:15 [DEBUG] http: Request GET /v1/status/leader (285.759µs) from=10.233.68.190:54320 2021/10/01 10:09:28 [DEBUG] http: Request GET /v1/status/leader (937.492µs) from=10.233.67.135:59266 2021/10/01 10:09:35 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.212430735s) from=10.233.68.190:59636 2021/10/01 10:09:35 [DEBUG] http: Request GET /v1/status/leader (477.155µs) from=10.233.68.190:54460 2021/10/01 10:09:36 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.637321362s) from=10.233.67.135:55826 2021/10/01 10:09:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:09:48 [DEBUG] http: Request GET /v1/status/leader (784.987µs) from=10.233.67.135:59490 2021/10/01 10:09:55 [DEBUG] http: Request GET /v1/status/leader (250.05µs) from=10.233.68.190:54600 2021/10/01 10:09:59 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:10:08 [DEBUG] http: Request GET /v1/status/leader (380.068µs) from=10.233.67.135:59722 2021/10/01 10:10:12 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m4.856190482s) from=10.233.67.135:55524 2021/10/01 10:10:13 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.357468s) from=10.233.68.190:60114 2021/10/01 10:10:15 [DEBUG] http: Request GET /v1/status/leader (350.057µs) from=10.233.68.190:54746 2021/10/01 10:10:16 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.037810047s) from=10.233.68.190:60352 2021/10/01 10:10:28 [DEBUG] http: Request GET /v1/status/leader (1.187622ms) from=10.233.67.135:59956 2021/10/01 10:10:29 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:10:29 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:10:29 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:10:29 [DEBUG] agent: Node info in sync 2021/10/01 10:10:35 [DEBUG] http: Request GET /v1/status/leader (878.751µs) from=10.233.68.190:54894 2021/10/01 10:10:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:10:48 [DEBUG] http: Request GET /v1/status/leader (756.439µs) from=10.233.67.135:60176 2021/10/01 10:10:55 [DEBUG] http: Request GET /v1/status/leader (232.547µs) from=10.233.68.190:55040 2021/10/01 10:11:01 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.159191703s) from=10.233.67.135:56220 2021/10/01 10:11:08 [DEBUG] http: Request GET /v1/status/leader (207.922µs) from=10.233.67.135:60412 2021/10/01 10:11:15 [DEBUG] http: Request GET /v1/status/leader (228.46µs) from=10.233.68.190:55184 2021/10/01 10:11:28 [DEBUG] http: Request GET /v1/status/leader (776.447µs) from=10.233.67.135:60646 2021/10/01 10:11:35 [DEBUG] http: Request GET /v1/status/leader (754.421µs) from=10.233.68.190:55328 2021/10/01 10:11:39 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:11:39 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:11:39 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:11:39 [DEBUG] agent: Node info in sync 2021/10/01 10:11:40 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.618126892s) from=10.233.68.190:59636 2021/10/01 10:11:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:11:43 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:11:43 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:11:43 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 10:11:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:11:43 [DEBUG] agent: Node info in sync 2021/10/01 10:11:43 [DEBUG] http: Request PUT /v1/agent/service/register (217.297531ms) from=10.233.67.219:40172 2021/10/01 10:11:43 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:11:43 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:11:43 [DEBUG] agent: Node info in sync 2021/10/01 10:11:43 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (1.951095ms) from=10.233.67.219:40178 2021/10/01 10:11:43 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m7.330996269s) from=10.233.67.135:55826 2021/10/01 10:11:48 [DEBUG] http: Request GET /v1/status/leader (367.288562ms) from=10.233.67.135:60898 2021/10/01 10:11:55 [DEBUG] http: Request GET /v1/status/leader (746.644µs) from=10.233.68.190:55472 2021/10/01 10:12:08 [DEBUG] http: Request GET /v1/status/leader (368.185µs) from=10.233.67.135:32904 2021/10/01 10:12:14 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:12:15 [DEBUG] http: Request GET /v1/status/leader (413.621µs) from=10.233.68.190:55616 2021/10/01 10:12:18 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m2.175516083s) from=10.233.68.190:60352 2021/10/01 10:12:18 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.227144736s) from=10.233.67.135:55524 2021/10/01 10:12:19 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.774459301s) from=10.233.68.190:60114 2021/10/01 10:12:28 [DEBUG] http: Request GET /v1/status/leader (2.229576ms) from=10.233.67.135:33144 2021/10/01 10:12:35 [DEBUG] http: Request GET /v1/status/leader (645.352µs) from=10.233.68.190:55766 2021/10/01 10:12:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:12:48 [DEBUG] http: Request GET /v1/status/leader (960.255µs) from=10.233.67.135:33366 2021/10/01 10:12:55 [DEBUG] http: Request GET /v1/status/leader (626.29µs) from=10.233.68.190:55908 2021/10/01 10:13:03 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m1.340213405s) from=10.233.67.135:56220 2021/10/01 10:13:05 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:13:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:13:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:13:05 [DEBUG] agent: Node info in sync 2021/10/01 10:13:08 [DEBUG] http: Request GET /v1/status/leader (1.013626ms) from=10.233.67.135:33594 2021/10/01 10:13:15 [DEBUG] http: Request GET /v1/status/leader (389.003µs) from=10.233.68.190:56046 2021/10/01 10:13:28 [DEBUG] http: Request GET /v1/status/leader (253.75µs) from=10.233.67.135:33826 2021/10/01 10:13:35 [DEBUG] http: Request GET /v1/status/leader (674.761µs) from=10.233.68.190:56188 2021/10/01 10:13:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:13:44 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.586971073s) from=10.233.67.135:55826 2021/10/01 10:13:46 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.985432623s) from=10.233.68.190:59636 2021/10/01 10:13:48 [DEBUG] http: Request GET /v1/status/leader (22.960924ms) from=10.233.67.135:34054 2021/10/01 10:13:55 [DEBUG] http: Request GET /v1/status/leader (748.847µs) from=10.233.68.190:56338 2021/10/01 10:14:08 [DEBUG] http: Request GET /v1/status/leader (647.273µs) from=10.233.67.135:34282 2021/10/01 10:14:15 [DEBUG] http: Request GET /v1/status/leader (254.688µs) from=10.233.68.190:56480 2021/10/01 10:14:19 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.818140879s) from=10.233.67.135:55524 2021/10/01 10:14:21 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:14:21 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:14:21 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:14:21 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 10:14:21 [DEBUG] agent: Node info in sync 2021/10/01 10:14:21 [DEBUG] http: Request PUT /v1/agent/service/register (134.88825ms) from=10.233.67.219:41984 2021/10/01 10:14:21 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:14:21 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:14:21 [DEBUG] agent: Node info in sync 2021/10/01 10:14:21 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (555.803µs) from=10.233.67.219:41992 2021/10/01 10:14:24 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.324326564s) from=10.233.68.190:60114 2021/10/01 10:14:25 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.444423221s) from=10.233.68.190:60352 2021/10/01 10:14:28 [DEBUG] http: Request GET /v1/status/leader (672.896µs) from=10.233.67.135:34528 2021/10/01 10:14:35 [DEBUG] http: Request GET /v1/status/leader (287.401µs) from=10.233.68.190:56624 2021/10/01 10:14:39 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:14:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:14:48 [DEBUG] http: Request GET /v1/status/leader (2.653856ms) from=10.233.67.135:34754 2021/10/01 10:14:55 [DEBUG] http: Request GET /v1/status/leader (862.658µs) from=10.233.68.190:56764 2021/10/01 10:15:08 [DEBUG] http: Request GET /v1/status/leader (861.267µs) from=10.233.67.135:34984 2021/10/01 10:15:10 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m7.177109448s) from=10.233.67.135:56220 2021/10/01 10:15:15 [DEBUG] http: Request GET /v1/status/leader (305.236µs) from=10.233.68.190:56908 2021/10/01 10:15:28 [DEBUG] http: Request GET /v1/status/leader (434.063µs) from=10.233.67.135:35224 2021/10/01 10:15:32 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:15:32 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:15:32 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:15:32 [DEBUG] agent: Node info in sync 2021/10/01 10:15:35 [DEBUG] http: Request GET /v1/status/leader (238.298µs) from=10.233.68.190:57054 2021/10/01 10:15:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:15:45 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.651257873s) from=10.233.67.135:55826 2021/10/01 10:15:48 [DEBUG] http: Request GET /v1/status/leader (1.262715ms) from=10.233.67.135:35448 2021/10/01 10:15:49 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m2.576573219s) from=10.233.68.190:59636 2021/10/01 10:15:55 [DEBUG] http: Request GET /v1/status/leader (428.303µs) from=10.233.68.190:57200 2021/10/01 10:16:08 [DEBUG] http: Request GET /v1/status/leader (982.365µs) from=10.233.67.135:35676 2021/10/01 10:16:15 [DEBUG] http: Request GET /v1/status/leader (963.317µs) from=10.233.68.190:57344 2021/10/01 10:16:26 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m6.327174348s) from=10.233.67.135:55524 2021/10/01 10:16:27 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m3.120326666s) from=10.233.68.190:60114 2021/10/01 10:16:28 [DEBUG] http: Request GET /v1/status/leader (439.907µs) from=10.233.67.135:35914 2021/10/01 10:16:32 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m6.930999464s) from=10.233.68.190:60352 2021/10/01 10:16:35 [DEBUG] http: Request GET /v1/status/leader (226.148µs) from=10.233.68.190:57488 2021/10/01 10:16:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:16:48 [DEBUG] http: Request GET /v1/status/leader (419.855µs) from=10.233.67.135:36140 2021/10/01 10:16:55 [DEBUG] http: Request GET /v1/status/leader (1.14033ms) from=10.233.68.190:57630 2021/10/01 10:17:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-rule-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-rule-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:17:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:17:05 [INFO] agent: Synced service "_v1_holmes-rule-mgmt_10.233.22.234_9101" 2021/10/01 10:17:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:17:05 [DEBUG] agent: Node info in sync 2021/10/01 10:17:05 [DEBUG] http: Request PUT /v1/agent/service/register (278.842815ms) from=10.233.67.219:43918 2021/10/01 10:17:05 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:17:05 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:17:05 [DEBUG] agent: Node info in sync 2021/10/01 10:17:05 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1 (997.427µs) from=10.233.67.219:43920 2021/10/01 10:17:08 [DEBUG] http: Request GET /v1/status/leader (787.258µs) from=10.233.67.135:36396 2021/10/01 10:17:14 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.872493983s) from=10.233.67.135:56220 2021/10/01 10:17:15 [DEBUG] http: Request GET /v1/status/leader (420.773µs) from=10.233.68.190:57774 2021/10/01 10:17:28 [DEBUG] http: Request GET /v1/status/leader (1.40309ms) from=10.233.67.135:36634 2021/10/01 10:17:31 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:17:35 [DEBUG] http: Request GET /v1/status/leader (404.987µs) from=10.233.68.190:57918 2021/10/01 10:17:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:17:48 [DEBUG] http: Request GET /v1/status/leader (257.281µs) from=10.233.67.135:36870 2021/10/01 10:17:50 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.256345531s) from=10.233.68.190:59636 2021/10/01 10:17:51 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m6.736200976s) from=10.233.67.135:55826 2021/10/01 10:17:55 [DEBUG] http: Request GET /v1/status/leader (906.029µs) from=10.233.68.190:58062 2021/10/01 10:18:08 [DEBUG] http: Request GET /v1/status/leader (1.370035ms) from=10.233.67.135:37104 2021/10/01 10:18:09 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:18:09 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:18:09 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:18:09 [DEBUG] agent: Node info in sync 2021/10/01 10:18:15 [DEBUG] http: Request GET /v1/status/leader (706.125µs) from=10.233.68.190:58204 2021/10/01 10:18:27 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m1.055907919s) from=10.233.67.135:55524 2021/10/01 10:18:29 [DEBUG] http: Request GET /v1/status/leader (514.459µs) from=10.233.67.135:37340 2021/10/01 10:18:29 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m1.257050923s) from=10.233.68.190:60114 2021/10/01 10:18:35 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m3.563838591s) from=10.233.68.190:60352 2021/10/01 10:18:35 [DEBUG] http: Request GET /v1/status/leader (195.32µs) from=10.233.68.190:58348 2021/10/01 10:18:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:18:49 [DEBUG] http: Request GET /v1/status/leader (700.636µs) from=10.233.67.135:37564 2021/10/01 10:18:56 [DEBUG] http: Request GET /v1/status/leader (429.388µs) from=10.233.68.190:58490 2021/10/01 10:19:09 [DEBUG] http: Request GET /v1/status/leader (398.938µs) from=10.233.67.135:37794 2021/10/01 10:19:16 [DEBUG] http: Request GET /v1/status/leader (731.784µs) from=10.233.68.190:58632 2021/10/01 10:19:19 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.390386901s) from=10.233.67.135:56220 2021/10/01 10:19:26 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:19:26 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:19:26 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:19:26 [DEBUG] agent: Node info in sync 2021/10/01 10:19:29 [DEBUG] http: Request GET /v1/status/leader (738.68µs) from=10.233.67.135:38036 2021/10/01 10:19:36 [DEBUG] http: Request GET /v1/status/leader (275.941µs) from=10.233.68.190:58780 2021/10/01 10:19:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:19:47 [DEBUG] manager: Rebalanced 1 servers, next active server is onap-msb-consul-6b97b57d47-gqr4j.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/10/01 10:19:49 [DEBUG] http: Request GET /v1/status/leader (639.368µs) from=10.233.67.135:38260 2021/10/01 10:19:51 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.689728252s) from=10.233.68.190:59636 2021/10/01 10:19:52 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m0.286313189s) from=10.233.67.135:55826 2021/10/01 10:19:56 [DEBUG] http: Request GET /v1/status/leader (205.651µs) from=10.233.68.190:58922 2021/10/01 10:20:09 [DEBUG] http: Request GET /v1/status/leader (347.218µs) from=10.233.67.135:38490 2021/10/01 10:20:16 [DEBUG] http: Request GET /v1/status/leader (390.395µs) from=10.233.68.190:59060 2021/10/01 10:20:17 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/api/holmes-engine-mgmt/v1\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/holmes-engine-mgmt/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:20:17 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"0|1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/10/01 10:20:17 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:20:17 [INFO] agent: Synced service "_v1_holmes-engine-mgmt_10.233.48.43_9102" 2021/10/01 10:20:17 [DEBUG] agent: Node info in sync 2021/10/01 10:20:17 [DEBUG] http: Request PUT /v1/agent/service/register (118.525282ms) from=10.233.67.219:46150 2021/10/01 10:20:17 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:20:17 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:20:17 [DEBUG] agent: Node info in sync 2021/10/01 10:20:17 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1 (836.458µs) from=10.233.67.219:46154 2021/10/01 10:20:29 [DEBUG] http: Request GET /v1/status/leader (461.137µs) from=10.233.67.135:38738 2021/10/01 10:20:32 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m5.747699556s) from=10.233.67.135:55524 2021/10/01 10:20:34 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wait=120s&index=26 (2m5.720979697s) from=10.233.68.190:60114 2021/10/01 10:20:36 [DEBUG] http: Request GET /v1/status/leader (1.89418ms) from=10.233.68.190:59208 2021/10/01 10:20:41 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m5.92655609s) from=10.233.68.190:60352 2021/10/01 10:20:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:20:49 [DEBUG] http: Request GET /v1/status/leader (662.837µs) from=10.233.67.135:38966 2021/10/01 10:20:56 [DEBUG] http: Request GET /v1/status/leader (377.924µs) from=10.233.68.190:59346 2021/10/01 10:21:09 [DEBUG] http: Request GET /v1/status/leader (268.783µs) from=10.233.67.135:39192 2021/10/01 10:21:16 [DEBUG] http: Request GET /v1/status/leader (266.602µs) from=10.233.68.190:59494 2021/10/01 10:21:24 [DEBUG] http: Request GET /v1/health/service/holmes-engine-mgmt-v1?wait=120s&index=29 (2m4.869260152s) from=10.233.67.135:56220 2021/10/01 10:21:29 [DEBUG] http: Request GET /v1/status/leader (338.217218ms) from=10.233.67.135:39430 2021/10/01 10:21:36 [DEBUG] http: Request GET /v1/status/leader (626.298µs) from=10.233.68.190:59642 2021/10/01 10:21:41 [DEBUG] consul: Skipping self join check for "onap-msb-consul-6b97b57d47-gqr4j" since the cluster is too small 2021/10/01 10:21:46 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/10/01 10:21:46 [DEBUG] agent: Service "_v1_holmes-rule-mgmt_10.233.22.234_9101" in sync 2021/10/01 10:21:46 [DEBUG] agent: Service "_v1_holmes-engine-mgmt_10.233.48.43_9102" in sync 2021/10/01 10:21:46 [DEBUG] agent: Node info in sync 2021/10/01 10:21:49 [DEBUG] http: Request GET /v1/status/leader (760.18µs) from=10.233.67.135:39662 2021/10/01 10:21:52 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (2m0.617098692s) from=10.233.68.190:59636 2021/10/01 10:21:53 [DEBUG] http: Request GET /v1/health/service/holmes-rule-mgmt-v1?wa