+ 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