++ 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: =================== Mon Oct 27 02:07:45 AM UTC 2025 ===================' INFO: =================== Mon Oct 27 02:07:45 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 +++++ ip route get 1 +++++ awk '{print $2}' +++++ 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 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.129 ++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ 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.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.33:8081 10.0.0.129:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.33:8081 10.0.0.129: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.33:9042 10.0.0.129:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.33:8086 10.0.0.129:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.33:8086 10.0.0.129: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.249,10.0.0.33,10.0.0.129 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.33:8082 10.0.0.129:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.33:8082 10.0.0.129: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.33:9161 10.0.0.129:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.33:9161 10.0.0.129: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.33:9041 10.0.0.129:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.33:9041 10.0.0.129: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.14,10.20.0.17,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.17,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.33:2181,10.0.0.129:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.33:2181,10.0.0.129: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.33:2181 10.0.0.129:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.33,10.0.0.129 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.33:5673,10.0.0.129:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.33:5673,10.0.0.129: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.33:6379 10.0.0.129:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.33:6379 10.0.0.129: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.249,10.0.0.33,10.0.0.129 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.33:9092 10.0.0.129:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.33:9092 10.0.0.129: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.249 ++ 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.249,10.0.0.33,10.0.0.129 ++ 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.249,10.0.0.33,10.0.0.129 ++ 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.249,10.0.0.33,10.0.0.129 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.249 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.249,10.0.0.33,10.0.0.129 +++ local servers=10.0.0.249,10.0.0.33,10.0.0.129 +++ local server_list= +++ IFS=, +++ cut -d ' ' -f 1 +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.129,10.20.0.25,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.129,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ echo 10.0.0.129 3 +++ return ++ local ip=10.0.0.129 ++ [[ -z 10.0.0.129 ]] ++ echo 10.0.0.129 + host_ip=10.0.0.129 + 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__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort + 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/27/2025 02:07:53.010 7f95b1f1c900 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/27/2025 02:07:53.158 7f95b1f1c900 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 10/27/2025 02:07:53.167 7f95b1f1c900 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/27/2025 02:07:53.167 7f95b1f1c900 [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.129: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.33 - - [2025-10-27 02:07:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.411942 [API:8081]10.0.0.33 - - [2025-10-27 02:08:31] "GET /analytics HTTP/1.1" 401 206 0.000623 [API:8081]10.0.0.33 - - [2025-10-27 02:08:31] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.249 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000159 [API:8081]10.0.0.129 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.129 - - [2025-10-27 02:08:32] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.33 - - [2025-10-27 02:08:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.373770 [API:8081]10.0.0.33 - - [2025-10-27 02:09:02] "GET /analytics HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.33 - - [2025-10-27 02:09:02] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.249 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.249 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000209 [API:8081]10.0.0.129 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.129 - - [2025-10-27 02:09:03] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.33 - - [2025-10-27 02:09:32] "GET /analytics HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.33 - - [2025-10-27 02:09:32] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.249 - - [2025-10-27 02:09:33] "GET /analytics HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-10-27 02:09:33] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.33 - - [2025-10-27 02:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.33 - - [2025-10-27 02:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.33 - - [2025-10-27 02:10:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.433564 [API:8081]10.0.0.129 - - [2025-10-27 02:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.129 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.33 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.33 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 02:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.129 - - [2025-10-27 02:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.129 - - [2025-10-27 02:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000684 [API:8081]10.0.0.249 - - [2025-10-27 02:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.249 - - [2025-10-27 02:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [Introspect:8090]10.0.0.129 - - [2025-10-27 02:11:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001134 [Introspect:8090]10.0.0.129 - - [2025-10-27 02:11:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001529 [API:8081]10.0.0.33 - - [2025-10-27 02:11:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.074145 [Introspect:8090]10.0.0.249 - - [2025-10-27 02:13:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001124 [API:8081]10.0.0.249 - - [2025-10-27 02:13:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?flat HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.249 - - [2025-10-27 02:13:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?flat HTTP/1.1" 200 5347 0.073005 [API:8081]10.0.0.249 - - [2025-10-27 02:13:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?flat HTTP/1.1" 200 5347 0.069095 [API:8081]10.0.0.249 - - [2025-10-27 02:13:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?flat HTTP/1.1" 200 5347 0.071492 [Introspect:8090]10.0.0.249 - - [2025-10-27 02:13:18] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000599 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 8145 0.017864 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 8140 0.017216 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-3?flat HTTP/1.1" 200 8140 0.016098 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-1?flat HTTP/1.1" 200 8145 0.016185 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 8140 0.019220 [API:8081]10.0.0.249 - - [2025-10-27 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4489-3?flat HTTP/1.1" 200 8140 0.019323 [API:8081]10.0.0.249 - - [2025-10-27 02:13:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 02:13:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.104898 [API:8081]10.0.0.33 - - [2025-10-27 02:14:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069959 [API:8081]10.0.0.33 - - [2025-10-27 02:15:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.064854 [API:8081]10.0.0.33 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.33 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.129 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.129 - - [2025-10-27 02:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.33 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2025-10-27 02:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.129 - - [2025-10-27 02:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.129 - - [2025-10-27 02:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000933 [API:8081]10.0.0.249 - - [2025-10-27 02:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 02:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.33 - - [2025-10-27 02:17:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078168 [API:8081]10.0.0.249 - - [2025-10-27 02:17:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.249 - - [2025-10-27 02:17:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1732 0.050787 [API:8081]10.0.0.249 - - [2025-10-27 02:17:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1965 0.048975 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002425 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003104 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002824 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002223 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002661 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005961 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002104 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002566 [API:8081]10.0.0.33 - - [2025-10-27 02:18:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.099231 [API:8081]10.0.0.129 - - [2025-10-27 02:19:03] "GET /analytics HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.129 - - [2025-10-27 02:19:03] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.33 - - [2025-10-27 02:19:32] "GET /analytics HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.33 - - [2025-10-27 02:19:32] "GET /analytics HTTP/1.1" 401 206 0.000143 [API:8081]10.0.0.249 - - [2025-10-27 02:19:33] "GET /analytics HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.249 - - [2025-10-27 02:19:33] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.33 - - [2025-10-27 02:20:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065877 [API:8081]10.0.0.33 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.33 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.129 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.129 - - [2025-10-27 02:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.33 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000405 [API:8081]10.0.0.33 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.249 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 02:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000449 [API:8081]10.0.0.129 - - [2025-10-27 02:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.129 - - [2025-10-27 02:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2025-10-27 02:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.249 - - [2025-10-27 02:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.33 - - [2025-10-27 02:21:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.064119 [API:8081]10.0.0.33 - - [2025-10-27 02:23:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060163 [API:8081]10.0.0.249 - - [2025-10-27 02:23:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.249 - - [2025-10-27 02:23:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.057432 [API:8081]10.0.0.249 - - [2025-10-27 02:23:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.049077 [API:8081]10.0.0.33 - - [2025-10-27 02:24:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069048 [API:8081]10.0.0.249 - - [2025-10-27 02:25:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1594 0.017119 [API:8081]10.0.0.249 - - [2025-10-27 02:25:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1823 0.008369 [API:8081]10.0.0.249 - - [2025-10-27 02:25:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1606 0.058488 [API:8081]10.0.0.249 - - [2025-10-27 02:25:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1835 0.008946 [API:8081]10.0.0.33 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.33 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.129 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 02:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.33 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.33 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.249 - - [2025-10-27 02:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.129 - - [2025-10-27 02:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000392 [API:8081]10.0.0.129 - - [2025-10-27 02:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.249 - - [2025-10-27 02:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.249 - - [2025-10-27 02:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.33 - - [2025-10-27 02:26:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063577 [API:8081]10.0.0.33 - - [2025-10-27 02:27:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.062115 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002414 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003042 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002288 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004483 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002438 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002480 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003002 [API:8081]10.0.0.129 - - [2025-10-27 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.129 - - [2025-10-27 02:29:03] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.33 - - [2025-10-27 02:29:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065631 [API:8081]10.0.0.33 - - [2025-10-27 02:29:32] "GET /analytics HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.33 - - [2025-10-27 02:29:32] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.249 - - [2025-10-27 02:29:33] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-10-27 02:29:33] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.33 - - [2025-10-27 02:30:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.062779 [API:8081]10.0.0.249 - - [2025-10-27 02:30:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.054624 [API:8081]10.0.0.33 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.129 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.129 - - [2025-10-27 02:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.33 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.33 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.249 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 02:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.129 - - [2025-10-27 02:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.129 - - [2025-10-27 02:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2025-10-27 02:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 02:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 02:31:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.061075 [API:8081]10.0.0.249 - - [2025-10-27 02:31:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.056867 [API:8081]10.0.0.33 - - [2025-10-27 02:32:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071901 [API:8081]10.0.0.33 - - [2025-10-27 02:33:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.359086 [API:8081]10.0.0.249 - - [2025-10-27 02:33:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2025-10-27 02:33:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.052825 [API:8081]10.0.0.249 - - [2025-10-27 02:34:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.053528 [API:8081]10.0.0.249 - - [2025-10-27 02:34:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.249 - - [2025-10-27 02:34:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.057224 [API:8081]10.0.0.249 - - [2025-10-27 02:35:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2025-10-27 02:35:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.053043 [API:8081]10.0.0.249 - - [2025-10-27 02:35:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.058387 [API:8081]10.0.0.249 - - [2025-10-27 02:35:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.051250 [API:8081]10.0.0.33 - - [2025-10-27 02:35:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060610 [API:8081]10.0.0.33 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.33 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.129 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.129 - - [2025-10-27 02:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.33 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.33 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.249 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2025-10-27 02:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.129 - - [2025-10-27 02:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.129 - - [2025-10-27 02:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-10-27 02:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.249 - - [2025-10-27 02:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05?flat HTTP/1.1" 200 1712 0.015411 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05?flat HTTP/1.1" 200 1712 0.020585 [API:8081]10.0.0.249 - - [2025-10-27 02:36:04] "GET /analytics/uves/virtual-machine/3cb6a2d0-3fd4-4ef6-99da-5cd648c8fb05?flat HTTP/1.1" 200 1712 0.010298 [API:8081]10.0.0.249 - - [2025-10-27 02:36:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008049 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003?flat HTTP/1.1" 200 1712 0.014424 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003?flat HTTP/1.1" 200 1712 0.012181 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machine/2bea0201-ff3f-4aac-a0b7-108c6af92003?flat HTTP/1.1" 200 1712 0.012099 [API:8081]10.0.0.249 - - [2025-10-27 02:36:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.014360 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a?flat HTTP/1.1" 200 1710 0.010737 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a?flat HTTP/1.1" 200 1710 0.011080 [API:8081]10.0.0.249 - - [2025-10-27 02:36:11] "GET /analytics/uves/virtual-machine/dceca5b2-f5c6-45b7-84b8-71e496a8a29a?flat HTTP/1.1" 200 1710 0.010921 [API:8081]10.0.0.249 - - [2025-10-27 02:36:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010376 [API:8081]10.0.0.33 - - [2025-10-27 02:36:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.065372 [API:8081]10.0.0.249 - - [2025-10-27 02:37:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009669 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002705 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002814 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002540 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002219 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002235 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002105 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002026 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.001946 [API:8081]10.0.0.249 - - [2025-10-27 02:38:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008072 [API:8081]10.0.0.33 - - [2025-10-27 02:38:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063101 [API:8081]10.0.0.249 - - [2025-10-27 02:38:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007895 [API:8081]10.0.0.249 - - [2025-10-27 02:38:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-10-27 02:38:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.059464 [API:8081]10.0.0.249 - - [2025-10-27 02:38:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.058937 [API:8081]10.0.0.249 - - [2025-10-27 02:38:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.054724 [API:8081]10.0.0.129 - - [2025-10-27 02:39:03] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.129 - - [2025-10-27 02:39:03] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.33 - - [2025-10-27 02:39:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.058095 [API:8081]10.0.0.33 - - [2025-10-27 02:39:32] "GET /analytics HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.33 - - [2025-10-27 02:39:32] "GET /analytics HTTP/1.1" 401 206 0.000200 [API:8081]10.0.0.249 - - [2025-10-27 02:39:33] "GET /analytics HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.249 - - [2025-10-27 02:39:33] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.249 - - [2025-10-27 02:39:52] "GET /analytics/uves/virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015?flat HTTP/1.1" 200 1717 0.010132 [API:8081]10.0.0.249 - - [2025-10-27 02:39:52] "GET /analytics/uves/virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015?flat HTTP/1.1" 200 1717 0.010607 [API:8081]10.0.0.249 - - [2025-10-27 02:39:53] "GET /analytics/uves/virtual-machine/2a8f5ba6-be04-453c-8065-29f0e25ec015?flat HTTP/1.1" 200 1717 0.012017 [API:8081]10.0.0.249 - - [2025-10-27 02:39:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011706 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63?flat HTTP/1.1" 200 1718 0.011310 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63?flat HTTP/1.1" 200 1718 0.010776 [API:8081]10.0.0.249 - - [2025-10-27 02:39:56] "GET /analytics/uves/virtual-machine/20f1e723-8db4-486f-b19a-5bdb294a5e63?flat HTTP/1.1" 200 1718 0.017094 [API:8081]10.0.0.249 - - [2025-10-27 02:39:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009875 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d?flat HTTP/1.1" 200 1718 0.010475 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d?flat HTTP/1.1" 200 1718 0.010221 [API:8081]10.0.0.249 - - [2025-10-27 02:40:00] "GET /analytics/uves/virtual-machine/855bc593-9e88-48f4-a5e9-453a3bf2634d?flat HTTP/1.1" 200 1718 0.011434 [API:8081]10.0.0.249 - - [2025-10-27 02:40:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010062 [API:8081]10.0.0.33 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000452 [API:8081]10.0.0.33 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.129 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000461 [API:8081]10.0.0.129 - - [2025-10-27 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.33 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.33 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001040 [API:8081]10.0.0.249 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-10-27 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.129 - - [2025-10-27 02:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.129 - - [2025-10-27 02:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-10-27 02:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.249 - - [2025-10-27 02:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2025-10-27 02:41:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009589 [API:8081]10.0.0.33 - - [2025-10-27 02:41:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071758 [API:8081]10.0.0.249 - - [2025-10-27 02:41:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008547 [API:8081]10.0.0.249 - - [2025-10-27 02:42:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010558 [API:8081]10.0.0.33 - - [2025-10-27 02:42:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.387134 [API:8081]10.0.0.249 - - [2025-10-27 02:42:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 02:42:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.056193 [API:8081]10.0.0.249 - - [2025-10-27 02:42:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.056414 [API:8081]10.0.0.33 - - [2025-10-27 02:44:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080970 [API:8081]10.0.0.33 - - [2025-10-27 02:45:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.065980 [API:8081]10.0.0.33 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.33 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.129 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.129 - - [2025-10-27 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.33 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2025-10-27 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.129 - - [2025-10-27 02:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001371 [API:8081]10.0.0.129 - - [2025-10-27 02:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000445 [API:8081]10.0.0.249 - - [2025-10-27 02:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2025-10-27 02:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2025-10-27 02:47:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.249 - - [2025-10-27 02:47:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1578 0.054954 [API:8081]10.0.0.33 - - [2025-10-27 02:47:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059567 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003139 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003278 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002682 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002098 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002572 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002304 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002110 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002059 [API:8081]10.0.0.33 - - [2025-10-27 02:48:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.065821 [API:8081]10.0.0.129 - - [2025-10-27 02:49:03] "GET /analytics HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.129 - - [2025-10-27 02:49:03] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.33 - - [2025-10-27 02:49:32] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.33 - - [2025-10-27 02:49:32] "GET /analytics HTTP/1.1" 401 206 0.000132 [API:8081]10.0.0.249 - - [2025-10-27 02:49:33] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 02:49:33] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.249 - - [2025-10-27 02:49:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008829 [API:8081]10.0.0.249 - - [2025-10-27 02:49:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-10-27 02:49:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.059618 [API:8081]10.0.0.249 - - [2025-10-27 02:50:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1369 0.060647 [API:8081]10.0.0.33 - - [2025-10-27 02:50:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055716 [API:8081]10.0.0.33 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.33 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.129 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000425 [API:8081]10.0.0.129 - - [2025-10-27 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.33 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000420 [API:8081]10.0.0.33 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.249 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2025-10-27 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.129 - - [2025-10-27 02:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.129 - - [2025-10-27 02:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000430 [API:8081]10.0.0.249 - - [2025-10-27 02:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-10-27 02:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.33 - - [2025-10-27 02:51:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.063472 [API:8081]10.0.0.249 - - [2025-10-27 02:53:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008009 [API:8081]10.0.0.33 - - [2025-10-27 02:53:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078341 [API:8081]10.0.0.249 - - [2025-10-27 02:53:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008270 [API:8081]10.0.0.249 - - [2025-10-27 02:53:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.249 - - [2025-10-27 02:53:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.055819 [API:8081]10.0.0.249 - - [2025-10-27 02:54:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1393 0.054030 [API:8081]10.0.0.33 - - [2025-10-27 02:54:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.062165 [API:8081]10.0.0.33 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.33 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.129 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.129 - - [2025-10-27 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.33 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.33 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000419 [API:8081]10.0.0.249 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2025-10-27 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.129 - - [2025-10-27 02:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.129 - - [2025-10-27 02:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.249 - - [2025-10-27 02:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2025-10-27 02:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.33 - - [2025-10-27 02:56:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064305 [API:8081]10.0.0.249 - - [2025-10-27 02:57:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008811 [API:8081]10.0.0.33 - - [2025-10-27 02:57:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.076122 [API:8081]10.0.0.249 - - [2025-10-27 02:57:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012662 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005012 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002824 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002443 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002263 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003515 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005401 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003410 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 02:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002527 [API:8081]10.0.0.129 - - [2025-10-27 02:59:03] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.129 - - [2025-10-27 02:59:03] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.33 - - [2025-10-27 02:59:32] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.33 - - [2025-10-27 02:59:32] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.249 - - [2025-10-27 02:59:33] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2025-10-27 02:59:33] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.33 - - [2025-10-27 02:59:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073805 [API:8081]10.0.0.33 - - [2025-10-27 03:00:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.075618 [API:8081]10.0.0.33 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.33 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.129 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.129 - - [2025-10-27 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.33 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.249 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2025-10-27 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.129 - - [2025-10-27 03:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.129 - - [2025-10-27 03:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-10-27 03:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-10-27 03:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.249 - - [2025-10-27 03:01:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.249 - - [2025-10-27 03:01:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.071265 [API:8081]10.0.0.33 - - [2025-10-27 03:02:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061598 [API:8081]10.0.0.249 - - [2025-10-27 03:03:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1357 0.056031 [API:8081]10.0.0.33 - - [2025-10-27 03:03:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.060356 [API:8081]10.0.0.249 - - [2025-10-27 03:04:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.249 - - [2025-10-27 03:04:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1266 0.056736 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594?flat HTTP/1.1" 200 1779 0.104561 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594?flat HTTP/1.1" 200 1779 0.059907 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machine/03475ff3-80a3-4837-afe0-b020d5525594?flat HTTP/1.1" 200 1779 0.010272 [API:8081]10.0.0.249 - - [2025-10-27 03:05:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009460 [API:8081]10.0.0.33 - - [2025-10-27 03:05:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070549 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d?flat HTTP/1.1" 200 2103 0.012385 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d?flat HTTP/1.1" 200 2103 0.012862 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machine/c82abbfd-db38-4ab5-9125-522d82897c2d?flat HTTP/1.1" 200 2103 0.013151 [API:8081]10.0.0.249 - - [2025-10-27 03:05:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009165 [API:8081]10.0.0.33 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.33 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.129 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.129 - - [2025-10-27 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.33 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000430 [API:8081]10.0.0.33 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.249 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.001042 [API:8081]10.0.0.249 - - [2025-10-27 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.129 - - [2025-10-27 03:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.129 - - [2025-10-27 03:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.249 - - [2025-10-27 03:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000416 [API:8081]10.0.0.249 - - [2025-10-27 03:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.33 - - [2025-10-27 03:06:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.074154 [API:8081]10.0.0.249 - - [2025-10-27 03:07:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010603 [API:8081]10.0.0.249 - - [2025-10-27 03:07:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011413 [API:8081]10.0.0.249 - - [2025-10-27 03:07:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-10-27 03:07:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1286 0.055502 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002687 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003098 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002911 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002619 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002915 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002871 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002752 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003073 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63?flat HTTP/1.1" 200 1790 0.059614 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63?flat HTTP/1.1" 200 1790 0.061593 [API:8081]10.0.0.249 - - [2025-10-27 03:08:37] "GET /analytics/uves/virtual-machine/312905fb-dba2-4d78-b71c-189ca087ea63?flat HTTP/1.1" 200 1790 0.012194 [API:8081]10.0.0.249 - - [2025-10-27 03:08:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008212 [API:8081]10.0.0.33 - - [2025-10-27 03:08:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061024 [API:8081]10.0.0.129 - - [2025-10-27 03:09:03] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.129 - - [2025-10-27 03:09:03] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d?flat HTTP/1.1" 200 1842 0.012220 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d?flat HTTP/1.1" 200 1842 0.012149 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machine/9455f54d-6de6-4d70-b5f9-7ee44f928e8d?flat HTTP/1.1" 200 1842 0.013438 [API:8081]10.0.0.249 - - [2025-10-27 03:09:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009379 [API:8081]10.0.0.33 - - [2025-10-27 03:09:32] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.33 - - [2025-10-27 03:09:32] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.249 - - [2025-10-27 03:09:33] "GET /analytics HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.249 - - [2025-10-27 03:09:33] "GET /analytics HTTP/1.1" 401 206 0.000173 [API:8081]10.0.0.33 - - [2025-10-27 03:09:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.055336 [API:8081]10.0.0.33 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.33 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.129 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.129 - - [2025-10-27 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.33 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.33 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-10-27 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.129 - - [2025-10-27 03:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.129 - - [2025-10-27 03:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 03:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.249 - - [2025-10-27 03:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.249 - - [2025-10-27 03:11:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009017 [API:8081]10.0.0.249 - - [2025-10-27 03:11:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008309 [API:8081]10.0.0.33 - - [2025-10-27 03:11:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073928 [API:8081]10.0.0.249 - - [2025-10-27 03:11:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.249 - - [2025-10-27 03:11:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1250 0.064044 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3?flat HTTP/1.1" 200 1772 0.061407 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3?flat HTTP/1.1" 200 1772 0.053283 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machine/6c451988-2ebb-450b-999c-cdbaf8af97d3?flat HTTP/1.1" 200 1772 0.010485 [API:8081]10.0.0.249 - - [2025-10-27 03:12:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009637 [API:8081]10.0.0.33 - - [2025-10-27 03:12:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.059963 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2?flat HTTP/1.1" 200 1828 0.012477 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2?flat HTTP/1.1" 200 1828 0.011088 [API:8081]10.0.0.249 - - [2025-10-27 03:13:05] "GET /analytics/uves/virtual-machine/b94e42fa-3d9e-4171-9d70-64db420a83d2?flat HTTP/1.1" 200 1828 0.010970 [API:8081]10.0.0.249 - - [2025-10-27 03:13:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009603 [API:8081]10.0.0.249 - - [2025-10-27 03:14:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008555 [API:8081]10.0.0.33 - - [2025-10-27 03:14:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057007 [API:8081]10.0.0.249 - - [2025-10-27 03:15:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008466 [API:8081]10.0.0.249 - - [2025-10-27 03:15:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 03:15:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.055235 [API:8081]10.0.0.249 - - [2025-10-27 03:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.072883 [API:8081]10.0.0.249 - - [2025-10-27 03:15:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1775 0.054716 [API:8081]10.0.0.249 - - [2025-10-27 03:15:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.010823 [API:8081]10.0.0.249 - - [2025-10-27 03:15:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.008887 [API:8081]10.0.0.249 - - [2025-10-27 03:15:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1775 0.009288 [API:8081]10.0.0.249 - - [2025-10-27 03:15:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2000 0.009699 [API:8081]10.0.0.33 - - [2025-10-27 03:15:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.103656 [API:8081]10.0.0.249 - - [2025-10-27 03:15:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2227 0.012334 [API:8081]10.0.0.33 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.33 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.129 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.129 - - [2025-10-27 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.33 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.33 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2025-10-27 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 03:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.129 - - [2025-10-27 03:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000403 [API:8081]10.0.0.249 - - [2025-10-27 03:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.249 - - [2025-10-27 03:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.249 - - [2025-10-27 03:16:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.249 - - [2025-10-27 03:16:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.060300 [API:8081]10.0.0.249 - - [2025-10-27 03:16:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.066610 [API:8081]10.0.0.249 - - [2025-10-27 03:16:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1568 0.070809 [API:8081]10.0.0.249 - - [2025-10-27 03:16:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.008448 [API:8081]10.0.0.249 - - [2025-10-27 03:16:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.008899 [API:8081]10.0.0.249 - - [2025-10-27 03:16:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.009199 [API:8081]10.0.0.249 - - [2025-10-27 03:16:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2025-10-27 03:16:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.070063 [API:8081]10.0.0.249 - - [2025-10-27 03:16:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.067934 [API:8081]10.0.0.249 - - [2025-10-27 03:16:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.055142 [API:8081]10.0.0.249 - - [2025-10-27 03:16:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.009129 [API:8081]10.0.0.249 - - [2025-10-27 03:16:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.008527 [API:8081]10.0.0.249 - - [2025-10-27 03:16:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.011064 [API:8081]10.0.0.249 - - [2025-10-27 03:16:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1769 0.009094 [API:8081]10.0.0.249 - - [2025-10-27 03:16:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1992 0.008048 [API:8081]10.0.0.249 - - [2025-10-27 03:17:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.249 - - [2025-10-27 03:17:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.071172 [API:8081]10.0.0.249 - - [2025-10-27 03:17:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1351 0.056454 [API:8081]10.0.0.249 - - [2025-10-27 03:17:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.063505 [API:8081]10.0.0.249 - - [2025-10-27 03:17:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1805 0.011623 [API:8081]10.0.0.249 - - [2025-10-27 03:17:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2040 0.023522 [API:8081]10.0.0.33 - - [2025-10-27 03:17:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065954 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002734 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002537 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002697 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003243 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003073 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002122 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002295 [API:8081]10.0.0.33 - - [2025-10-27 03:18:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.077369 [API:8081]10.0.0.129 - - [2025-10-27 03:19:03] "GET /analytics HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.129 - - [2025-10-27 03:19:03] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.33 - - [2025-10-27 03:19:32] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.33 - - [2025-10-27 03:19:32] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.249 - - [2025-10-27 03:19:33] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2025-10-27 03:19:33] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.33 - - [2025-10-27 03:20:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065014 [API:8081]10.0.0.33 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.33 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.129 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.129 - - [2025-10-27 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.33 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.249 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.249 - - [2025-10-27 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.129 - - [2025-10-27 03:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.129 - - [2025-10-27 03:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000414 [API:8081]10.0.0.249 - - [2025-10-27 03:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.249 - - [2025-10-27 03:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000510 [API:8081]10.0.0.33 - - [2025-10-27 03:21:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.059541 [API:8081]10.0.0.249 - - [2025-10-27 03:23:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.249 - - [2025-10-27 03:23:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.081580 [API:8081]10.0.0.249 - - [2025-10-27 03:23:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.063490 [API:8081]10.0.0.33 - - [2025-10-27 03:23:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069895 [API:8081]10.0.0.33 - - [2025-10-27 03:24:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.066950 [API:8081]10.0.0.33 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.33 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.129 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.129 - - [2025-10-27 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.33 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.33 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2025-10-27 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.129 - - [2025-10-27 03:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000369 [API:8081]10.0.0.129 - - [2025-10-27 03:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.249 - - [2025-10-27 03:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 03:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.33 - - [2025-10-27 03:26:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074199 [API:8081]10.0.0.249 - - [2025-10-27 03:27:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2025-10-27 03:27:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1333 0.058850 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002856 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002657 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002268 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002197 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002598 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002658 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002541 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:27:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002392 [API:8081]10.0.0.33 - - [2025-10-27 03:27:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.061286 [API:8081]10.0.0.249 - - [2025-10-27 03:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.249 - - [2025-10-27 03:28:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1142 0.050823 [API:8081]10.0.0.129 - - [2025-10-27 03:29:03] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.129 - - [2025-10-27 03:29:03] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.33 - - [2025-10-27 03:29:32] "GET /analytics HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.33 - - [2025-10-27 03:29:32] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.249 - - [2025-10-27 03:29:33] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.249 - - [2025-10-27 03:29:33] "GET /analytics HTTP/1.1" 401 206 0.000133 [API:8081]10.0.0.33 - - [2025-10-27 03:30:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069025 [API:8081]10.0.0.33 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.33 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.129 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.33 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000423 [API:8081]10.0.0.33 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.249 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.249 - - [2025-10-27 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.129 - - [2025-10-27 03:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.129 - - [2025-10-27 03:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-10-27 03:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 03:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 03:31:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.067500 [API:8081]10.0.0.33 - - [2025-10-27 03:33:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.162908 [API:8081]10.0.0.249 - - [2025-10-27 03:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.249 - - [2025-10-27 03:33:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.071458 [API:8081]10.0.0.33 - - [2025-10-27 03:34:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.095407 [API:8081]10.0.0.33 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.33 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.129 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.129 - - [2025-10-27 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.33 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.33 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-10-27 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 03:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.129 - - [2025-10-27 03:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.249 - - [2025-10-27 03:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.249 - - [2025-10-27 03:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.33 - - [2025-10-27 03:36:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061837 [API:8081]10.0.0.33 - - [2025-10-27 03:37:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069257 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002685 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002707 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002109 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002212 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002427 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002170 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002424 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:37:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002075 [API:8081]10.0.0.129 - - [2025-10-27 03:39:03] "GET /analytics HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.129 - - [2025-10-27 03:39:03] "GET /analytics HTTP/1.1" 401 206 0.000187 [API:8081]10.0.0.249 - - [2025-10-27 03:39:05] "GET /analytics/uves/virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13?flat HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-10-27 03:39:06] "GET /analytics/uves/virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13?flat HTTP/1.1" 200 966 0.067161 [API:8081]10.0.0.33 - - [2025-10-27 03:39:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071522 [API:8081]10.0.0.249 - - [2025-10-27 03:39:08] "GET /analytics/uves/virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13?flat HTTP/1.1" 200 966 0.287380 [API:8081]10.0.0.249 - - [2025-10-27 03:39:10] "GET /analytics/uves/virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13?flat HTTP/1.1" 200 1402 0.010851 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13?flat HTTP/1.1" 200 1402 0.075386 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/virtual-machine/8cd54b32-cca5-4d1b-b512-9cabef27ae13?flat HTTP/1.1" 200 1402 0.011298 [API:8081]10.0.0.249 - - [2025-10-27 03:39:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008888 [API:8081]10.0.0.249 - - [2025-10-27 03:39:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.011731 [API:8081]10.0.0.33 - - [2025-10-27 03:39:32] "GET /analytics HTTP/1.1" 401 206 0.000385 [API:8081]10.0.0.33 - - [2025-10-27 03:39:32] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-10-27 03:39:33] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.249 - - [2025-10-27 03:39:33] "GET /analytics HTTP/1.1" 401 206 0.000135 [API:8081]10.0.0.249 - - [2025-10-27 03:39:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008593 [API:8081]10.0.0.33 - - [2025-10-27 03:40:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.065423 [API:8081]10.0.0.33 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.33 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000475 [API:8081]10.0.0.129 - - [2025-10-27 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.33 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.33 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.249 - - [2025-10-27 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.129 - - [2025-10-27 03:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.129 - - [2025-10-27 03:41:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000928 [API:8081]10.0.0.249 - - [2025-10-27 03:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.249 - - [2025-10-27 03:41:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.33 - - [2025-10-27 03:42:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067113 [API:8081]10.0.0.249 - - [2025-10-27 03:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.249 - - [2025-10-27 03:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.056158 [API:8081]10.0.0.33 - - [2025-10-27 03:43:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.064479 [API:8081]10.0.0.33 - - [2025-10-27 03:45:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065060 [API:8081]10.0.0.249 - - [2025-10-27 03:45:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.249 - - [2025-10-27 03:45:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.051131 [API:8081]10.0.0.33 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.33 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.129 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.129 - - [2025-10-27 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.33 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.33 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.249 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.249 - - [2025-10-27 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.129 - - [2025-10-27 03:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.129 - - [2025-10-27 03:46:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.249 - - [2025-10-27 03:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.249 - - [2025-10-27 03:46:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.33 - - [2025-10-27 03:46:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.102299 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002752 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002723 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002544 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002090 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003087 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002354 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002716 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:47:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002096 [API:8081]10.0.0.249 - - [2025-10-27 03:47:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-10-27 03:47:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.064322 [API:8081]10.0.0.33 - - [2025-10-27 03:48:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075391 [API:8081]10.0.0.129 - - [2025-10-27 03:49:04] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.129 - - [2025-10-27 03:49:04] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.33 - - [2025-10-27 03:49:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.056581 [API:8081]10.0.0.33 - - [2025-10-27 03:49:32] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.33 - - [2025-10-27 03:49:32] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.249 - - [2025-10-27 03:49:33] "GET /analytics HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.249 - - [2025-10-27 03:49:33] "GET /analytics HTTP/1.1" 401 206 0.000173 [API:8081]10.0.0.249 - - [2025-10-27 03:49:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.249 - - [2025-10-27 03:49:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1399 0.057224 [API:8081]10.0.0.249 - - [2025-10-27 03:50:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.053237 [API:8081]10.0.0.249 - - [2025-10-27 03:50:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.077900 [API:8081]10.0.0.249 - - [2025-10-27 03:50:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008956 [API:8081]10.0.0.33 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.33 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.129 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.129 - - [2025-10-27 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.33 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000380 [API:8081]10.0.0.33 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-10-27 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.129 - - [2025-10-27 03:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.129 - - [2025-10-27 03:51:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-10-27 03:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000800 [API:8081]10.0.0.249 - - [2025-10-27 03:51:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.249 - - [2025-10-27 03:51:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009087 [API:8081]10.0.0.249 - - [2025-10-27 03:51:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009013 [API:8081]10.0.0.249 - - [2025-10-27 03:51:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009104 [API:8081]10.0.0.249 - - [2025-10-27 03:51:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008978 [API:8081]10.0.0.249 - - [2025-10-27 03:51:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008816 [API:8081]10.0.0.33 - - [2025-10-27 03:51:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049992 [API:8081]10.0.0.33 - - [2025-10-27 03:52:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.059985 [API:8081]10.0.0.33 - - [2025-10-27 03:54:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057986 [API:8081]10.0.0.33 - - [2025-10-27 03:55:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.066398 [API:8081]10.0.0.33 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.33 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.129 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.129 - - [2025-10-27 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.33 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.33 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.249 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-10-27 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.129 - - [2025-10-27 03:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.129 - - [2025-10-27 03:56:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 03:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-10-27 03:56:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.33 - - [2025-10-27 03:57:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060491 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002906 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002784 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002555 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002489 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002540 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003201 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002435 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 03:57:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002425 [API:8081]10.0.0.33 - - [2025-10-27 03:58:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069492 [API:8081]10.0.0.129 - - [2025-10-27 03:59:04] "GET /analytics HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.129 - - [2025-10-27 03:59:04] "GET /analytics HTTP/1.1" 401 206 0.000203 [API:8081]10.0.0.33 - - [2025-10-27 03:59:32] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.33 - - [2025-10-27 03:59:32] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.249 - - [2025-10-27 03:59:33] "GET /analytics HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.249 - - [2025-10-27 03:59:33] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.33 - - [2025-10-27 04:00:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064198 [API:8081]10.0.0.33 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.33 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.129 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.129 - - [2025-10-27 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.33 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.33 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-10-27 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.129 - - [2025-10-27 04:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.129 - - [2025-10-27 04:01:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.249 - - [2025-10-27 04:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000400 [API:8081]10.0.0.249 - - [2025-10-27 04:01:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.33 - - [2025-10-27 04:01:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.064897 [API:8081]10.0.0.33 - - [2025-10-27 04:03:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058501 [API:8081]10.0.0.33 - - [2025-10-27 04:04:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.073903 [API:8081]10.0.0.33 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.33 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.129 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.129 - - [2025-10-27 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.33 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.33 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.249 - - [2025-10-27 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000433 [API:8081]10.0.0.129 - - [2025-10-27 04:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.129 - - [2025-10-27 04:06:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-10-27 04:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.249 - - [2025-10-27 04:06:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.33 - - [2025-10-27 04:06:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091875 [API:8081]10.0.0.249 - - [2025-10-27 04:06:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.249 - - [2025-10-27 04:06:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1339 0.066726 [API:8081]10.0.0.249 - - [2025-10-27 04:07:19] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1713 0.065901 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1713 0.063616 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1713 0.011739 [API:8081]10.0.0.249 - - [2025-10-27 04:07:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008895 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546?flat HTTP/1.1" 200 1713 0.011514 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546?flat HTTP/1.1" 200 1713 0.010634 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546?flat HTTP/1.1" 200 1713 0.011201 [API:8081]10.0.0.249 - - [2025-10-27 04:07:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008401 [API:8081]10.0.0.33 - - [2025-10-27 04:07:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.068798 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003688 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003744 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002994 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003268 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004024 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002850 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002474 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:07:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003571 [API:8081]10.0.0.129 - - [2025-10-27 04:09:04] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.129 - - [2025-10-27 04:09:04] "GET /analytics HTTP/1.1" 401 206 0.000181 [API:8081]10.0.0.33 - - [2025-10-27 04:09:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.065371 [API:8081]10.0.0.33 - - [2025-10-27 04:09:32] "GET /analytics HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.33 - - [2025-10-27 04:09:32] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.249 - - [2025-10-27 04:09:33] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 04:09:33] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.249 - - [2025-10-27 04:09:34] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1474 0.012627 [API:8081]10.0.0.249 - - [2025-10-27 04:09:36] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1474 0.011038 [API:8081]10.0.0.249 - - [2025-10-27 04:09:38] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1474 0.010579 [API:8081]10.0.0.249 - - [2025-10-27 04:09:40] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1474 0.012610 [API:8081]10.0.0.249 - - [2025-10-27 04:09:42] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1474 0.010835 [API:8081]10.0.0.249 - - [2025-10-27 04:09:44] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1474 0.013485 [API:8081]10.0.0.249 - - [2025-10-27 04:09:46] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 1474 0.014852 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 2025 0.010655 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 2025 0.011655 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machine/df329166-a077-473e-928a-7f11feeee23a?flat HTTP/1.1" 200 2025 0.011383 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12137 0.017813 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12137 0.021072 [API:8081]10.0.0.249 - - [2025-10-27 04:09:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010439 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546?flat HTTP/1.1" 200 1904 0.014219 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546?flat HTTP/1.1" 200 1904 0.012254 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machine/8b29e49a-6047-4805-9b02-acbc34159546?flat HTTP/1.1" 200 1904 0.011645 [API:8081]10.0.0.249 - - [2025-10-27 04:09:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009452 [API:8081]10.0.0.33 - - [2025-10-27 04:10:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.070290 [API:8081]10.0.0.249 - - [2025-10-27 04:10:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008712 [API:8081]10.0.0.33 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.33 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.129 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.129 - - [2025-10-27 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.33 - - [2025-10-27 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.33 - - [2025-10-27 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.249 - - [2025-10-27 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2025-10-27 04:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.129 - - [2025-10-27 04:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.129 - - [2025-10-27 04:11:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.249 - - [2025-10-27 04:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2025-10-27 04:11:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.249 - - [2025-10-27 04:11:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12802 0.022922 [API:8081]10.0.0.249 - - [2025-10-27 04:11:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12802 0.017225 [API:8081]10.0.0.249 - - [2025-10-27 04:11:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12802 0.016116 [API:8081]10.0.0.249 - - [2025-10-27 04:11:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12426 0.019367 [API:8081]10.0.0.249 - - [2025-10-27 04:11:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008738 [API:8081]10.0.0.33 - - [2025-10-27 04:12:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084102 [API:8081]10.0.0.33 - - [2025-10-27 04:13:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.055793 [API:8081]10.0.0.249 - - [2025-10-27 04:13:45] "GET /analytics/uves/virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b?flat HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.249 - - [2025-10-27 04:13:45] "GET /analytics/uves/virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b?flat HTTP/1.1" 200 1272 0.137831 [API:8081]10.0.0.249 - - [2025-10-27 04:13:46] "GET /analytics/uves/virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b?flat HTTP/1.1" 200 1272 0.088812 [API:8081]10.0.0.249 - - [2025-10-27 04:13:47] "GET /analytics/uves/virtual-machine/f846cb66-ae03-42a5-9d8a-a8897a30245b?flat HTTP/1.1" 200 1272 0.079201 [API:8081]10.0.0.249 - - [2025-10-27 04:13:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.041845 [API:8081]10.0.0.249 - - [2025-10-27 04:14:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-10-27 04:14:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.063197 [API:8081]10.0.0.249 - - [2025-10-27 04:14:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000441 [API:8081]10.0.0.249 - - [2025-10-27 04:14:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.051825 [API:8081]10.0.0.249 - - [2025-10-27 04:14:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.052791 [API:8081]10.0.0.249 - - [2025-10-27 04:14:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1413 0.046862 [API:8081]10.0.0.249 - - [2025-10-27 04:15:08] "GET /analytics/uves/virtual-machine/01217ba5-7126-4138-b982-f422adc8d566?flat HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.249 - - [2025-10-27 04:15:08] "GET /analytics/uves/virtual-machine/01217ba5-7126-4138-b982-f422adc8d566?flat HTTP/1.1" 200 1409 0.092523 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/virtual-machine/01217ba5-7126-4138-b982-f422adc8d566?flat HTTP/1.1" 200 1409 0.057892 [API:8081]10.0.0.249 - - [2025-10-27 04:15:09] "GET /analytics/uves/virtual-machine/01217ba5-7126-4138-b982-f422adc8d566?flat HTTP/1.1" 200 1409 0.044880 [API:8081]10.0.0.249 - - [2025-10-27 04:15:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.038933 [API:8081]10.0.0.33 - - [2025-10-27 04:15:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062719 [API:8081]10.0.0.249 - - [2025-10-27 04:15:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009836 [Introspect:8090]10.0.0.249 - - [2025-10-27 04:15:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001072 [API:8081]10.0.0.249 - - [2025-10-27 04:15:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2025-10-27 04:15:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.048291 [API:8081]10.0.0.33 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.33 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.129 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000353 [API:8081]10.0.0.129 - - [2025-10-27 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.249 - - [2025-10-27 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.129 - - [2025-10-27 04:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000825 [API:8081]10.0.0.129 - - [2025-10-27 04:16:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.249 - - [2025-10-27 04:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.249 - - [2025-10-27 04:16:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.33 - - [2025-10-27 04:16:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.072910 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002805 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002573 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002312 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.011514 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002513 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002684 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.001971 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:17:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.001894 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c?flat HTTP/1.1" 200 2053 0.061651 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c?flat HTTP/1.1" 200 2053 0.011606 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machine/d659f44a-5bf7-4646-a087-23b74fa4a78c?flat HTTP/1.1" 200 2053 0.059133 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12990 0.024137 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12990 0.020976 [API:8081]10.0.0.249 - - [2025-10-27 04:18:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010998 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6?flat HTTP/1.1" 200 2056 0.011162 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6?flat HTTP/1.1" 200 2056 0.010971 [API:8081]10.0.0.249 - - [2025-10-27 04:18:29] "GET /analytics/uves/virtual-machine/02cc850d-c282-44ff-9ac4-36070ee5f0d6?flat HTTP/1.1" 200 2056 0.012254 [API:8081]10.0.0.249 - - [2025-10-27 04:18:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008967 [API:8081]10.0.0.33 - - [2025-10-27 04:18:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058345 [API:8081]10.0.0.249 - - [2025-10-27 04:18:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011039 [API:8081]10.0.0.249 - - [2025-10-27 04:18:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12990 0.018667 [API:8081]10.0.0.249 - - [2025-10-27 04:18:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12990 0.017900 [API:8081]10.0.0.249 - - [2025-10-27 04:18:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12602 0.016647 [API:8081]10.0.0.249 - - [2025-10-27 04:18:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007814 [API:8081]10.0.0.249 - - [2025-10-27 04:18:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.008508 [API:8081]10.0.0.249 - - [2025-10-27 04:18:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.008684 [API:8081]10.0.0.129 - - [2025-10-27 04:19:04] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.129 - - [2025-10-27 04:19:04] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.33 - - [2025-10-27 04:19:32] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.33 - - [2025-10-27 04:19:32] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.249 - - [2025-10-27 04:19:33] "GET /analytics HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-10-27 04:19:33] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.33 - - [2025-10-27 04:19:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2539 0.057377 [API:8081]10.0.0.33 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.33 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.129 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.129 - - [2025-10-27 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.33 - - [2025-10-27 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000506 [API:8081]10.0.0.33 - - [2025-10-27 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.249 - - [2025-10-27 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.249 - - [2025-10-27 04:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000359 [API:8081]10.0.0.129 - - [2025-10-27 04:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.129 - - [2025-10-27 04:21:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.249 - - [2025-10-27 04:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.249 - - [2025-10-27 04:21:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.33 - - [2025-10-27 04:21:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.366359 [Introspect:8090]10.0.0.249 - - [2025-10-27 04:21:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001096 [API:8081]10.0.0.249 - - [2025-10-27 04:21:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.055767 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d?flat HTTP/1.1" 200 1717 0.078197 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d?flat HTTP/1.1" 200 1717 0.072883 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machine/af8d3a64-72d5-4174-b5c1-c82f519b0b0d?flat HTTP/1.1" 200 1717 0.010612 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12442 0.018313 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12442 0.016971 [API:8081]10.0.0.249 - - [2025-10-27 04:22:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011328 [API:8081]10.0.0.33 - - [2025-10-27 04:22:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062902 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26?flat HTTP/1.1" 200 1717 0.011601 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26?flat HTTP/1.1" 200 1717 0.009608 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machine/9f68f5d4-2dcb-4e46-8bba-689c6031fd26?flat HTTP/1.1" 200 1717 0.014215 [API:8081]10.0.0.249 - - [2025-10-27 04:23:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.008323 [API:8081]10.0.0.33 - - [2025-10-27 04:24:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081349 [API:8081]10.0.0.249 - - [2025-10-27 04:25:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008265 [API:8081]10.0.0.249 - - [2025-10-27 04:25:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12966 0.021978 [API:8081]10.0.0.249 - - [2025-10-27 04:25:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12966 0.018018 [API:8081]10.0.0.249 - - [2025-10-27 04:25:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12841 0.019100 [API:8081]10.0.0.249 - - [2025-10-27 04:25:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009858 [API:8081]10.0.0.33 - - [2025-10-27 04:25:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.085796 [API:8081]10.0.0.33 - - [2025-10-27 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000563 [API:8081]10.0.0.129 - - [2025-10-27 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000415 [API:8081]10.0.0.33 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.129 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.33 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.33 - - [2025-10-27 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000395 [API:8081]10.0.0.249 - - [2025-10-27 04:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-10-27 04:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.129 - - [2025-10-27 04:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.129 - - [2025-10-27 04:26:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.249 - - [2025-10-27 04:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.249 - - [2025-10-27 04:26:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-10-27 04:26:18] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-10-27 04:26:18] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 965 0.062862 [API:8081]10.0.0.249 - - [2025-10-27 04:26:20] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 965 0.071205 [API:8081]10.0.0.249 - - [2025-10-27 04:26:22] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 965 0.067079 [API:8081]10.0.0.249 - - [2025-10-27 04:26:24] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 965 0.015260 [API:8081]10.0.0.249 - - [2025-10-27 04:26:26] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 965 0.010997 [API:8081]10.0.0.249 - - [2025-10-27 04:26:28] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 965 0.011478 [API:8081]10.0.0.249 - - [2025-10-27 04:26:30] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 965 0.011416 [API:8081]10.0.0.249 - - [2025-10-27 04:26:32] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 1389 0.011106 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 1389 0.010309 [API:8081]10.0.0.249 - - [2025-10-27 04:26:33] "GET /analytics/uves/virtual-machine/e5326892-2b38-4edc-85ab-db80151733c7?flat HTTP/1.1" 200 1389 0.011081 [API:8081]10.0.0.249 - - [2025-10-27 04:26:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008436 [API:8081]10.0.0.249 - - [2025-10-27 04:26:35] "GET /analytics/uves/virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794?flat HTTP/1.1" 200 1711 0.010564 [API:8081]10.0.0.249 - - [2025-10-27 04:26:35] "GET /analytics/uves/virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794?flat HTTP/1.1" 200 1711 0.013082 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/virtual-machine/a3a815e6-f251-468a-87a1-4033795f8794?flat HTTP/1.1" 200 1711 0.028298 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12933 0.017665 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12933 0.020347 [API:8081]10.0.0.249 - - [2025-10-27 04:26:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008553 [API:8081]10.0.0.249 - - [2025-10-27 04:27:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12949 0.018041 [API:8081]10.0.0.249 - - [2025-10-27 04:27:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12949 0.019281 [API:8081]10.0.0.249 - - [2025-10-27 04:27:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4489-2?flat HTTP/1.1" 200 12559 0.018036 [API:8081]10.0.0.249 - - [2025-10-27 04:27:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007865 [API:8081]10.0.0.249 - - [2025-10-27 04:27:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009940 [API:8081]10.0.0.33 - - [2025-10-27 04:27:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.370147 [API:8081]10.0.0.249 - - [2025-10-27 04:27:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.249 - - [2025-10-27 04:27:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.057353 [API:8081]10.0.0.249 - - [2025-10-27 04:27:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.070467 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002657 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002962 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003038 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002320 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002499 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002391 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002225 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:27:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002308 [API:8081]10.0.0.33 - - [2025-10-27 04:28:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.093087 [API:8081]10.0.0.129 - - [2025-10-27 04:29:04] "GET /analytics HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.129 - - [2025-10-27 04:29:04] "GET /analytics HTTP/1.1" 401 206 0.000198 [API:8081]10.0.0.33 - - [2025-10-27 04:29:32] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.33 - - [2025-10-27 04:29:32] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.249 - - [2025-10-27 04:29:33] "GET /analytics HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-10-27 04:29:33] "GET /analytics HTTP/1.1" 401 206 0.000193 [API:8081]10.0.0.33 - - [2025-10-27 04:30:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059577 [API:8081]10.0.0.33 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.33 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.129 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.129 - - [2025-10-27 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.33 - - [2025-10-27 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.33 - - [2025-10-27 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000378 [API:8081]10.0.0.249 - - [2025-10-27 04:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.249 - - [2025-10-27 04:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.129 - - [2025-10-27 04:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.129 - - [2025-10-27 04:31:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.249 - - [2025-10-27 04:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.249 - - [2025-10-27 04:31:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.33 - - [2025-10-27 04:31:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060829 [API:8081]10.0.0.249 - - [2025-10-27 04:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.249 - - [2025-10-27 04:33:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.059483 [API:8081]10.0.0.33 - - [2025-10-27 04:33:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068414 [API:8081]10.0.0.33 - - [2025-10-27 04:34:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057045 [API:8081]10.0.0.33 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.33 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.129 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000358 [API:8081]10.0.0.129 - - [2025-10-27 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.33 - - [2025-10-27 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.33 - - [2025-10-27 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.249 - - [2025-10-27 04:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.249 - - [2025-10-27 04:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.129 - - [2025-10-27 04:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.129 - - [2025-10-27 04:36:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.249 - - [2025-10-27 04:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-10-27 04:36:01] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.33 - - [2025-10-27 04:36:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060133 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002947 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003528 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002164 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002363 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002804 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002394 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002198 [LOCAL API:8181]127.0.0.1 - - [2025-10-27 04:37:54] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4489-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002626 [API:8081]10.0.0.33 - - [2025-10-27 04:37:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063595 [API:8081]10.0.0.129 - - [2025-10-27 04:39:04] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.129 - - [2025-10-27 04:39:04] "GET /analytics HTTP/1.1" 401 206 0.000228 [API:8081]10.0.0.33 - - [2025-10-27 04:39:32] "GET /analytics HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.33 - - [2025-10-27 04:39:32] "GET /analytics HTTP/1.1" 401 206 0.000154 [API:8081]10.0.0.249 - - [2025-10-27 04:39:33] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.249 - - [2025-10-27 04:39:33] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.33 - - [2025-10-27 04:39:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080414 [Introspect:8090]10.0.0.129 - - [2025-10-27 04:39:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001160