++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Oct 2 01:50:06 AM UTC 2025 ===================' INFO: =================== Thu Oct 2 01:50:06 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.38:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.38:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.38:8081 10.0.0.49:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.38:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.38:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.38:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.38:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.38:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.38:8086 10.0.0.49:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.38:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.38:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.38:8082 10.0.0.49:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.38:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.38:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.38:9161 10.0.0.49:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.38:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.38:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.38:9041 10.0.0.49:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.38:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.38:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.38:2181,10.0.0.49:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.38:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.38:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.38:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.38:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.38:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.38:5673,10.0.0.49:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.38:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.38:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.38:6379 10.0.0.49:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.38:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.38:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.38:9092 10.0.0.49:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56,10.0.0.38,10.0.0.49 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.56,10.0.0.38,10.0.0.49 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.56 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.38,10.0.0.49 +++ local servers=10.0.0.56,10.0.0.38,10.0.0.49 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.38,10.20.0.254,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.38,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 2 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 10/02/2025 01:50:14.458 7fc8d64b6180 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/02/2025 01:50:14.622 7fc8d64b6180 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/02/2025 01:50:14.632 7fc8d64b6180 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/02/2025 01:50:14.632 7fc8d64b6180 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.38:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.49 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.49 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.38 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2025-10-02 01:50:47] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.56 - - [2025-10-02 01:50:48] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.56 - - [2025-10-02 01:50:48] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.49 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.49 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.38 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.38 - - [2025-10-02 01:51:18] "GET /analytics HTTP/1.1" 401 205 0.000114 [API:8081]10.0.0.56 - - [2025-10-02 01:51:19] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-02 01:51:19] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.56 - - [2025-10-02 01:51:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.056363 [API:8081]10.0.0.49 - - [2025-10-02 01:51:48] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.49 - - [2025-10-02 01:51:48] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.38 - - [2025-10-02 01:51:49] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.38 - - [2025-10-02 01:51:49] "GET /analytics HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.56 - - [2025-10-02 01:52:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.063567 [API:8081]10.0.0.49 - - [2025-10-02 01:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.49 - - [2025-10-02 01:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.49 - - [2025-10-02 01:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.49 - - [2025-10-02 01:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.38 - - [2025-10-02 01:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-10-02 01:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000489 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.56 - - [2025-10-02 01:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [Introspect:8090]10.0.0.38 - - [2025-10-02 01:53:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001090 [Introspect:8090]10.0.0.38 - - [2025-10-02 01:53:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001437 [API:8081]10.0.0.56 - - [2025-10-02 01:54:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064828 [Introspect:8090]10.0.0.56 - - [2025-10-02 01:55:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001013 [Introspect:8090]10.0.0.56 - - [2025-10-02 01:55:16] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000537 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12086 0.060182 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12108 0.060855 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12086 0.061132 [API:8081]10.0.0.56 - - [2025-10-02 01:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12108 0.021070 [API:8081]10.0.0.56 - - [2025-10-02 01:55:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.105431 [API:8081]10.0.0.56 - - [2025-10-02 01:55:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.56 - - [2025-10-02 01:55:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.050803 [API:8081]10.0.0.56 - - [2025-10-02 01:57:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063760 [API:8081]10.0.0.49 - - [2025-10-02 01:58:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.49 - - [2025-10-02 01:58:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.49 - - [2025-10-02 01:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.49 - - [2025-10-02 01:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-10-02 01:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.38 - - [2025-10-02 01:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-02 01:58:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.102123 [API:8081]10.0.0.38 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.38 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-02 01:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-02 01:59:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.56 - - [2025-10-02 01:59:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.047565 [API:8081]10.0.0.56 - - [2025-10-02 01:59:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.045025 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002344 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002961 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004169 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002804 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:00:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002372 [API:8081]10.0.0.56 - - [2025-10-02 02:00:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053234 [API:8081]10.0.0.56 - - [2025-10-02 02:01:19] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.56 - - [2025-10-02 02:01:19] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.56 - - [2025-10-02 02:01:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.055823 [API:8081]10.0.0.49 - - [2025-10-02 02:01:48] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.49 - - [2025-10-02 02:01:48] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.38 - - [2025-10-02 02:01:49] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.38 - - [2025-10-02 02:01:49] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.49 - - [2025-10-02 02:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.49 - - [2025-10-02 02:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.49 - - [2025-10-02 02:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.49 - - [2025-10-02 02:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2025-10-02 02:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.38 - - [2025-10-02 02:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.38 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.38 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-10-02 02:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-02 02:03:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087864 [API:8081]10.0.0.56 - - [2025-10-02 02:04:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.088158 [API:8081]10.0.0.56 - - [2025-10-02 02:05:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.56 - - [2025-10-02 02:05:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.055818 [API:8081]10.0.0.56 - - [2025-10-02 02:05:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.055000 [API:8081]10.0.0.56 - - [2025-10-02 02:06:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101621 [API:8081]10.0.0.56 - - [2025-10-02 02:06:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009509 [API:8081]10.0.0.56 - - [2025-10-02 02:06:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.010124 [API:8081]10.0.0.56 - - [2025-10-02 02:06:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1820 0.052143 [API:8081]10.0.0.56 - - [2025-10-02 02:06:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2048 0.011315 [API:8081]10.0.0.56 - - [2025-10-02 02:07:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.088866 [API:8081]10.0.0.49 - - [2025-10-02 02:08:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.49 - - [2025-10-02 02:08:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.49 - - [2025-10-02 02:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.49 - - [2025-10-02 02:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.38 - - [2025-10-02 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-10-02 02:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.38 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 02:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.56 - - [2025-10-02 02:09:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089480 [API:8081]10.0.0.56 - - [2025-10-02 02:09:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12624 0.019568 [API:8081]10.0.0.56 - - [2025-10-02 02:09:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008084 [API:8081]10.0.0.56 - - [2025-10-02 02:09:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13038 0.020750 [API:8081]10.0.0.56 - - [2025-10-02 02:10:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13038 0.057292 [API:8081]10.0.0.56 - - [2025-10-02 02:10:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13038 0.062475 [API:8081]10.0.0.56 - - [2025-10-02 02:10:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13038 0.019688 [API:8081]10.0.0.56 - - [2025-10-02 02:10:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13038 0.020936 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003079 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002786 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002709 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002571 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:10:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002590 [API:8081]10.0.0.56 - - [2025-10-02 02:10:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13038 0.019306 [API:8081]10.0.0.56 - - [2025-10-02 02:10:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12804 0.023759 [API:8081]10.0.0.56 - - [2025-10-02 02:10:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010288 [API:8081]10.0.0.56 - - [2025-10-02 02:10:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008296 [API:8081]10.0.0.56 - - [2025-10-02 02:10:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.051086 [API:8081]10.0.0.56 - - [2025-10-02 02:11:19] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.56 - - [2025-10-02 02:11:19] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.49 - - [2025-10-02 02:11:48] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.49 - - [2025-10-02 02:11:48] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.38 - - [2025-10-02 02:11:49] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.38 - - [2025-10-02 02:11:49] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.56 - - [2025-10-02 02:12:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.56 - - [2025-10-02 02:12:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.050128 [API:8081]10.0.0.56 - - [2025-10-02 02:12:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054291 [API:8081]10.0.0.49 - - [2025-10-02 02:13:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.49 - - [2025-10-02 02:13:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.49 - - [2025-10-02 02:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.49 - - [2025-10-02 02:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.38 - - [2025-10-02 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.38 - - [2025-10-02 02:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000625 [API:8081]10.0.0.38 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.38 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-02 02:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000759 [API:8081]10.0.0.56 - - [2025-10-02 02:13:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13078 0.086140 [API:8081]10.0.0.56 - - [2025-10-02 02:13:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13078 0.018984 [API:8081]10.0.0.56 - - [2025-10-02 02:13:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060760 [API:8081]10.0.0.56 - - [2025-10-02 02:13:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13078 0.021077 [API:8081]10.0.0.56 - - [2025-10-02 02:13:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13078 0.021247 [API:8081]10.0.0.56 - - [2025-10-02 02:13:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12638 0.065727 [API:8081]10.0.0.56 - - [2025-10-02 02:13:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008264 [API:8081]10.0.0.56 - - [2025-10-02 02:14:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 02:14:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.051041 [API:8081]10.0.0.56 - - [2025-10-02 02:14:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.56 - - [2025-10-02 02:14:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.047504 [API:8081]10.0.0.56 - - [2025-10-02 02:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.054333 [API:8081]10.0.0.56 - - [2025-10-02 02:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.044108 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13387 0.023851 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13387 0.021022 [API:8081]10.0.0.56 - - [2025-10-02 02:15:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007855 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13008 0.018280 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13008 0.018551 [API:8081]10.0.0.56 - - [2025-10-02 02:15:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008286 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13387 0.021128 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13387 0.019425 [API:8081]10.0.0.56 - - [2025-10-02 02:15:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007727 [API:8081]10.0.0.56 - - [2025-10-02 02:15:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065568 [API:8081]10.0.0.56 - - [2025-10-02 02:16:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13394 0.020531 [API:8081]10.0.0.56 - - [2025-10-02 02:16:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13394 0.019862 [API:8081]10.0.0.56 - - [2025-10-02 02:16:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13394 0.020577 [API:8081]10.0.0.56 - - [2025-10-02 02:16:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13394 0.021612 [API:8081]10.0.0.56 - - [2025-10-02 02:16:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053705 [API:8081]10.0.0.56 - - [2025-10-02 02:16:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13394 0.018797 [API:8081]10.0.0.56 - - [2025-10-02 02:16:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13394 0.018739 [API:8081]10.0.0.56 - - [2025-10-02 02:16:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.019493 [API:8081]10.0.0.56 - - [2025-10-02 02:16:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008106 [API:8081]10.0.0.56 - - [2025-10-02 02:16:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13012 0.019877 [API:8081]10.0.0.56 - - [2025-10-02 02:16:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12626 0.019398 [API:8081]10.0.0.56 - - [2025-10-02 02:16:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008023 [API:8081]10.0.0.56 - - [2025-10-02 02:16:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.021448 [API:8081]10.0.0.56 - - [2025-10-02 02:17:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.021350 [API:8081]10.0.0.56 - - [2025-10-02 02:17:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.020500 [API:8081]10.0.0.56 - - [2025-10-02 02:17:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.018585 [API:8081]10.0.0.56 - - [2025-10-02 02:17:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.020066 [API:8081]10.0.0.56 - - [2025-10-02 02:17:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.020489 [API:8081]10.0.0.56 - - [2025-10-02 02:17:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13029 0.020612 [API:8081]10.0.0.56 - - [2025-10-02 02:17:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12642 0.020226 [API:8081]10.0.0.56 - - [2025-10-02 02:17:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008886 [API:8081]10.0.0.56 - - [2025-10-02 02:17:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-02 02:17:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.053453 [API:8081]10.0.0.56 - - [2025-10-02 02:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.052469 [API:8081]10.0.0.56 - - [2025-10-02 02:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.064458 [API:8081]10.0.0.49 - - [2025-10-02 02:18:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.49 - - [2025-10-02 02:18:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.49 - - [2025-10-02 02:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.49 - - [2025-10-02 02:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2025-10-02 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.38 - - [2025-10-02 02:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13432 0.019804 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13432 0.019437 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008160 [API:8081]10.0.0.38 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.38 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-10-02 02:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13034 0.018631 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13034 0.018197 [API:8081]10.0.0.56 - - [2025-10-02 02:18:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009440 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13432 0.023979 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13432 0.021813 [API:8081]10.0.0.56 - - [2025-10-02 02:18:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008346 [API:8081]10.0.0.56 - - [2025-10-02 02:18:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055985 [API:8081]10.0.0.56 - - [2025-10-02 02:19:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.021730 [API:8081]10.0.0.56 - - [2025-10-02 02:19:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.021313 [API:8081]10.0.0.56 - - [2025-10-02 02:19:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.020328 [API:8081]10.0.0.56 - - [2025-10-02 02:19:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.021106 [API:8081]10.0.0.56 - - [2025-10-02 02:19:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.022218 [API:8081]10.0.0.56 - - [2025-10-02 02:19:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.018949 [API:8081]10.0.0.56 - - [2025-10-02 02:19:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.021402 [API:8081]10.0.0.56 - - [2025-10-02 02:19:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.019238 [API:8081]10.0.0.56 - - [2025-10-02 02:19:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13426 0.020583 [API:8081]10.0.0.56 - - [2025-10-02 02:19:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063981 [API:8081]10.0.0.56 - - [2025-10-02 02:19:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13040 0.018684 [API:8081]10.0.0.56 - - [2025-10-02 02:19:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008976 [API:8081]10.0.0.56 - - [2025-10-02 02:19:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13029 0.017948 [API:8081]10.0.0.56 - - [2025-10-02 02:19:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13029 0.025097 [API:8081]10.0.0.56 - - [2025-10-02 02:19:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12623 0.019951 [API:8081]10.0.0.56 - - [2025-10-02 02:19:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010067 [API:8081]10.0.0.56 - - [2025-10-02 02:19:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13040 0.020103 [API:8081]10.0.0.56 - - [2025-10-02 02:20:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13040 0.020083 [API:8081]10.0.0.56 - - [2025-10-02 02:20:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13040 0.021968 [API:8081]10.0.0.56 - - [2025-10-02 02:20:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13040 0.019244 [API:8081]10.0.0.56 - - [2025-10-02 02:20:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13040 0.019064 [API:8081]10.0.0.56 - - [2025-10-02 02:20:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13040 0.032551 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.019572 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003414 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003498 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003244 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:20:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002336 [API:8081]10.0.0.56 - - [2025-10-02 02:20:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12812 0.021082 [API:8081]10.0.0.56 - - [2025-10-02 02:20:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008442 [API:8081]10.0.0.56 - - [2025-10-02 02:20:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-10-02 02:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.053674 [API:8081]10.0.0.56 - - [2025-10-02 02:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.045517 [API:8081]10.0.0.56 - - [2025-10-02 02:21:19] "GET /analytics HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.56 - - [2025-10-02 02:21:19] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.56 - - [2025-10-02 02:21:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077380 [API:8081]10.0.0.49 - - [2025-10-02 02:21:49] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.49 - - [2025-10-02 02:21:49] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.38 - - [2025-10-02 02:21:49] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.38 - - [2025-10-02 02:21:49] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.56 - - [2025-10-02 02:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.56 - - [2025-10-02 02:22:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.053226 [API:8081]10.0.0.56 - - [2025-10-02 02:22:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060750 [API:8081]10.0.0.49 - - [2025-10-02 02:23:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.49 - - [2025-10-02 02:23:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.49 - - [2025-10-02 02:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.49 - - [2025-10-02 02:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2025-10-02 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-10-02 02:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.38 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 02:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.56 - - [2025-10-02 02:24:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13072 0.062387 [API:8081]10.0.0.56 - - [2025-10-02 02:24:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.019795 [API:8081]10.0.0.56 - - [2025-10-02 02:24:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.058939 [API:8081]10.0.0.56 - - [2025-10-02 02:24:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.020011 [API:8081]10.0.0.56 - - [2025-10-02 02:24:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.018917 [API:8081]10.0.0.56 - - [2025-10-02 02:24:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.018024 [API:8081]10.0.0.56 - - [2025-10-02 02:24:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.020387 [API:8081]10.0.0.56 - - [2025-10-02 02:24:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.022286 [API:8081]10.0.0.56 - - [2025-10-02 02:24:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13073 0.019790 [API:8081]10.0.0.56 - - [2025-10-02 02:24:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054705 [API:8081]10.0.0.56 - - [2025-10-02 02:24:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12642 0.020103 [API:8081]10.0.0.56 - - [2025-10-02 02:24:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008127 [API:8081]10.0.0.56 - - [2025-10-02 02:25:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.56 - - [2025-10-02 02:25:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.054667 [API:8081]10.0.0.56 - - [2025-10-02 02:25:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.052814 [API:8081]10.0.0.56 - - [2025-10-02 02:25:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060257 [API:8081]10.0.0.56 - - [2025-10-02 02:27:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13052 0.019908 [API:8081]10.0.0.56 - - [2025-10-02 02:27:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13052 0.019579 [API:8081]10.0.0.56 - - [2025-10-02 02:27:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050860 [API:8081]10.0.0.56 - - [2025-10-02 02:27:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13052 0.018984 [API:8081]10.0.0.56 - - [2025-10-02 02:27:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12822 0.021570 [API:8081]10.0.0.56 - - [2025-10-02 02:27:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.058274 [API:8081]10.0.0.56 - - [2025-10-02 02:27:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13059 0.020385 [API:8081]10.0.0.56 - - [2025-10-02 02:28:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13059 0.019578 [API:8081]10.0.0.56 - - [2025-10-02 02:28:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13059 0.020626 [API:8081]10.0.0.56 - - [2025-10-02 02:28:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13059 0.019114 [API:8081]10.0.0.56 - - [2025-10-02 02:28:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13059 0.018306 [API:8081]10.0.0.56 - - [2025-10-02 02:28:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13059 0.018778 [API:8081]10.0.0.56 - - [2025-10-02 02:28:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13059 0.021011 [API:8081]10.0.0.56 - - [2025-10-02 02:28:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12647 0.023711 [API:8081]10.0.0.56 - - [2025-10-02 02:28:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009457 [API:8081]10.0.0.49 - - [2025-10-02 02:28:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.49 - - [2025-10-02 02:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.49 - - [2025-10-02 02:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.49 - - [2025-10-02 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.38 - - [2025-10-02 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.38 - - [2025-10-02 02:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001083 [API:8081]10.0.0.38 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.38 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.56 - - [2025-10-02 02:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.56 - - [2025-10-02 02:28:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.56 - - [2025-10-02 02:28:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.084949 [API:8081]10.0.0.56 - - [2025-10-02 02:28:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.058203 [API:8081]10.0.0.56 - - [2025-10-02 02:28:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057627 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002996 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002813 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003023 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002683 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:30:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002118 [API:8081]10.0.0.56 - - [2025-10-02 02:30:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062946 [API:8081]10.0.0.56 - - [2025-10-02 02:31:19] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-10-02 02:31:19] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.56 - - [2025-10-02 02:31:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13060 0.023796 [API:8081]10.0.0.56 - - [2025-10-02 02:31:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13060 0.061599 [API:8081]10.0.0.56 - - [2025-10-02 02:31:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13060 0.019736 [API:8081]10.0.0.56 - - [2025-10-02 02:31:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13060 0.023513 [API:8081]10.0.0.56 - - [2025-10-02 02:31:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13060 0.019203 [API:8081]10.0.0.49 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.49 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.38 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.38 - - [2025-10-02 02:31:49] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.56 - - [2025-10-02 02:31:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13060 0.020658 [API:8081]10.0.0.56 - - [2025-10-02 02:31:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.050417 [API:8081]10.0.0.56 - - [2025-10-02 02:31:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13060 0.022201 [API:8081]10.0.0.56 - - [2025-10-02 02:31:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12631 0.019444 [API:8081]10.0.0.56 - - [2025-10-02 02:31:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008371 [API:8081]10.0.0.56 - - [2025-10-02 02:32:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13074 0.024641 [API:8081]10.0.0.56 - - [2025-10-02 02:32:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13074 0.020580 [API:8081]10.0.0.56 - - [2025-10-02 02:32:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13074 0.020279 [API:8081]10.0.0.56 - - [2025-10-02 02:32:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13074 0.020351 [API:8081]10.0.0.56 - - [2025-10-02 02:32:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13074 0.019330 [API:8081]10.0.0.56 - - [2025-10-02 02:32:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13074 0.018909 [API:8081]10.0.0.56 - - [2025-10-02 02:32:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12637 0.020884 [API:8081]10.0.0.56 - - [2025-10-02 02:32:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008932 [API:8081]10.0.0.49 - - [2025-10-02 02:33:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.49 - - [2025-10-02 02:33:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.49 - - [2025-10-02 02:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.49 - - [2025-10-02 02:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-10-02 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001069 [API:8081]10.0.0.38 - - [2025-10-02 02:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.38 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-10-02 02:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-10-02 02:33:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050568 [API:8081]10.0.0.56 - - [2025-10-02 02:34:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.071616 [API:8081]10.0.0.56 - - [2025-10-02 02:36:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000447 [API:8081]10.0.0.56 - - [2025-10-02 02:36:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.057850 [API:8081]10.0.0.56 - - [2025-10-02 02:36:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053438 [API:8081]10.0.0.56 - - [2025-10-02 02:37:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.042361 [API:8081]10.0.0.56 - - [2025-10-02 02:37:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063305 [API:8081]10.0.0.49 - - [2025-10-02 02:38:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.49 - - [2025-10-02 02:38:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.49 - - [2025-10-02 02:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.49 - - [2025-10-02 02:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2025-10-02 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.38 - - [2025-10-02 02:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.38 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.38 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 02:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.56 - - [2025-10-02 02:39:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 02:39:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.050391 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13247 0.078425 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13247 0.080026 [API:8081]10.0.0.56 - - [2025-10-02 02:39:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010317 [API:8081]10.0.0.56 - - [2025-10-02 02:40:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053680 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13246 0.023721 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13246 0.022437 [API:8081]10.0.0.56 - - [2025-10-02 02:40:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008201 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002478 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002972 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003380 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:40:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002017 [API:8081]10.0.0.56 - - [2025-10-02 02:41:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.062471 [API:8081]10.0.0.56 - - [2025-10-02 02:41:19] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.56 - - [2025-10-02 02:41:19] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.49 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.49 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.38 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-10-02 02:41:49] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.56 - - [2025-10-02 02:41:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13247 0.019875 [API:8081]10.0.0.56 - - [2025-10-02 02:41:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13247 0.019057 [API:8081]10.0.0.56 - - [2025-10-02 02:41:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12653 0.019761 [API:8081]10.0.0.56 - - [2025-10-02 02:41:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007676 [API:8081]10.0.0.56 - - [2025-10-02 02:41:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13258 0.019808 [API:8081]10.0.0.56 - - [2025-10-02 02:42:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13258 0.020153 [API:8081]10.0.0.56 - - [2025-10-02 02:42:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13258 0.020487 [API:8081]10.0.0.56 - - [2025-10-02 02:42:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13258 0.019042 [API:8081]10.0.0.56 - - [2025-10-02 02:42:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13258 0.020124 [API:8081]10.0.0.56 - - [2025-10-02 02:42:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13258 0.018899 [API:8081]10.0.0.56 - - [2025-10-02 02:42:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12948 0.021182 [API:8081]10.0.0.56 - - [2025-10-02 02:42:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013073 [API:8081]10.0.0.56 - - [2025-10-02 02:42:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.56 - - [2025-10-02 02:42:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.068748 [API:8081]10.0.0.56 - - [2025-10-02 02:43:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057419 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13294 0.058282 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13294 0.018517 [API:8081]10.0.0.56 - - [2025-10-02 02:43:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.045330 [API:8081]10.0.0.49 - - [2025-10-02 02:43:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.49 - - [2025-10-02 02:43:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.49 - - [2025-10-02 02:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.49 - - [2025-10-02 02:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.38 - - [2025-10-02 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.38 - - [2025-10-02 02:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.38 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-10-02 02:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13280 0.019275 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13280 0.022575 [API:8081]10.0.0.56 - - [2025-10-02 02:43:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010460 [API:8081]10.0.0.56 - - [2025-10-02 02:44:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057723 [API:8081]10.0.0.56 - - [2025-10-02 02:45:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13279 0.020701 [API:8081]10.0.0.56 - - [2025-10-02 02:45:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13279 0.018275 [API:8081]10.0.0.56 - - [2025-10-02 02:45:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13279 0.019029 [API:8081]10.0.0.56 - - [2025-10-02 02:45:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13279 0.020164 [API:8081]10.0.0.56 - - [2025-10-02 02:45:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13279 0.018310 [API:8081]10.0.0.56 - - [2025-10-02 02:45:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12655 0.018279 [API:8081]10.0.0.56 - - [2025-10-02 02:45:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007960 [API:8081]10.0.0.56 - - [2025-10-02 02:45:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13296 0.020943 [API:8081]10.0.0.56 - - [2025-10-02 02:46:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13296 0.024867 [API:8081]10.0.0.56 - - [2025-10-02 02:46:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065901 [API:8081]10.0.0.56 - - [2025-10-02 02:46:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13296 0.021661 [API:8081]10.0.0.56 - - [2025-10-02 02:46:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13296 0.019382 [API:8081]10.0.0.56 - - [2025-10-02 02:46:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13296 0.017978 [API:8081]10.0.0.56 - - [2025-10-02 02:46:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13296 0.020474 [API:8081]10.0.0.56 - - [2025-10-02 02:46:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12665 0.020717 [API:8081]10.0.0.56 - - [2025-10-02 02:46:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009955 [API:8081]10.0.0.56 - - [2025-10-02 02:46:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-10-02 02:46:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.055780 [API:8081]10.0.0.56 - - [2025-10-02 02:47:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.069967 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.058470 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.019394 [API:8081]10.0.0.56 - - [2025-10-02 02:47:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.046515 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13234 0.024993 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13234 0.022157 [API:8081]10.0.0.56 - - [2025-10-02 02:47:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009745 [API:8081]10.0.0.49 - - [2025-10-02 02:48:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.49 - - [2025-10-02 02:48:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.49 - - [2025-10-02 02:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.49 - - [2025-10-02 02:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-10-02 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.38 - - [2025-10-02 02:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.38 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-02 02:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001400 [API:8081]10.0.0.56 - - [2025-10-02 02:49:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051948 [API:8081]10.0.0.56 - - [2025-10-02 02:49:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13225 0.019353 [API:8081]10.0.0.56 - - [2025-10-02 02:49:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13225 0.019252 [API:8081]10.0.0.56 - - [2025-10-02 02:49:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13225 0.020028 [API:8081]10.0.0.56 - - [2025-10-02 02:49:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13225 0.022584 [API:8081]10.0.0.56 - - [2025-10-02 02:49:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13225 0.021209 [API:8081]10.0.0.56 - - [2025-10-02 02:49:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 12658 0.020037 [API:8081]10.0.0.56 - - [2025-10-02 02:49:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009176 [API:8081]10.0.0.56 - - [2025-10-02 02:49:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.019388 [API:8081]10.0.0.56 - - [2025-10-02 02:49:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.019663 [API:8081]10.0.0.56 - - [2025-10-02 02:49:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.018430 [API:8081]10.0.0.56 - - [2025-10-02 02:49:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.018684 [API:8081]10.0.0.56 - - [2025-10-02 02:49:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.020818 [API:8081]10.0.0.56 - - [2025-10-02 02:49:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.020931 [API:8081]10.0.0.56 - - [2025-10-02 02:49:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13238 0.022963 [API:8081]10.0.0.56 - - [2025-10-02 02:49:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12668 0.018235 [API:8081]10.0.0.56 - - [2025-10-02 02:49:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007574 [API:8081]10.0.0.56 - - [2025-10-02 02:50:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.56 - - [2025-10-02 02:50:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.049084 [API:8081]10.0.0.56 - - [2025-10-02 02:50:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.095478 [API:8081]10.0.0.56 - - [2025-10-02 02:50:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.061244 [API:8081]10.0.0.56 - - [2025-10-02 02:50:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.007905 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002859 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004084 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003416 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002835 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 02:50:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002439 [API:8081]10.0.0.56 - - [2025-10-02 02:50:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.053843 [API:8081]10.0.0.56 - - [2025-10-02 02:50:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009886 [API:8081]10.0.0.56 - - [2025-10-02 02:50:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.009398 [API:8081]10.0.0.56 - - [2025-10-02 02:50:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1990 0.009531 [API:8081]10.0.0.56 - - [2025-10-02 02:50:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2216 0.010407 [API:8081]10.0.0.56 - - [2025-10-02 02:50:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-10-02 02:50:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.060727 [API:8081]10.0.0.56 - - [2025-10-02 02:50:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1556 0.056534 [API:8081]10.0.0.56 - - [2025-10-02 02:50:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1774 0.045905 [API:8081]10.0.0.56 - - [2025-10-02 02:50:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.008518 [API:8081]10.0.0.56 - - [2025-10-02 02:50:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008539 [API:8081]10.0.0.56 - - [2025-10-02 02:50:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.007803 [API:8081]10.0.0.56 - - [2025-10-02 02:51:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.56 - - [2025-10-02 02:51:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.048735 [API:8081]10.0.0.56 - - [2025-10-02 02:51:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.048315 [API:8081]10.0.0.56 - - [2025-10-02 02:51:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.049678 [API:8081]10.0.0.56 - - [2025-10-02 02:51:19] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.56 - - [2025-10-02 02:51:19] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.56 - - [2025-10-02 02:51:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008834 [API:8081]10.0.0.56 - - [2025-10-02 02:51:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.008504 [API:8081]10.0.0.56 - - [2025-10-02 02:51:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008527 [API:8081]10.0.0.56 - - [2025-10-02 02:51:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.008593 [API:8081]10.0.0.56 - - [2025-10-02 02:51:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.008668 [API:8081]10.0.0.56 - - [2025-10-02 02:51:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 02:51:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.048435 [API:8081]10.0.0.49 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.49 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.38 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.38 - - [2025-10-02 02:51:49] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-10-02 02:51:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.064609 [API:8081]10.0.0.56 - - [2025-10-02 02:51:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.053493 [API:8081]10.0.0.56 - - [2025-10-02 02:51:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.008170 [API:8081]10.0.0.56 - - [2025-10-02 02:51:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.010355 [API:8081]10.0.0.56 - - [2025-10-02 02:52:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057678 [API:8081]10.0.0.56 - - [2025-10-02 02:53:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.049677 [API:8081]10.0.0.49 - - [2025-10-02 02:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.49 - - [2025-10-02 02:53:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.49 - - [2025-10-02 02:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.49 - - [2025-10-02 02:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.38 - - [2025-10-02 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.38 - - [2025-10-02 02:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-02 02:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.56 - - [2025-10-02 02:55:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051909 [API:8081]10.0.0.56 - - [2025-10-02 02:56:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.050953 [API:8081]10.0.0.56 - - [2025-10-02 02:57:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.56 - - [2025-10-02 02:57:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.048069 [API:8081]10.0.0.56 - - [2025-10-02 02:57:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.054282 [API:8081]10.0.0.56 - - [2025-10-02 02:58:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045219 [API:8081]10.0.0.49 - - [2025-10-02 02:58:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.49 - - [2025-10-02 02:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.49 - - [2025-10-02 02:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.49 - - [2025-10-02 02:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.38 - - [2025-10-02 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.38 - - [2025-10-02 02:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001163 [API:8081]10.0.0.38 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.38 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.56 - - [2025-10-02 02:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 02:59:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.053961 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:14] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002732 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003434 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003075 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:14] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.006184 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:00:14] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.004408 [API:8081]10.0.0.56 - - [2025-10-02 03:01:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060409 [API:8081]10.0.0.56 - - [2025-10-02 03:01:19] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.56 - - [2025-10-02 03:01:19] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.49 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.49 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.38 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-10-02 03:01:49] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.56 - - [2025-10-02 03:02:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.56 - - [2025-10-02 03:02:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.044907 [API:8081]10.0.0.56 - - [2025-10-02 03:02:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.049359 [API:8081]10.0.0.56 - - [2025-10-02 03:02:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 03:02:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.047044 [API:8081]10.0.0.49 - - [2025-10-02 03:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.49 - - [2025-10-02 03:03:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.49 - - [2025-10-02 03:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.49 - - [2025-10-02 03:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-10-02 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000420 [API:8081]10.0.0.38 - - [2025-10-02 03:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.38 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 03:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-10-02 03:04:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052197 [API:8081]10.0.0.56 - - [2025-10-02 03:05:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.054708 [API:8081]10.0.0.56 - - [2025-10-02 03:07:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.158603 [API:8081]10.0.0.56 - - [2025-10-02 03:07:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.56 - - [2025-10-02 03:07:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.047380 [API:8081]10.0.0.56 - - [2025-10-02 03:08:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.054942 [API:8081]10.0.0.49 - - [2025-10-02 03:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.49 - - [2025-10-02 03:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.49 - - [2025-10-02 03:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.49 - - [2025-10-02 03:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.38 - - [2025-10-02 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2025-10-02 03:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.38 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.38 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-10-02 03:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002919 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002515 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003283 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003264 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:10:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002131 [API:8081]10.0.0.56 - - [2025-10-02 03:10:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060766 [API:8081]10.0.0.56 - - [2025-10-02 03:11:19] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.56 - - [2025-10-02 03:11:19] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.56 - - [2025-10-02 03:11:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057467 [API:8081]10.0.0.49 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.49 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.38 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2025-10-02 03:11:49] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-10-02 03:12:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.067670 [API:8081]10.0.0.56 - - [2025-10-02 03:12:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.060544 [API:8081]10.0.0.56 - - [2025-10-02 03:12:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.048602 [API:8081]10.0.0.56 - - [2025-10-02 03:12:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009671 [API:8081]10.0.0.56 - - [2025-10-02 03:12:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.022920 [API:8081]10.0.0.56 - - [2025-10-02 03:12:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.017954 [API:8081]10.0.0.56 - - [2025-10-02 03:13:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.021965 [API:8081]10.0.0.56 - - [2025-10-02 03:13:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.028967 [API:8081]10.0.0.56 - - [2025-10-02 03:13:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.022697 [API:8081]10.0.0.56 - - [2025-10-02 03:13:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.022421 [API:8081]10.0.0.56 - - [2025-10-02 03:13:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.022053 [API:8081]10.0.0.56 - - [2025-10-02 03:13:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13076 0.019719 [API:8081]10.0.0.56 - - [2025-10-02 03:13:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12686 0.021079 [API:8081]10.0.0.56 - - [2025-10-02 03:13:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009061 [API:8081]10.0.0.56 - - [2025-10-02 03:13:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073971 [API:8081]10.0.0.49 - - [2025-10-02 03:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.49 - - [2025-10-02 03:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.49 - - [2025-10-02 03:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.49 - - [2025-10-02 03:13:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-10-02 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.38 - - [2025-10-02 03:13:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.38 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-10-02 03:13:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.56 - - [2025-10-02 03:14:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.064556 [API:8081]10.0.0.56 - - [2025-10-02 03:16:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.56 - - [2025-10-02 03:16:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.050738 [API:8081]10.0.0.56 - - [2025-10-02 03:16:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058590 [API:8081]10.0.0.56 - - [2025-10-02 03:17:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.058340 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.49 - - [2025-10-02 03:18:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.38 - - [2025-10-02 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-10-02 03:18:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.38 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 03:18:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-10-02 03:19:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.56 - - [2025-10-02 03:19:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.047249 [API:8081]10.0.0.56 - - [2025-10-02 03:19:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048328 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003921 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003555 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003470 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002472 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:20:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002078 [API:8081]10.0.0.56 - - [2025-10-02 03:20:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.060942 [API:8081]10.0.0.56 - - [2025-10-02 03:21:19] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.56 - - [2025-10-02 03:21:19] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.56 - - [2025-10-02 03:21:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-10-02 03:21:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.057324 [API:8081]10.0.0.49 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.49 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.38 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-10-02 03:21:49] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.56 - - [2025-10-02 03:22:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071290 [API:8081]10.0.0.56 - - [2025-10-02 03:23:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.56 - - [2025-10-02 03:23:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.060071 [API:8081]10.0.0.49 - - [2025-10-02 03:23:26] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.49 - - [2025-10-02 03:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.49 - - [2025-10-02 03:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.49 - - [2025-10-02 03:23:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.38 - - [2025-10-02 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.38 - - [2025-10-02 03:23:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.38 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.56 - - [2025-10-02 03:23:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.56 - - [2025-10-02 03:23:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.057623 [API:8081]10.0.0.56 - - [2025-10-02 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.069281 [API:8081]10.0.0.56 - - [2025-10-02 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.013584 [API:8081]10.0.0.56 - - [2025-10-02 03:23:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.062901 [API:8081]10.0.0.56 - - [2025-10-02 03:24:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010813 [API:8081]10.0.0.56 - - [2025-10-02 03:24:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010103 [API:8081]10.0.0.56 - - [2025-10-02 03:24:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008600 [API:8081]10.0.0.56 - - [2025-10-02 03:24:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009357 [API:8081]10.0.0.56 - - [2025-10-02 03:24:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008677 [API:8081]10.0.0.56 - - [2025-10-02 03:25:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053545 [API:8081]10.0.0.56 - - [2025-10-02 03:26:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.069712 [API:8081]10.0.0.56 - - [2025-10-02 03:28:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13786 0.023179 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.49 - - [2025-10-02 03:28:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-10-02 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.38 - - [2025-10-02 03:28:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-10-02 03:28:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.56 - - [2025-10-02 03:28:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075431 [API:8081]10.0.0.56 - - [2025-10-02 03:29:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.054485 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003146 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003371 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:30:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002100 [API:8081]10.0.0.56 - - [2025-10-02 03:31:19] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.56 - - [2025-10-02 03:31:19] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.56 - - [2025-10-02 03:31:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.216965 [API:8081]10.0.0.49 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.49 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.38 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-10-02 03:31:49] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.56 - - [2025-10-02 03:32:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.063588 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.49 - - [2025-10-02 03:33:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-10-02 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.38 - - [2025-10-02 03:33:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.38 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.56 - - [2025-10-02 03:33:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 03:34:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058882 [API:8081]10.0.0.56 - - [2025-10-02 03:35:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.066823 [API:8081]10.0.0.56 - - [2025-10-02 03:37:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060288 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.49 - - [2025-10-02 03:38:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.38 - - [2025-10-02 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-10-02 03:38:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.38 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.56 - - [2025-10-02 03:38:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-10-02 03:38:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.075368 [API:8081]10.0.0.56 - - [2025-10-02 03:39:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.56 - - [2025-10-02 03:39:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1332 0.062903 [API:8081]10.0.0.56 - - [2025-10-02 03:40:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13096 0.075656 [API:8081]10.0.0.56 - - [2025-10-02 03:40:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13096 0.067460 [API:8081]10.0.0.56 - - [2025-10-02 03:40:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010169 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13077 0.020806 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-1?flat HTTP/1.1" 200 13077 0.023642 [API:8081]10.0.0.56 - - [2025-10-02 03:40:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011708 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002985 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003710 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002700 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004054 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:40:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002390 [API:8081]10.0.0.56 - - [2025-10-02 03:40:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099197 [API:8081]10.0.0.56 - - [2025-10-02 03:41:19] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.56 - - [2025-10-02 03:41:19] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.56 - - [2025-10-02 03:41:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2542 0.061623 [API:8081]10.0.0.49 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.49 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.38 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-10-02 03:41:49] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.56 - - [2025-10-02 03:42:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 11993 0.019374 [API:8081]10.0.0.56 - - [2025-10-02 03:42:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 11993 0.024110 [API:8081]10.0.0.56 - - [2025-10-02 03:42:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009900 [API:8081]10.0.0.56 - - [2025-10-02 03:42:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010146 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.49 - - [2025-10-02 03:43:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.38 - - [2025-10-02 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000441 [API:8081]10.0.0.38 - - [2025-10-02 03:43:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.38 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.38 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 03:43:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.56 - - [2025-10-02 03:43:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008940 [API:8081]10.0.0.56 - - [2025-10-02 03:43:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049480 [API:8081]10.0.0.56 - - [2025-10-02 03:43:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12766 0.023042 [API:8081]10.0.0.56 - - [2025-10-02 03:43:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12766 0.024071 [API:8081]10.0.0.56 - - [2025-10-02 03:43:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12766 0.024846 [API:8081]10.0.0.56 - - [2025-10-02 03:44:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12390 0.021180 [API:8081]10.0.0.56 - - [2025-10-02 03:44:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009048 [API:8081]10.0.0.56 - - [2025-10-02 03:44:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.052719 [API:8081]10.0.0.56 - - [2025-10-02 03:46:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 401 205 0.000956 [API:8081]10.0.0.56 - - [2025-10-02 03:46:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.073960 [API:8081]10.0.0.56 - - [2025-10-02 03:46:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.077682 [API:8081]10.0.0.56 - - [2025-10-02 03:46:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.56 - - [2025-10-02 03:46:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.113299 [API:8081]10.0.0.56 - - [2025-10-02 03:46:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.023773 [API:8081]10.0.0.56 - - [2025-10-02 03:46:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.071155 [API:8081]10.0.0.56 - - [2025-10-02 03:46:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.019596 [API:8081]10.0.0.56 - - [2025-10-02 03:46:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.020788 [API:8081]10.0.0.56 - - [2025-10-02 03:46:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050379 [API:8081]10.0.0.56 - - [2025-10-02 03:46:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.019627 [API:8081]10.0.0.56 - - [2025-10-02 03:46:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.020556 [API:8081]10.0.0.56 - - [2025-10-02 03:46:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.024061 [API:8081]10.0.0.56 - - [2025-10-02 03:47:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12839 0.020580 [API:8081]10.0.0.56 - - [2025-10-02 03:47:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12428 0.020493 [API:8081]10.0.0.56 - - [2025-10-02 03:47:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008384 [API:8081]10.0.0.56 - - [2025-10-02 03:47:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.56 - - [2025-10-02 03:47:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.050928 [API:8081]10.0.0.56 - - [2025-10-02 03:47:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.049819 [API:8081]10.0.0.56 - - [2025-10-02 03:47:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.050152 [API:8081]10.0.0.56 - - [2025-10-02 03:47:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.054272 [API:8081]10.0.0.56 - - [2025-10-02 03:48:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.023223 [API:8081]10.0.0.56 - - [2025-10-02 03:48:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.021175 [API:8081]10.0.0.56 - - [2025-10-02 03:48:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-10-02 03:48:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.094942 [API:8081]10.0.0.56 - - [2025-10-02 03:48:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.020245 [API:8081]10.0.0.56 - - [2025-10-02 03:48:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.019043 [API:8081]10.0.0.56 - - [2025-10-02 03:48:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.020426 [API:8081]10.0.0.56 - - [2025-10-02 03:48:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.021758 [API:8081]10.0.0.56 - - [2025-10-02 03:48:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.021981 [API:8081]10.0.0.56 - - [2025-10-02 03:48:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.021074 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.56 - - [2025-10-02 03:48:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.020370 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.49 - - [2025-10-02 03:48:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-10-02 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.38 - - [2025-10-02 03:48:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.38 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-10-02 03:48:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.56 - - [2025-10-02 03:48:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12984 0.022745 [API:8081]10.0.0.56 - - [2025-10-02 03:48:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12535 0.022006 [API:8081]10.0.0.56 - - [2025-10-02 03:48:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008551 [Introspect:8090]10.0.0.56 - - [2025-10-02 03:48:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001174 [API:8081]10.0.0.56 - - [2025-10-02 03:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.56 - - [2025-10-02 03:48:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.070603 [API:8081]10.0.0.56 - - [2025-10-02 03:49:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066527 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003192 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003415 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004376 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003811 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 03:50:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002978 [API:8081]10.0.0.56 - - [2025-10-02 03:50:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069717 [API:8081]10.0.0.56 - - [2025-10-02 03:51:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13015 0.020905 [API:8081]10.0.0.56 - - [2025-10-02 03:51:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13015 0.065268 [API:8081]10.0.0.56 - - [2025-10-02 03:51:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.043005 [API:8081]10.0.0.56 - - [2025-10-02 03:51:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009126 [API:8081]10.0.0.56 - - [2025-10-02 03:51:19] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.56 - - [2025-10-02 03:51:19] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.56 - - [2025-10-02 03:51:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008132 [API:8081]10.0.0.56 - - [2025-10-02 03:51:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13014 0.019990 [API:8081]10.0.0.56 - - [2025-10-02 03:51:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 13014 0.020325 [API:8081]10.0.0.56 - - [2025-10-02 03:51:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4210-2?flat HTTP/1.1" 200 12626 0.019832 [API:8081]10.0.0.56 - - [2025-10-02 03:51:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008816 [API:8081]10.0.0.56 - - [2025-10-02 03:51:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.008324 [API:8081]10.0.0.56 - - [2025-10-02 03:51:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.009955 [API:8081]10.0.0.49 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.49 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.38 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.38 - - [2025-10-02 03:51:49] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.56 - - [2025-10-02 03:52:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050886 [API:8081]10.0.0.49 - - [2025-10-02 03:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.49 - - [2025-10-02 03:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000535 [API:8081]10.0.0.49 - - [2025-10-02 03:53:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.49 - - [2025-10-02 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-10-02 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2025-10-02 03:53:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.38 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.56 - - [2025-10-02 03:53:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.56 - - [2025-10-02 03:53:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062975 [Introspect:8090]10.0.0.56 - - [2025-10-02 03:54:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001322 [API:8081]10.0.0.56 - - [2025-10-02 03:54:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.053963 [API:8081]10.0.0.56 - - [2025-10-02 03:55:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.069612 [API:8081]10.0.0.56 - - [2025-10-02 03:55:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054093 [API:8081]10.0.0.56 - - [2025-10-02 03:55:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008833 [API:8081]10.0.0.56 - - [2025-10-02 03:56:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.069854 [API:8081]10.0.0.56 - - [2025-10-02 03:57:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.048984 [API:8081]10.0.0.56 - - [2025-10-02 03:57:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012079 [API:8081]10.0.0.56 - - [2025-10-02 03:58:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-10-02 03:58:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.044096 [API:8081]10.0.0.56 - - [2025-10-02 03:58:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.050907 [API:8081]10.0.0.49 - - [2025-10-02 03:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.49 - - [2025-10-02 03:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.49 - - [2025-10-02 03:58:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.49 - - [2025-10-02 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-10-02 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.38 - - [2025-10-02 03:58:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.38 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-10-02 03:58:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.56 - - [2025-10-02 03:58:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.056811 [API:8081]10.0.0.56 - - [2025-10-02 03:58:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100343 [API:8081]10.0.0.56 - - [2025-10-02 03:59:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008895 [API:8081]10.0.0.56 - - [2025-10-02 03:59:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.56 - - [2025-10-02 03:59:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.057541 [API:8081]10.0.0.56 - - [2025-10-02 03:59:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.047420 [API:8081]10.0.0.56 - - [2025-10-02 04:00:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.056426 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002912 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002982 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003535 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002537 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:00:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002117 [API:8081]10.0.0.56 - - [2025-10-02 04:01:19] "GET /analytics HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.56 - - [2025-10-02 04:01:19] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.49 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.49 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.38 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-10-02 04:01:49] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.56 - - [2025-10-02 04:02:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067506 [API:8081]10.0.0.56 - - [2025-10-02 04:03:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062804 [API:8081]10.0.0.49 - - [2025-10-02 04:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.49 - - [2025-10-02 04:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.49 - - [2025-10-02 04:03:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.49 - - [2025-10-02 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.38 - - [2025-10-02 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-10-02 04:03:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-10-02 04:03:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.56 - - [2025-10-02 04:04:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.56 - - [2025-10-02 04:04:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.057468 [API:8081]10.0.0.56 - - [2025-10-02 04:05:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.343994 [API:8081]10.0.0.56 - - [2025-10-02 04:06:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.051144 [API:8081]10.0.0.56 - - [2025-10-02 04:08:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057288 [API:8081]10.0.0.49 - - [2025-10-02 04:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.49 - - [2025-10-02 04:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.49 - - [2025-10-02 04:08:27] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.49 - - [2025-10-02 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.38 - - [2025-10-02 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-10-02 04:08:28] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.38 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.56 - - [2025-10-02 04:08:29] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.56 - - [2025-10-02 04:09:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.070387 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003188 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003759 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003338 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4210-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003589 [LOCAL API:8181]127.0.0.1 - - [2025-10-02 04:10:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002117 [Introspect:8090]10.0.0.38 - - [2025-10-02 04:11:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001563