++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Nov 6 02:07:56 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 02:07:56 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ 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 '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ 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.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.38:8081 10.0.0.131: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.38:8086 10.0.0.131: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.41,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.38:8082 10.0.0.131: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.38:9161 10.0.0.131: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.38:9041 10.0.0.131: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.200,10.20.0.252,10.20.0.249 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200,10.20.0.252,10.20.0.249 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.38:2181,10.0.0.131: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.38,10.0.0.131 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.38:5673,10.0.0.131: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.38:6379 10.0.0.131: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.41,10.0.0.38,10.0.0.131 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.38:9092 10.0.0.131: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.41 ++ 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.41,10.0.0.38,10.0.0.131 ++ 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.41,10.0.0.38,10.0.0.131 ++ 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.41,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.41 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.41,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.249,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.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.249,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + 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 ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ grep '^ANALYTICS_API__.*__.*=.*$' + 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 11/06/2025 02:08:04.702 7f47f16cc280 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 02:08:04.879 7f47f16cc280 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/06/2025 02:08:04.890 7f47f16cc280 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 02:08:04.890 7f47f16cc280 [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.131: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.38 - - [2025-11-06 02:08:41] "GET /analytics HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.38 - - [2025-11-06 02:08:41] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.131 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.131 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.38 - - [2025-11-06 02:09:12] "GET /analytics HTTP/1.1" 401 205 0.000494 [API:8081]10.0.0.38 - - [2025-11-06 02:09:12] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.131 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.38 - - [2025-11-06 02:09:42] "GET /analytics HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.38 - - [2025-11-06 02:09:42] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2025-11-06 02:09:43] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2025-11-06 02:09:43] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2025-11-06 02:10:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.063216 [API:8081]10.0.0.131 - - [2025-11-06 02:11:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.050597 [API:8081]10.0.0.38 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.38 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.38 - - [2025-11-06 02:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.38 - - [2025-11-06 02:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.41 - - [2025-11-06 02:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000952 [API:8081]10.0.0.41 - - [2025-11-06 02:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.41 - - [2025-11-06 02:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.41 - - [2025-11-06 02:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000526 [Introspect:8090]10.0.0.131 - - [2025-11-06 02:11:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001234 [Introspect:8090]10.0.0.131 - - [2025-11-06 02:11:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001217 [API:8081]10.0.0.131 - - [2025-11-06 02:13:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060288 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:13:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001113 [API:8081]10.0.0.41 - - [2025-11-06 02:13:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?flat HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-11-06 02:13:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?flat HTTP/1.1" 200 5345 0.065732 [API:8081]10.0.0.41 - - [2025-11-06 02:13:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?flat HTTP/1.1" 200 5341 0.068959 [API:8081]10.0.0.41 - - [2025-11-06 02:13:11] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?flat HTTP/1.1" 200 5343 0.067189 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:13:13] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.001166 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12103 0.022631 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12106 0.021007 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12103 0.020178 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12106 0.019564 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 8146 0.015418 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 8142 0.016615 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-3?flat HTTP/1.1" 200 8143 0.019010 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 8146 0.015441 [API:8081]10.0.0.41 - - [2025-11-06 02:13:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 8142 0.017874 [API:8081]10.0.0.41 - - [2025-11-06 02:13:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4662-3?flat HTTP/1.1" 200 8143 0.018815 [API:8081]10.0.0.41 - - [2025-11-06 02:13:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-06 02:13:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.061982 [API:8081]10.0.0.131 - - [2025-11-06 02:14:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.055165 [API:8081]10.0.0.131 - - [2025-11-06 02:16:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068614 [API:8081]10.0.0.38 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001072 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.38 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-06 02:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-11-06 02:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-06 02:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-06 02:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2025-11-06 02:17:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.058998 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003085 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003581 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004344 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004810 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004019 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004282 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003679 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005009 [API:8081]10.0.0.41 - - [2025-11-06 02:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.41 - - [2025-11-06 02:18:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1742 0.049786 [API:8081]10.0.0.41 - - [2025-11-06 02:18:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.062244 [API:8081]10.0.0.131 - - [2025-11-06 02:19:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094914 [API:8081]10.0.0.41 - - [2025-11-06 02:19:13] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-06 02:19:13] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.38 - - [2025-11-06 02:19:42] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.38 - - [2025-11-06 02:19:42] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.131 - - [2025-11-06 02:19:43] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2025-11-06 02:19:43] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.131 - - [2025-11-06 02:20:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.093027 [API:8081]10.0.0.38 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.38 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000475 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.38 - - [2025-11-06 02:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000550 [API:8081]10.0.0.38 - - [2025-11-06 02:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 02:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.41 - - [2025-11-06 02:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-06 02:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.41 - - [2025-11-06 02:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.131 - - [2025-11-06 02:22:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060191 [API:8081]10.0.0.131 - - [2025-11-06 02:23:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.059051 [API:8081]10.0.0.41 - - [2025-11-06 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-11-06 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.052008 [API:8081]10.0.0.41 - - [2025-11-06 02:25:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.056173 [API:8081]10.0.0.131 - - [2025-11-06 02:25:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067504 [API:8081]10.0.0.38 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000486 [API:8081]10.0.0.38 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-11-06 02:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.38 - - [2025-11-06 02:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-06 02:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000614 [API:8081]10.0.0.41 - - [2025-11-06 02:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 02:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-06 02:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2025-11-06 02:26:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.077333 [API:8081]10.0.0.41 - - [2025-11-06 02:26:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1449 0.011190 [API:8081]10.0.0.41 - - [2025-11-06 02:26:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.065467 [API:8081]10.0.0.41 - - [2025-11-06 02:26:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1907 0.015889 [API:8081]10.0.0.41 - - [2025-11-06 02:26:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.012039 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002971 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003480 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004130 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003885 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003446 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003234 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004591 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003781 [API:8081]10.0.0.131 - - [2025-11-06 02:28:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059651 [API:8081]10.0.0.41 - - [2025-11-06 02:29:13] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-11-06 02:29:13] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.131 - - [2025-11-06 02:29:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061231 [API:8081]10.0.0.38 - - [2025-11-06 02:29:42] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-11-06 02:29:42] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.131 - - [2025-11-06 02:29:43] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2025-11-06 02:29:43] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.41 - - [2025-11-06 02:30:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13062 0.059453 [API:8081]10.0.0.41 - - [2025-11-06 02:30:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12828 0.019058 [API:8081]10.0.0.41 - - [2025-11-06 02:30:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.052675 [API:8081]10.0.0.41 - - [2025-11-06 02:30:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.019479 [API:8081]10.0.0.41 - - [2025-11-06 02:30:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.024748 [API:8081]10.0.0.41 - - [2025-11-06 02:30:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.019862 [API:8081]10.0.0.41 - - [2025-11-06 02:30:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.020854 [API:8081]10.0.0.41 - - [2025-11-06 02:30:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.020105 [API:8081]10.0.0.41 - - [2025-11-06 02:30:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.023352 [API:8081]10.0.0.41 - - [2025-11-06 02:30:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.020622 [API:8081]10.0.0.41 - - [2025-11-06 02:30:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.021848 [API:8081]10.0.0.41 - - [2025-11-06 02:30:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13057 0.022399 [API:8081]10.0.0.41 - - [2025-11-06 02:30:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12638 0.020217 [API:8081]10.0.0.41 - - [2025-11-06 02:30:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008916 [API:8081]10.0.0.41 - - [2025-11-06 02:30:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.008965 [API:8081]10.0.0.38 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000564 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.38 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.38 - - [2025-11-06 02:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.38 - - [2025-11-06 02:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 02:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.41 - - [2025-11-06 02:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-06 02:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.41 - - [2025-11-06 02:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.131 - - [2025-11-06 02:31:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066114 [API:8081]10.0.0.131 - - [2025-11-06 02:32:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061089 [API:8081]10.0.0.41 - - [2025-11-06 02:32:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-11-06 02:32:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.050402 [API:8081]10.0.0.41 - - [2025-11-06 02:34:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13080 0.057117 [API:8081]10.0.0.41 - - [2025-11-06 02:34:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12649 0.076560 [API:8081]10.0.0.41 - - [2025-11-06 02:34:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010509 [API:8081]10.0.0.131 - - [2025-11-06 02:34:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.158950 [API:8081]10.0.0.41 - - [2025-11-06 02:34:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.41 - - [2025-11-06 02:34:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.059837 [API:8081]10.0.0.41 - - [2025-11-06 02:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-11-06 02:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.059914 [API:8081]10.0.0.41 - - [2025-11-06 02:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.050782 [API:8081]10.0.0.41 - - [2025-11-06 02:34:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.070253 [API:8081]10.0.0.131 - - [2025-11-06 02:35:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067985 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7?flat HTTP/1.1" 200 1712 0.011905 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7?flat HTTP/1.1" 200 1712 0.011587 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machine/35c49676-bdd4-41fd-9b1c-29c58a390ca7?flat HTTP/1.1" 200 1712 0.013031 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13398 0.023126 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13398 0.021095 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009353 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb?flat HTTP/1.1" 200 1840 0.012322 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb?flat HTTP/1.1" 200 1840 0.013597 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machine/3a93cbf2-7f00-4d4c-ad65-9021362e63eb?flat HTTP/1.1" 200 1840 0.011997 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13026 0.021956 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13026 0.024557 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011684 [API:8081]10.0.0.41 - - [2025-11-06 02:35:49] "GET /analytics/uves/virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028?flat HTTP/1.1" 200 1710 0.011860 [API:8081]10.0.0.41 - - [2025-11-06 02:35:49] "GET /analytics/uves/virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028?flat HTTP/1.1" 200 1710 0.012883 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/virtual-machine/73302273-ffda-4bf8-9ca3-45e1f3780028?flat HTTP/1.1" 200 1710 0.013854 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13400 0.019780 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13400 0.021924 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009052 [API:8081]10.0.0.38 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.38 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.131 - - [2025-11-06 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.38 - - [2025-11-06 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.38 - - [2025-11-06 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-06 02:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.41 - - [2025-11-06 02:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.41 - - [2025-11-06 02:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.41 - - [2025-11-06 02:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-06 02:36:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13406 0.021353 [API:8081]10.0.0.41 - - [2025-11-06 02:36:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13406 0.021326 [API:8081]10.0.0.41 - - [2025-11-06 02:36:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13406 0.018704 [API:8081]10.0.0.41 - - [2025-11-06 02:36:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13406 0.019830 [API:8081]10.0.0.41 - - [2025-11-06 02:36:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13040 0.018642 [API:8081]10.0.0.41 - - [2025-11-06 02:36:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009563 [API:8081]10.0.0.41 - - [2025-11-06 02:36:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.021692 [API:8081]10.0.0.41 - - [2025-11-06 02:36:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.024534 [API:8081]10.0.0.41 - - [2025-11-06 02:36:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.021029 [API:8081]10.0.0.41 - - [2025-11-06 02:37:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.021625 [API:8081]10.0.0.41 - - [2025-11-06 02:37:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.020516 [API:8081]10.0.0.41 - - [2025-11-06 02:37:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.021944 [API:8081]10.0.0.41 - - [2025-11-06 02:37:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.024077 [API:8081]10.0.0.41 - - [2025-11-06 02:37:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.020504 [API:8081]10.0.0.41 - - [2025-11-06 02:37:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13024 0.018648 [API:8081]10.0.0.41 - - [2025-11-06 02:37:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12638 0.022051 [API:8081]10.0.0.41 - - [2025-11-06 02:37:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011139 [API:8081]10.0.0.41 - - [2025-11-06 02:37:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.022031 [API:8081]10.0.0.41 - - [2025-11-06 02:37:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.020846 [API:8081]10.0.0.131 - - [2025-11-06 02:37:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092036 [API:8081]10.0.0.41 - - [2025-11-06 02:37:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.018530 [API:8081]10.0.0.41 - - [2025-11-06 02:37:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.025341 [API:8081]10.0.0.41 - - [2025-11-06 02:37:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.028673 [API:8081]10.0.0.41 - - [2025-11-06 02:37:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.019305 [API:8081]10.0.0.41 - - [2025-11-06 02:37:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.018961 [API:8081]10.0.0.41 - - [2025-11-06 02:37:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13035 0.020530 [API:8081]10.0.0.41 - - [2025-11-06 02:37:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12819 0.019524 [API:8081]10.0.0.41 - - [2025-11-06 02:37:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009180 [API:8081]10.0.0.41 - - [2025-11-06 02:38:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2025-11-06 02:38:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.052297 [API:8081]10.0.0.41 - - [2025-11-06 02:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.049613 [API:8081]10.0.0.41 - - [2025-11-06 02:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.052042 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003493 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003425 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004320 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002998 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003781 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002932 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002930 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002905 [API:8081]10.0.0.131 - - [2025-11-06 02:38:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.074996 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e?flat HTTP/1.1" 200 1718 0.014777 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e?flat HTTP/1.1" 200 1718 0.014647 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machine/5bb3df6b-36e5-4791-9ec3-f56e3b9d8b7e?flat HTTP/1.1" 200 1718 0.014316 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.021339 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.023349 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009629 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c?flat HTTP/1.1" 200 1718 0.015380 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c?flat HTTP/1.1" 200 1718 0.012587 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machine/4c57827a-5b18-4c2d-8c53-371f431f721c?flat HTTP/1.1" 200 1718 0.015874 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13043 0.019562 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13043 0.021915 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012141 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6?flat HTTP/1.1" 200 1768 0.016133 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6?flat HTTP/1.1" 200 1768 0.012601 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machine/f7ff0df3-666d-402d-971c-79b353c1ffa6?flat HTTP/1.1" 200 1768 0.017732 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.021400 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.020148 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009958 [API:8081]10.0.0.41 - - [2025-11-06 02:39:13] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-06 02:39:13] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.38 - - [2025-11-06 02:39:42] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-11-06 02:39:42] "GET /analytics HTTP/1.1" 401 205 0.000119 [API:8081]10.0.0.131 - - [2025-11-06 02:39:43] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2025-11-06 02:39:43] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.41 - - [2025-11-06 02:39:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.021730 [API:8081]10.0.0.41 - - [2025-11-06 02:39:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.023432 [API:8081]10.0.0.41 - - [2025-11-06 02:39:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.020726 [API:8081]10.0.0.41 - - [2025-11-06 02:40:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.023573 [API:8081]10.0.0.41 - - [2025-11-06 02:40:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.021872 [API:8081]10.0.0.41 - - [2025-11-06 02:40:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.021709 [API:8081]10.0.0.41 - - [2025-11-06 02:40:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.019423 [API:8081]10.0.0.41 - - [2025-11-06 02:40:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13437 0.022532 [API:8081]10.0.0.41 - - [2025-11-06 02:40:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13052 0.023289 [API:8081]10.0.0.41 - - [2025-11-06 02:40:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010134 [API:8081]10.0.0.41 - - [2025-11-06 02:40:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13047 0.021341 [API:8081]10.0.0.41 - - [2025-11-06 02:40:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.022018 [API:8081]10.0.0.41 - - [2025-11-06 02:40:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.023265 [API:8081]10.0.0.131 - - [2025-11-06 02:40:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062820 [API:8081]10.0.0.41 - - [2025-11-06 02:40:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.034268 [API:8081]10.0.0.41 - - [2025-11-06 02:40:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.019594 [API:8081]10.0.0.41 - - [2025-11-06 02:40:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.025123 [API:8081]10.0.0.41 - - [2025-11-06 02:40:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.018796 [API:8081]10.0.0.41 - - [2025-11-06 02:40:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.023352 [API:8081]10.0.0.41 - - [2025-11-06 02:40:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13046 0.023631 [API:8081]10.0.0.41 - - [2025-11-06 02:40:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12641 0.019490 [API:8081]10.0.0.41 - - [2025-11-06 02:40:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.012833 [API:8081]10.0.0.41 - - [2025-11-06 02:40:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.023418 [API:8081]10.0.0.41 - - [2025-11-06 02:40:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.020326 [API:8081]10.0.0.41 - - [2025-11-06 02:40:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.019356 [API:8081]10.0.0.41 - - [2025-11-06 02:40:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.018693 [API:8081]10.0.0.41 - - [2025-11-06 02:41:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.022703 [API:8081]10.0.0.41 - - [2025-11-06 02:41:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.018457 [API:8081]10.0.0.41 - - [2025-11-06 02:41:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.025213 [API:8081]10.0.0.38 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.38 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-11-06 02:41:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.022080 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.38 - - [2025-11-06 02:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [API:8081]10.0.0.38 - - [2025-11-06 02:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.41 - - [2025-11-06 02:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.41 - - [2025-11-06 02:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13050 0.024184 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.41 - - [2025-11-06 02:41:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12648 0.026911 [API:8081]10.0.0.41 - - [2025-11-06 02:41:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010714 [API:8081]10.0.0.131 - - [2025-11-06 02:41:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.078434 [API:8081]10.0.0.41 - - [2025-11-06 02:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-06 02:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.048668 [API:8081]10.0.0.41 - - [2025-11-06 02:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.056731 [API:8081]10.0.0.41 - - [2025-11-06 02:43:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-11-06 02:43:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.062818 [API:8081]10.0.0.131 - - [2025-11-06 02:43:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069197 [API:8081]10.0.0.131 - - [2025-11-06 02:44:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.058474 [API:8081]10.0.0.41 - - [2025-11-06 02:45:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13080 0.020378 [API:8081]10.0.0.41 - - [2025-11-06 02:45:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13080 0.065212 [API:8081]10.0.0.41 - - [2025-11-06 02:45:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13080 0.076037 [API:8081]10.0.0.41 - - [2025-11-06 02:45:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13080 0.021435 [API:8081]10.0.0.41 - - [2025-11-06 02:45:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13080 0.019197 [API:8081]10.0.0.41 - - [2025-11-06 02:45:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12648 0.021250 [API:8081]10.0.0.41 - - [2025-11-06 02:45:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009944 [API:8081]10.0.0.41 - - [2025-11-06 02:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-11-06 02:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.061216 [API:8081]10.0.0.41 - - [2025-11-06 02:46:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.070436 [API:8081]10.0.0.38 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000676 [API:8081]10.0.0.38 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.131 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.131 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.38 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.38 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-06 02:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-06 02:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.41 - - [2025-11-06 02:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-06 02:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2025-11-06 02:46:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060219 [API:8081]10.0.0.131 - - [2025-11-06 02:47:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061152 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003280 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003328 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003768 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003560 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004239 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004152 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004052 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004196 [API:8081]10.0.0.41 - - [2025-11-06 02:48:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.023357 [API:8081]10.0.0.41 - - [2025-11-06 02:48:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.062942 [API:8081]10.0.0.41 - - [2025-11-06 02:48:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.018689 [API:8081]10.0.0.41 - - [2025-11-06 02:49:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.023609 [API:8081]10.0.0.41 - - [2025-11-06 02:49:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.024567 [API:8081]10.0.0.41 - - [2025-11-06 02:49:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.022099 [API:8081]10.0.0.41 - - [2025-11-06 02:49:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.021676 [API:8081]10.0.0.41 - - [2025-11-06 02:49:13] "GET /analytics HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.41 - - [2025-11-06 02:49:13] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.41 - - [2025-11-06 02:49:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13050 0.020728 [API:8081]10.0.0.41 - - [2025-11-06 02:49:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12641 0.021847 [API:8081]10.0.0.41 - - [2025-11-06 02:49:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.014272 [API:8081]10.0.0.41 - - [2025-11-06 02:49:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13062 0.019022 [API:8081]10.0.0.41 - - [2025-11-06 02:49:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.023205 [API:8081]10.0.0.41 - - [2025-11-06 02:49:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.020176 [API:8081]10.0.0.41 - - [2025-11-06 02:49:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.023193 [API:8081]10.0.0.41 - - [2025-11-06 02:49:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.020197 [API:8081]10.0.0.131 - - [2025-11-06 02:49:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078525 [API:8081]10.0.0.41 - - [2025-11-06 02:49:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.020861 [API:8081]10.0.0.41 - - [2025-11-06 02:49:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.021131 [API:8081]10.0.0.41 - - [2025-11-06 02:49:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.021745 [API:8081]10.0.0.38 - - [2025-11-06 02:49:42] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2025-11-06 02:49:42] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.131 - - [2025-11-06 02:49:43] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.131 - - [2025-11-06 02:49:43] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.41 - - [2025-11-06 02:49:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13061 0.027389 [API:8081]10.0.0.41 - - [2025-11-06 02:49:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12647 0.024050 [API:8081]10.0.0.41 - - [2025-11-06 02:49:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012254 [API:8081]10.0.0.41 - - [2025-11-06 02:50:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-11-06 02:50:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.057333 [API:8081]10.0.0.41 - - [2025-11-06 02:50:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.063016 [API:8081]10.0.0.131 - - [2025-11-06 02:50:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061902 [API:8081]10.0.0.38 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.38 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000442 [API:8081]10.0.0.131 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000511 [API:8081]10.0.0.38 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-06 02:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-06 02:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-06 02:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000510 [API:8081]10.0.0.41 - - [2025-11-06 02:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.131 - - [2025-11-06 02:52:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054526 [API:8081]10.0.0.41 - - [2025-11-06 02:53:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13077 0.022792 [API:8081]10.0.0.41 - - [2025-11-06 02:53:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13077 0.067337 [API:8081]10.0.0.41 - - [2025-11-06 02:53:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12649 0.027472 [API:8081]10.0.0.41 - - [2025-11-06 02:53:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.013651 [API:8081]10.0.0.41 - - [2025-11-06 02:53:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.020636 [API:8081]10.0.0.41 - - [2025-11-06 02:53:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.022635 [API:8081]10.0.0.41 - - [2025-11-06 02:53:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.023350 [API:8081]10.0.0.41 - - [2025-11-06 02:53:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.021972 [API:8081]10.0.0.41 - - [2025-11-06 02:53:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.019725 [API:8081]10.0.0.41 - - [2025-11-06 02:53:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.022679 [API:8081]10.0.0.131 - - [2025-11-06 02:53:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.069380 [API:8081]10.0.0.41 - - [2025-11-06 02:53:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.019200 [API:8081]10.0.0.41 - - [2025-11-06 02:53:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13089 0.024771 [API:8081]10.0.0.41 - - [2025-11-06 02:53:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12847 0.019185 [API:8081]10.0.0.41 - - [2025-11-06 02:53:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008984 [API:8081]10.0.0.131 - - [2025-11-06 02:55:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059335 [API:8081]10.0.0.38 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000543 [API:8081]10.0.0.38 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.131 - - [2025-11-06 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.38 - - [2025-11-06 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.38 - - [2025-11-06 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.41 - - [2025-11-06 02:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.41 - - [2025-11-06 02:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-11-06 02:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.41 - - [2025-11-06 02:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.131 - - [2025-11-06 02:56:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.114628 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003453 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003349 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003126 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002807 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004196 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003050 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003017 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002789 [API:8081]10.0.0.41 - - [2025-11-06 02:58:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-11-06 02:58:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.061203 [API:8081]10.0.0.131 - - [2025-11-06 02:58:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066252 [API:8081]10.0.0.41 - - [2025-11-06 02:59:13] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-06 02:59:13] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.41 - - [2025-11-06 02:59:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.057669 [API:8081]10.0.0.131 - - [2025-11-06 02:59:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.104119 [API:8081]10.0.0.38 - - [2025-11-06 02:59:42] "GET /analytics HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.38 - - [2025-11-06 02:59:42] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.131 - - [2025-11-06 02:59:43] "GET /analytics HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.131 - - [2025-11-06 02:59:43] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.41 - - [2025-11-06 03:01:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000489 [API:8081]10.0.0.41 - - [2025-11-06 03:01:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1786 0.062786 [API:8081]10.0.0.38 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.38 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.131 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.38 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-11-06 03:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.41 - - [2025-11-06 03:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-11-06 03:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.41 - - [2025-11-06 03:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.131 - - [2025-11-06 03:01:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064318 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca?flat HTTP/1.1" 200 1780 0.054354 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca?flat HTTP/1.1" 200 1780 0.013238 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machine/183328a3-ce40-4dea-a463-98b1976920ca?flat HTTP/1.1" 200 1780 0.050343 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13274 0.020116 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13274 0.020313 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009336 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944?flat HTTP/1.1" 200 2099 0.013100 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944?flat HTTP/1.1" 200 2099 0.012368 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machine/015f16d9-d3f8-4747-96d0-91dd00b39944?flat HTTP/1.1" 200 2099 0.012516 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13255 0.020669 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13255 0.020025 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010013 [API:8081]10.0.0.131 - - [2025-11-06 03:02:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.076020 [API:8081]10.0.0.41 - - [2025-11-06 03:03:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13249 0.027412 [API:8081]10.0.0.41 - - [2025-11-06 03:03:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13249 0.018712 [API:8081]10.0.0.41 - - [2025-11-06 03:03:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13249 0.020738 [API:8081]10.0.0.41 - - [2025-11-06 03:03:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13249 0.023063 [API:8081]10.0.0.41 - - [2025-11-06 03:03:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13249 0.024730 [API:8081]10.0.0.41 - - [2025-11-06 03:03:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12658 0.022773 [API:8081]10.0.0.41 - - [2025-11-06 03:03:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010830 [API:8081]10.0.0.41 - - [2025-11-06 03:03:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.040208 [API:8081]10.0.0.41 - - [2025-11-06 03:03:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.021164 [API:8081]10.0.0.41 - - [2025-11-06 03:03:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.027517 [API:8081]10.0.0.41 - - [2025-11-06 03:04:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.022387 [API:8081]10.0.0.41 - - [2025-11-06 03:04:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.023525 [API:8081]10.0.0.41 - - [2025-11-06 03:04:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.020423 [API:8081]10.0.0.41 - - [2025-11-06 03:04:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.022919 [API:8081]10.0.0.41 - - [2025-11-06 03:04:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13277 0.023440 [API:8081]10.0.0.41 - - [2025-11-06 03:04:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12967 0.030668 [API:8081]10.0.0.41 - - [2025-11-06 03:04:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008752 [API:8081]10.0.0.41 - - [2025-11-06 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-06 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1587 0.060168 [API:8081]10.0.0.131 - - [2025-11-06 03:04:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071743 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8?flat HTTP/1.1" 200 1791 0.055368 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8?flat HTTP/1.1" 200 1791 0.012520 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machine/8f189dd3-f58b-435a-a9d8-1f767b277be8?flat HTTP/1.1" 200 1791 0.063319 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13308 0.026370 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13308 0.021844 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011519 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18?flat HTTP/1.1" 200 1842 0.013799 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18?flat HTTP/1.1" 200 1842 0.013629 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machine/c5f184ef-08cf-4371-9ca3-bf8cea1c3d18?flat HTTP/1.1" 200 1842 0.011483 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13289 0.020640 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13289 0.022418 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010684 [API:8081]10.0.0.131 - - [2025-11-06 03:05:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.072506 [API:8081]10.0.0.38 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.131 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.38 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.131 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.38 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.38 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-11-06 03:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 03:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.41 - - [2025-11-06 03:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-06 03:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-06 03:07:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13290 0.019686 [API:8081]10.0.0.41 - - [2025-11-06 03:07:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13290 0.023116 [API:8081]10.0.0.41 - - [2025-11-06 03:07:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13290 0.021491 [API:8081]10.0.0.41 - - [2025-11-06 03:07:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13290 0.021768 [API:8081]10.0.0.41 - - [2025-11-06 03:07:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13290 0.025814 [API:8081]10.0.0.41 - - [2025-11-06 03:07:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13290 0.018652 [API:8081]10.0.0.41 - - [2025-11-06 03:07:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13290 0.019969 [API:8081]10.0.0.41 - - [2025-11-06 03:07:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12668 0.023014 [API:8081]10.0.0.41 - - [2025-11-06 03:07:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011052 [API:8081]10.0.0.131 - - [2025-11-06 03:07:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058857 [API:8081]10.0.0.41 - - [2025-11-06 03:07:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.022290 [API:8081]10.0.0.41 - - [2025-11-06 03:07:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.022541 [API:8081]10.0.0.41 - - [2025-11-06 03:07:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.035629 [API:8081]10.0.0.41 - - [2025-11-06 03:07:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.019369 [API:8081]10.0.0.41 - - [2025-11-06 03:08:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.022368 [API:8081]10.0.0.41 - - [2025-11-06 03:08:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.027097 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003225 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003649 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004116 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003931 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004243 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003705 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003133 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002934 [API:8081]10.0.0.41 - - [2025-11-06 03:08:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.023841 [API:8081]10.0.0.41 - - [2025-11-06 03:08:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.025745 [API:8081]10.0.0.41 - - [2025-11-06 03:08:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13309 0.022019 [API:8081]10.0.0.41 - - [2025-11-06 03:08:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12684 0.017742 [API:8081]10.0.0.41 - - [2025-11-06 03:08:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009034 [API:8081]10.0.0.41 - - [2025-11-06 03:08:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.41 - - [2025-11-06 03:08:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1551 0.059303 [API:8081]10.0.0.131 - - [2025-11-06 03:08:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.056999 [API:8081]10.0.0.41 - - [2025-11-06 03:09:13] "GET /analytics HTTP/1.1" 401 205 0.000427 [API:8081]10.0.0.41 - - [2025-11-06 03:09:13] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439?flat HTTP/1.1" 200 1773 0.052450 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439?flat HTTP/1.1" 200 1773 0.015408 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machine/ea462c06-825b-40f3-a648-5a7bba36d439?flat HTTP/1.1" 200 1773 0.057447 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13251 0.025389 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13251 0.023329 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.013721 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8?flat HTTP/1.1" 200 1824 0.014212 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8?flat HTTP/1.1" 200 1824 0.013785 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machine/acdc7ca9-79fa-437d-a1d0-a2deb56823d8?flat HTTP/1.1" 200 1824 0.011483 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13238 0.019121 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13238 0.020653 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009278 [API:8081]10.0.0.38 - - [2025-11-06 03:09:42] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2025-11-06 03:09:42] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.131 - - [2025-11-06 03:09:43] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.131 - - [2025-11-06 03:09:43] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.131 - - [2025-11-06 03:10:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070003 [API:8081]10.0.0.38 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.131 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.38 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.131 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.131 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.38 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.41 - - [2025-11-06 03:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.41 - - [2025-11-06 03:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 03:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-06 03:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.41 - - [2025-11-06 03:11:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13238 0.023477 [API:8081]10.0.0.41 - - [2025-11-06 03:11:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13238 0.019278 [API:8081]10.0.0.41 - - [2025-11-06 03:11:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13238 0.019544 [API:8081]10.0.0.41 - - [2025-11-06 03:11:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13238 0.020674 [API:8081]10.0.0.41 - - [2025-11-06 03:11:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12940 0.019786 [API:8081]10.0.0.41 - - [2025-11-06 03:11:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011576 [API:8081]10.0.0.41 - - [2025-11-06 03:11:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.019007 [API:8081]10.0.0.131 - - [2025-11-06 03:11:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062026 [API:8081]10.0.0.41 - - [2025-11-06 03:11:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.023900 [API:8081]10.0.0.41 - - [2025-11-06 03:11:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.022306 [API:8081]10.0.0.41 - - [2025-11-06 03:11:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.024636 [API:8081]10.0.0.41 - - [2025-11-06 03:12:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.021245 [API:8081]10.0.0.41 - - [2025-11-06 03:12:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.019475 [API:8081]10.0.0.41 - - [2025-11-06 03:12:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.029076 [API:8081]10.0.0.41 - - [2025-11-06 03:12:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.023909 [API:8081]10.0.0.41 - - [2025-11-06 03:12:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13257 0.019707 [API:8081]10.0.0.41 - - [2025-11-06 03:12:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12683 0.027153 [API:8081]10.0.0.41 - - [2025-11-06 03:12:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013183 [API:8081]10.0.0.41 - - [2025-11-06 03:12:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.41 - - [2025-11-06 03:12:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.077843 [API:8081]10.0.0.41 - - [2025-11-06 03:12:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.052565 [API:8081]10.0.0.41 - - [2025-11-06 03:12:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.056469 [API:8081]10.0.0.41 - - [2025-11-06 03:12:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.012095 [API:8081]10.0.0.41 - - [2025-11-06 03:12:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.011573 [API:8081]10.0.0.41 - - [2025-11-06 03:12:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.011633 [API:8081]10.0.0.41 - - [2025-11-06 03:12:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2086 0.010773 [API:8081]10.0.0.41 - - [2025-11-06 03:12:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2313 0.010281 [API:8081]10.0.0.41 - - [2025-11-06 03:13:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 03:13:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.073333 [API:8081]10.0.0.41 - - [2025-11-06 03:13:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.051145 [API:8081]10.0.0.41 - - [2025-11-06 03:13:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1869 0.063891 [API:8081]10.0.0.41 - - [2025-11-06 03:13:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.009795 [API:8081]10.0.0.41 - - [2025-11-06 03:13:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.014186 [API:8081]10.0.0.41 - - [2025-11-06 03:13:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2078 0.011175 [API:8081]10.0.0.41 - - [2025-11-06 03:13:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.41 - - [2025-11-06 03:13:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.057586 [API:8081]10.0.0.41 - - [2025-11-06 03:13:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1855 0.057886 [API:8081]10.0.0.41 - - [2025-11-06 03:13:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.052296 [API:8081]10.0.0.131 - - [2025-11-06 03:13:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.095524 [API:8081]10.0.0.41 - - [2025-11-06 03:13:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.013759 [API:8081]10.0.0.41 - - [2025-11-06 03:13:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008774 [API:8081]10.0.0.41 - - [2025-11-06 03:13:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.009537 [API:8081]10.0.0.41 - - [2025-11-06 03:13:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.014127 [API:8081]10.0.0.41 - - [2025-11-06 03:14:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2293 0.014333 [API:8081]10.0.0.41 - - [2025-11-06 03:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000413 [API:8081]10.0.0.41 - - [2025-11-06 03:14:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1435 0.063076 [API:8081]10.0.0.41 - - [2025-11-06 03:14:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.047280 [API:8081]10.0.0.41 - - [2025-11-06 03:14:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1873 0.057510 [API:8081]10.0.0.41 - - [2025-11-06 03:14:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.009608 [API:8081]10.0.0.41 - - [2025-11-06 03:14:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2341 0.009440 [API:8081]10.0.0.131 - - [2025-11-06 03:14:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.064865 [API:8081]10.0.0.38 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.131 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.38 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.131 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.131 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.131 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.38 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.38 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000480 [API:8081]10.0.0.41 - - [2025-11-06 03:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-06 03:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-06 03:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-11-06 03:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.131 - - [2025-11-06 03:16:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094099 [API:8081]10.0.0.131 - - [2025-11-06 03:17:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063847 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003287 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003809 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003960 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003934 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005745 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003891 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004934 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004924 [API:8081]10.0.0.41 - - [2025-11-06 03:19:13] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-11-06 03:19:13] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.38 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.38 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.131 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.131 - - [2025-11-06 03:19:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082500 [API:8081]10.0.0.41 - - [2025-11-06 03:20:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.41 - - [2025-11-06 03:20:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.061566 [API:8081]10.0.0.41 - - [2025-11-06 03:20:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.061029 [API:8081]10.0.0.131 - - [2025-11-06 03:20:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.054608 [API:8081]10.0.0.131 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.38 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.131 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.38 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.131 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.131 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.38 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.41 - - [2025-11-06 03:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2025-11-06 03:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.41 - - [2025-11-06 03:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.41 - - [2025-11-06 03:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000611 [API:8081]10.0.0.131 - - [2025-11-06 03:22:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080089 [API:8081]10.0.0.131 - - [2025-11-06 03:24:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.082459 [API:8081]10.0.0.41 - - [2025-11-06 03:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.41 - - [2025-11-06 03:24:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.063245 [API:8081]10.0.0.41 - - [2025-11-06 03:25:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-06 03:25:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.061251 [API:8081]10.0.0.131 - - [2025-11-06 03:26:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063286 [API:8081]10.0.0.38 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.131 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.38 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.131 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.131 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.131 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.38 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.38 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.41 - - [2025-11-06 03:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.41 - - [2025-11-06 03:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.41 - - [2025-11-06 03:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-06 03:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2025-11-06 03:27:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.073938 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003569 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003958 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004475 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004488 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004998 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004488 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004344 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003382 [API:8081]10.0.0.131 - - [2025-11-06 03:29:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065386 [API:8081]10.0.0.41 - - [2025-11-06 03:29:13] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 03:29:13] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.38 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.38 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.131 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.131 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2025-11-06 03:30:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067246 [API:8081]10.0.0.41 - - [2025-11-06 03:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-11-06 03:30:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.053366 [API:8081]10.0.0.38 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.131 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.38 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.131 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.131 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.38 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.38 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.41 - - [2025-11-06 03:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.41 - - [2025-11-06 03:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-11-06 03:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.41 - - [2025-11-06 03:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.131 - - [2025-11-06 03:32:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058537 [API:8081]10.0.0.131 - - [2025-11-06 03:33:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.069631 [API:8081]10.0.0.131 - - [2025-11-06 03:35:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063780 [API:8081]10.0.0.131 - - [2025-11-06 03:36:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063064 [API:8081]10.0.0.38 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.131 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.38 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.131 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.131 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.38 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.41 - - [2025-11-06 03:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 03:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0?flat HTTP/1.1" 401 205 0.000489 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0?flat HTTP/1.1" 200 964 0.057544 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.41 - - [2025-11-06 03:36:16] "GET /analytics/uves/virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0?flat HTTP/1.1" 200 1398 0.063892 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0?flat HTTP/1.1" 200 1398 0.062647 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machine/4220233c-4a69-45df-8456-ad0ccf4311a0?flat HTTP/1.1" 200 1398 0.012972 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13084 0.026461 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13084 0.021023 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011046 [API:8081]10.0.0.41 - - [2025-11-06 03:36:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.013394 [API:8081]10.0.0.41 - - [2025-11-06 03:36:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.019930 [API:8081]10.0.0.41 - - [2025-11-06 03:36:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.046073 [API:8081]10.0.0.41 - - [2025-11-06 03:36:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.019591 [API:8081]10.0.0.41 - - [2025-11-06 03:36:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.024184 [API:8081]10.0.0.41 - - [2025-11-06 03:36:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.023015 [API:8081]10.0.0.41 - - [2025-11-06 03:36:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.030283 [API:8081]10.0.0.41 - - [2025-11-06 03:36:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.018930 [API:8081]10.0.0.41 - - [2025-11-06 03:36:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13085 0.037687 [API:8081]10.0.0.41 - - [2025-11-06 03:36:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12693 0.021205 [API:8081]10.0.0.41 - - [2025-11-06 03:36:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012019 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003104 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003460 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003081 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003120 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004538 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003682 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003191 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003618 [API:8081]10.0.0.131 - - [2025-11-06 03:38:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057755 [API:8081]10.0.0.131 - - [2025-11-06 03:39:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.065905 [API:8081]10.0.0.41 - - [2025-11-06 03:39:13] "GET /analytics HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.41 - - [2025-11-06 03:39:13] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000677 [API:8081]10.0.0.38 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.131 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.41 - - [2025-11-06 03:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.41 - - [2025-11-06 03:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.051534 [API:8081]10.0.0.38 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.131 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.131 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.131 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.38 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.38 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000458 [API:8081]10.0.0.131 - - [2025-11-06 03:41:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088946 [API:8081]10.0.0.41 - - [2025-11-06 03:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-06 03:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-11-06 03:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-11-06 03:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2025-11-06 03:42:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.058164 [API:8081]10.0.0.41 - - [2025-11-06 03:43:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000536 [API:8081]10.0.0.41 - - [2025-11-06 03:43:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.057187 [API:8081]10.0.0.131 - - [2025-11-06 03:44:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059886 [API:8081]10.0.0.41 - - [2025-11-06 03:45:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.41 - - [2025-11-06 03:45:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.053756 [API:8081]10.0.0.131 - - [2025-11-06 03:45:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061927 [API:8081]10.0.0.38 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.131 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.38 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000526 [API:8081]10.0.0.131 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000612 [API:8081]10.0.0.131 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.131 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.38 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.38 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 03:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.41 - - [2025-11-06 03:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.41 - - [2025-11-06 03:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.41 - - [2025-11-06 03:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000707 [API:8081]10.0.0.41 - - [2025-11-06 03:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.41 - - [2025-11-06 03:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1700 0.060978 [API:8081]10.0.0.131 - - [2025-11-06 03:47:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060571 [API:8081]10.0.0.41 - - [2025-11-06 03:48:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.099968 [API:8081]10.0.0.41 - - [2025-11-06 03:48:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.013963 [API:8081]10.0.0.41 - - [2025-11-06 03:48:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.061491 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003470 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002966 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002908 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002761 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003932 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003208 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003272 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002830 [API:8081]10.0.0.131 - - [2025-11-06 03:48:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.060603 [API:8081]10.0.0.41 - - [2025-11-06 03:48:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.011346 [API:8081]10.0.0.41 - - [2025-11-06 03:48:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.010199 [API:8081]10.0.0.41 - - [2025-11-06 03:48:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.010254 [API:8081]10.0.0.41 - - [2025-11-06 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.012168 [API:8081]10.0.0.41 - - [2025-11-06 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.010317 [API:8081]10.0.0.41 - - [2025-11-06 03:49:13] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-06 03:49:13] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.38 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.38 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.131 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.131 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.131 - - [2025-11-06 03:50:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075611 [API:8081]10.0.0.38 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.131 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.131 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.131 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.38 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.38 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000494 [API:8081]10.0.0.41 - - [2025-11-06 03:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-11-06 03:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-06 03:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-06 03:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2025-11-06 03:51:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.073885 [API:8081]10.0.0.41 - - [2025-11-06 03:52:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13789 0.024619 [API:8081]10.0.0.131 - - [2025-11-06 03:53:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108004 [API:8081]10.0.0.131 - - [2025-11-06 03:54:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067644 [API:8081]10.0.0.38 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.131 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.38 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.131 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.131 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.38 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-06 03:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.41 - - [2025-11-06 03:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.41 - - [2025-11-06 03:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-06 03:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.131 - - [2025-11-06 03:56:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092310 [API:8081]10.0.0.131 - - [2025-11-06 03:57:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.084745 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003696 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004282 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003356 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003153 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003868 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003231 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003560 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003703 [API:8081]10.0.0.41 - - [2025-11-06 03:59:13] "GET /analytics HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.41 - - [2025-11-06 03:59:13] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2025-11-06 03:59:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057551 [API:8081]10.0.0.38 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.131 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.131 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.131 - - [2025-11-06 04:00:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.069721 [API:8081]10.0.0.38 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.131 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000375 [API:8081]10.0.0.38 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.131 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.131 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000518 [API:8081]10.0.0.131 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.38 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000463 [API:8081]10.0.0.38 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000383 [API:8081]10.0.0.41 - - [2025-11-06 04:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.41 - - [2025-11-06 04:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 04:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.41 - - [2025-11-06 04:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.131 - - [2025-11-06 04:02:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066972 [API:8081]10.0.0.131 - - [2025-11-06 04:03:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067016 [API:8081]10.0.0.41 - - [2025-11-06 04:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.41 - - [2025-11-06 04:04:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.060405 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1711 0.079961 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1711 0.061383 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1711 0.016452 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13101 0.027769 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13101 0.021717 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012918 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd?flat HTTP/1.1" 200 1712 0.020711 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd?flat HTTP/1.1" 200 1712 0.012948 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd?flat HTTP/1.1" 200 1712 0.014119 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13094 0.025015 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13094 0.020291 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011815 [API:8081]10.0.0.131 - - [2025-11-06 04:05:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063953 [API:8081]10.0.0.38 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000434 [API:8081]10.0.0.131 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001268 [API:8081]10.0.0.131 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.38 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.38 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 04:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.41 - - [2025-11-06 04:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.41 - - [2025-11-06 04:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-11-06 04:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.131 - - [2025-11-06 04:06:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.059764 [API:8081]10.0.0.41 - - [2025-11-06 04:07:18] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1472 0.015822 [API:8081]10.0.0.41 - - [2025-11-06 04:07:20] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1472 0.013650 [API:8081]10.0.0.41 - - [2025-11-06 04:07:22] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1472 0.014066 [API:8081]10.0.0.41 - - [2025-11-06 04:07:24] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1472 0.014334 [API:8081]10.0.0.41 - - [2025-11-06 04:07:26] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1472 0.018944 [API:8081]10.0.0.41 - - [2025-11-06 04:07:28] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1472 0.014478 [API:8081]10.0.0.41 - - [2025-11-06 04:07:30] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 1472 0.013284 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 2031 0.016826 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 2031 0.013172 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machine/2c76693e-9710-4bdd-8aa6-64aa5ca68702?flat HTTP/1.1" 200 2031 0.013888 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.013076 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd?flat HTTP/1.1" 200 1894 0.016650 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd?flat HTTP/1.1" 200 1894 0.012775 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machine/f00eb1be-6c89-4ff1-848c-6678dc2e8ddd?flat HTTP/1.1" 200 1894 0.021381 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010028 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002908 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004204 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003720 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003138 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003603 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003324 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003150 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003444 [API:8081]10.0.0.131 - - [2025-11-06 04:08:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071533 [API:8081]10.0.0.41 - - [2025-11-06 04:08:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012549 [API:8081]10.0.0.41 - - [2025-11-06 04:09:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010904 [API:8081]10.0.0.41 - - [2025-11-06 04:09:13] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-06 04:09:13] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.131 - - [2025-11-06 04:09:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064649 [API:8081]10.0.0.38 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000458 [API:8081]10.0.0.38 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.131 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.38 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000587 [API:8081]10.0.0.131 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.38 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.131 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.131 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000516 [API:8081]10.0.0.38 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.131 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000444 [API:8081]10.0.0.38 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.41 - - [2025-11-06 04:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-11-06 04:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-06 04:11:15] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.41 - - [2025-11-06 04:11:15] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.131 - - [2025-11-06 04:11:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070616 [API:8081]10.0.0.41 - - [2025-11-06 04:11:40] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-06 04:11:41] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 966 0.128284 [API:8081]10.0.0.41 - - [2025-11-06 04:11:43] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 966 0.113479 [API:8081]10.0.0.41 - - [2025-11-06 04:11:45] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 966 0.086245 [API:8081]10.0.0.41 - - [2025-11-06 04:11:47] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 966 0.065253 [API:8081]10.0.0.41 - - [2025-11-06 04:11:49] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 966 0.052395 [API:8081]10.0.0.41 - - [2025-11-06 04:11:51] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 966 0.058644 [API:8081]10.0.0.41 - - [2025-11-06 04:11:53] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 1405 0.055191 [API:8081]10.0.0.41 - - [2025-11-06 04:11:54] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 1405 0.054634 [API:8081]10.0.0.41 - - [2025-11-06 04:11:54] "GET /analytics/uves/virtual-machine/fc650d5c-1f3e-47c9-9380-d2442a7166c4?flat HTTP/1.1" 200 1405 0.053392 [API:8081]10.0.0.41 - - [2025-11-06 04:11:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.053532 [API:8081]10.0.0.41 - - [2025-11-06 04:12:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.41 - - [2025-11-06 04:12:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.061069 [API:8081]10.0.0.131 - - [2025-11-06 04:12:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.366624 [API:8081]10.0.0.41 - - [2025-11-06 04:12:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-11-06 04:12:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.053389 [API:8081]10.0.0.41 - - [2025-11-06 04:13:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.076152 [API:8081]10.0.0.41 - - [2025-11-06 04:13:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.051419 [API:8081]10.0.0.41 - - [2025-11-06 04:13:27] "GET /analytics/uves/virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660?flat HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660?flat HTTP/1.1" 200 1282 0.113284 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660?flat HTTP/1.1" 200 1282 0.069387 [API:8081]10.0.0.41 - - [2025-11-06 04:13:28] "GET /analytics/uves/virtual-machine/da32ad01-1f1b-45b3-b54a-2c5d3fece660?flat HTTP/1.1" 200 1282 0.051002 [API:8081]10.0.0.41 - - [2025-11-06 04:13:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.060088 [API:8081]10.0.0.41 - - [2025-11-06 04:13:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011802 [Introspect:8090]10.0.0.41 - - [2025-11-06 04:13:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001164 [API:8081]10.0.0.41 - - [2025-11-06 04:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.41 - - [2025-11-06 04:14:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.062927 [API:8081]10.0.0.131 - - [2025-11-06 04:14:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060850 [API:8081]10.0.0.131 - - [2025-11-06 04:15:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.061143 [API:8081]10.0.0.38 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.131 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.38 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.131 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.131 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000923 [API:8081]10.0.0.131 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.38 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-11-06 04:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 04:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.41 - - [2025-11-06 04:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.41 - - [2025-11-06 04:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b?flat HTTP/1.1" 200 2060 0.016255 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b?flat HTTP/1.1" 200 2060 0.070367 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machine/9c42ec35-01eb-4098-b81f-234beaa2640b?flat HTTP/1.1" 200 2060 0.065025 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012173 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c?flat HTTP/1.1" 200 2068 0.018030 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c?flat HTTP/1.1" 200 2068 0.016910 [API:8081]10.0.0.41 - - [2025-11-06 04:16:47] "GET /analytics/uves/virtual-machine/521054b0-7201-4f8e-bc22-0efd1f62b87c?flat HTTP/1.1" 200 2068 0.015104 [API:8081]10.0.0.41 - - [2025-11-06 04:16:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.019403 [API:8081]10.0.0.41 - - [2025-11-06 04:17:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.012560 [API:8081]10.0.0.41 - - [2025-11-06 04:17:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009854 [API:8081]10.0.0.41 - - [2025-11-06 04:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.012157 [API:8081]10.0.0.41 - - [2025-11-06 04:17:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.009599 [API:8081]10.0.0.131 - - [2025-11-06 04:17:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107600 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003407 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004586 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004130 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003784 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004458 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003747 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003243 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003453 [API:8081]10.0.0.131 - - [2025-11-06 04:18:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063060 [API:8081]10.0.0.41 - - [2025-11-06 04:19:13] "GET /analytics HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.41 - - [2025-11-06 04:19:13] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.38 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.38 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.131 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000398 [Introspect:8090]10.0.0.41 - - [2025-11-06 04:20:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001602 [API:8081]10.0.0.41 - - [2025-11-06 04:20:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.054876 [API:8081]10.0.0.131 - - [2025-11-06 04:20:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075645 [API:8081]10.0.0.38 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.131 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.38 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000443 [API:8081]10.0.0.41 - - [2025-11-06 04:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.41 - - [2025-11-06 04:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.41 - - [2025-11-06 04:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000632 [API:8081]10.0.0.41 - - [2025-11-06 04:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061?flat HTTP/1.1" 200 1716 0.066143 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061?flat HTTP/1.1" 200 1716 0.020700 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/virtual-machine/668e23d3-1dfb-4f61-bed1-01ff997d6061?flat HTTP/1.1" 200 1716 0.061456 [API:8081]10.0.0.41 - - [2025-11-06 04:21:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010175 [API:8081]10.0.0.131 - - [2025-11-06 04:21:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062444 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/virtual-machine/21046883-b696-43f9-b919-397411700fbc?flat HTTP/1.1" 200 1716 0.016059 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/virtual-machine/21046883-b696-43f9-b919-397411700fbc?flat HTTP/1.1" 200 1716 0.018442 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/virtual-machine/21046883-b696-43f9-b919-397411700fbc?flat HTTP/1.1" 200 1716 0.018435 [API:8081]10.0.0.41 - - [2025-11-06 04:22:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011765 [API:8081]10.0.0.131 - - [2025-11-06 04:23:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067790 [API:8081]10.0.0.41 - - [2025-11-06 04:23:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009939 [API:8081]10.0.0.41 - - [2025-11-06 04:23:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.013343 [API:8081]10.0.0.131 - - [2025-11-06 04:24:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074752 [API:8081]10.0.0.41 - - [2025-11-06 04:24:59] "GET /analytics/uves/virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481?flat HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481?flat HTTP/1.1" 200 1391 0.070536 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481?flat HTTP/1.1" 200 1391 0.059472 [API:8081]10.0.0.41 - - [2025-11-06 04:25:00] "GET /analytics/uves/virtual-machine/e05910f6-16a8-46e8-992c-38fe4d8ce481?flat HTTP/1.1" 200 1391 0.074703 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.013321 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e?flat HTTP/1.1" 200 1396 0.021793 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e?flat HTTP/1.1" 200 1396 0.016265 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/virtual-machine/c0fe8911-7bfc-40fe-b969-b44b8ccc1d3e?flat HTTP/1.1" 200 1396 0.017937 [API:8081]10.0.0.41 - - [2025-11-06 04:25:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.011252 [API:8081]10.0.0.41 - - [2025-11-06 04:25:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010099 [API:8081]10.0.0.41 - - [2025-11-06 04:25:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008371 [API:8081]10.0.0.41 - - [2025-11-06 04:26:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.41 - - [2025-11-06 04:26:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.060318 [API:8081]10.0.0.41 - - [2025-11-06 04:26:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.050620 [API:8081]10.0.0.131 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.38 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.38 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.131 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.131 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.38 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.38 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.41 - - [2025-11-06 04:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-06 04:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000868 [API:8081]10.0.0.41 - - [2025-11-06 04:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.41 - - [2025-11-06 04:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.131 - - [2025-11-06 04:26:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064876 [API:8081]10.0.0.131 - - [2025-11-06 04:27:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.079651 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003489 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004962 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003947 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004172 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005893 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003135 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003021 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003940 [API:8081]10.0.0.41 - - [2025-11-06 04:29:13] "GET /analytics HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.41 - - [2025-11-06 04:29:13] "GET /analytics HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.38 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.38 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.131 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.131 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.131 - - [2025-11-06 04:29:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065665 [API:8081]10.0.0.131 - - [2025-11-06 04:30:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075788 [API:8081]10.0.0.131 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.38 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.131 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.38 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.131 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.131 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.38 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.41 - - [2025-11-06 04:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.41 - - [2025-11-06 04:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-11-06 04:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-06 04:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-06 04:32:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-11-06 04:32:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.061100 [API:8081]10.0.0.131 - - [2025-11-06 04:32:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074173 [API:8081]10.0.0.131 - - [2025-11-06 04:33:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064339 [API:8081]10.0.0.131 - - [2025-11-06 04:35:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069558 [API:8081]10.0.0.131 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.38 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.131 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.38 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.131 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.131 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.38 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.38 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000821 [API:8081]10.0.0.41 - - [2025-11-06 04:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000493 [API:8081]10.0.0.41 - - [2025-11-06 04:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.41 - - [2025-11-06 04:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.41 - - [2025-11-06 04:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000542 [API:8081]10.0.0.131 - - [2025-11-06 04:36:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070726 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004106 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003575 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003114 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003188 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004469 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003457 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003343 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:05] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003155 [Introspect:8090]10.0.0.131 - - [2025-11-06 04:38:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001594