++ 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:57 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 02:07:57 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.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 +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.38,10.20.0.252,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.38,10.20.0.252,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.38,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 2 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 11/06/2025 02:08:05.225 7f7dfe00f440 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 02:08:05.421 7f7dfe00f440 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/06/2025 02:08:05.433 7f7dfe00f440 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 02:08:05.433 7f7dfe00f440 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.38:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.38 - - [2025-11-06 02:08:41] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2025-11-06 02:08:41] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.131 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.131 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-06 02:08:42] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.131 - - [2025-11-06 02:09:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.054265 [API:8081]10.0.0.38 - - [2025-11-06 02:09:12] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-11-06 02:09:12] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.131 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.131 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.41 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 02:09:13] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.38 - - [2025-11-06 02:09:42] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.38 - - [2025-11-06 02:09:42] "GET /analytics HTTP/1.1" 401 205 0.000487 [API:8081]10.0.0.131 - - [2025-11-06 02:09:43] "GET /analytics HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.131 - - [2025-11-06 02:09:43] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.131 - - [2025-11-06 02:11:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.054030 [API:8081]10.0.0.38 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000409 [API:8081]10.0.0.38 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000468 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.131 - - [2025-11-06 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-11-06 02:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.38 - - [2025-11-06 02:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-06 02:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-11-06 02:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.41 - - [2025-11-06 02:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-11-06 02:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [Introspect:8090]10.0.0.38 - - [2025-11-06 02:11:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001280 [Introspect:8090]10.0.0.38 - - [2025-11-06 02:11:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001103 [API:8081]10.0.0.131 - - [2025-11-06 02:12:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.056615 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:13:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001052 [Introspect:8090]10.0.0.41 - - [2025-11-06 02:13:13] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000818 [API:8081]10.0.0.41 - - [2025-11-06 02:13:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.41 - - [2025-11-06 02:13:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.054188 [API:8081]10.0.0.131 - - [2025-11-06 02:14:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063976 [API:8081]10.0.0.131 - - [2025-11-06 02:15:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.066453 [API:8081]10.0.0.38 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.38 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.131 - - [2025-11-06 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.131 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.38 - - [2025-11-06 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-06 02:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.41 - - [2025-11-06 02:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.41 - - [2025-11-06 02:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-06 02:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.131 - - [2025-11-06 02:17:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056823 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003832 [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=DatabaseUsageInfo HTTP/1.1" 200 295 0.003856 [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=DatabaseUsageInfo HTTP/1.1" 200 296 0.003224 [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=DatabaseUsageInfo HTTP/1.1" 200 295 0.003550 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 02:18:05] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003499 [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.004048 [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.004080 [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.003736 [API:8081]10.0.0.131 - - [2025-11-06 02:18:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.440739 [API:8081]10.0.0.41 - - [2025-11-06 02:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.41 - - [2025-11-06 02:18:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1734 0.056916 [API:8081]10.0.0.41 - - [2025-11-06 02:18:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1966 0.091430 [API:8081]10.0.0.41 - - [2025-11-06 02:19:13] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-11-06 02:19:13] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.38 - - [2025-11-06 02:19:42] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2025-11-06 02:19:42] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.131 - - [2025-11-06 02:19:43] "GET /analytics HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.131 - - [2025-11-06 02:19:43] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.131 - - [2025-11-06 02:20:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066588 [API:8081]10.0.0.38 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000505 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.38 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2025-11-06 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.38 - - [2025-11-06 02:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2025-11-06 02:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000485 [API:8081]10.0.0.131 - - [2025-11-06 02:21:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067295 [API:8081]10.0.0.41 - - [2025-11-06 02:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.41 - - [2025-11-06 02:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-06 02:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-11-06 02:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 02:23:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065938 [API:8081]10.0.0.131 - - [2025-11-06 02:24:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.072330 [API:8081]10.0.0.41 - - [2025-11-06 02:25:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.055597 [API:8081]10.0.0.41 - - [2025-11-06 02:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.054079 [API:8081]10.0.0.38 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000476 [API:8081]10.0.0.38 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2025-11-06 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.38 - - [2025-11-06 02:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [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.41 - - [2025-11-06 02:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-11-06 02:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-06 02:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 02:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.131 - - [2025-11-06 02:26:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070710 [API:8081]10.0.0.41 - - [2025-11-06 02:26:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1442 0.009850 [API:8081]10.0.0.41 - - [2025-11-06 02:26:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.009559 [API:8081]10.0.0.41 - - [2025-11-06 02:26:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1898 0.052527 [API:8081]10.0.0.41 - - [2025-11-06 02:26:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2126 0.008594 [API:8081]10.0.0.131 - - [2025-11-06 02:27:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.058567 [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.002876 [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.002816 [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.003288 [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.003305 [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.003345 [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.002951 [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.003655 [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.003550 [API:8081]10.0.0.41 - - [2025-11-06 02:29:13] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2025-11-06 02:29:13] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.131 - - [2025-11-06 02:29:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062318 [API:8081]10.0.0.38 - - [2025-11-06 02:29:42] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.38 - - [2025-11-06 02:29:42] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.131 - - [2025-11-06 02:29:43] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2025-11-06 02:29:43] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.41 - - [2025-11-06 02:30:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.062145 [API:8081]10.0.0.131 - - [2025-11-06 02:30:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067677 [API:8081]10.0.0.41 - - [2025-11-06 02:30:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009333 [API:8081]10.0.0.41 - - [2025-11-06 02:30:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.009977 [API:8081]10.0.0.38 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.38 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.131 - - [2025-11-06 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-11-06 02:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.38 - - [2025-11-06 02:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-06 02:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.41 - - [2025-11-06 02:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.41 - - [2025-11-06 02:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.41 - - [2025-11-06 02:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000521 [API:8081]10.0.0.131 - - [2025-11-06 02:32:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054467 [API:8081]10.0.0.41 - - [2025-11-06 02:32:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.41 - - [2025-11-06 02:32:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.061083 [API:8081]10.0.0.131 - - [2025-11-06 02:33:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.072937 [API:8081]10.0.0.41 - - [2025-11-06 02:34:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.049707 [API:8081]10.0.0.41 - - [2025-11-06 02:34:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.41 - - [2025-11-06 02:34:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.072798 [API:8081]10.0.0.41 - - [2025-11-06 02:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.41 - - [2025-11-06 02:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.069551 [API:8081]10.0.0.41 - - [2025-11-06 02:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.057710 [API:8081]10.0.0.41 - - [2025-11-06 02:34:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.078043 [API:8081]10.0.0.131 - - [2025-11-06 02:35:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072514 [API:8081]10.0.0.41 - - [2025-11-06 02:35:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009933 [API:8081]10.0.0.41 - - [2025-11-06 02:35:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011888 [API:8081]10.0.0.41 - - [2025-11-06 02:35:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009949 [API:8081]10.0.0.38 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.131 - - [2025-11-06 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.38 - - [2025-11-06 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-11-06 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-06 02:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-06 02:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-06 02:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-11-06 02:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2025-11-06 02:36:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063618 [API:8081]10.0.0.41 - - [2025-11-06 02:36:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009330 [API:8081]10.0.0.41 - - [2025-11-06 02:37:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010635 [API:8081]10.0.0.41 - - [2025-11-06 02:37:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008554 [API:8081]10.0.0.41 - - [2025-11-06 02:38:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-11-06 02:38:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.055541 [API:8081]10.0.0.41 - - [2025-11-06 02:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.058176 [API:8081]10.0.0.41 - - [2025-11-06 02:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.058547 [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.003177 [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.003756 [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.043007 [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.003394 [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.003036 [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.002723 [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.002635 [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.002917 [API:8081]10.0.0.131 - - [2025-11-06 02:38:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051980 [API:8081]10.0.0.41 - - [2025-11-06 02:38:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009797 [API:8081]10.0.0.41 - - [2025-11-06 02:39:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009510 [API:8081]10.0.0.41 - - [2025-11-06 02:39:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011343 [API:8081]10.0.0.41 - - [2025-11-06 02:39:13] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.41 - - [2025-11-06 02:39:13] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.131 - - [2025-11-06 02:39:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.053492 [API:8081]10.0.0.38 - - [2025-11-06 02:39:42] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.38 - - [2025-11-06 02:39:42] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.131 - - [2025-11-06 02:39:43] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.131 - - [2025-11-06 02:39:43] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.41 - - [2025-11-06 02:40:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008729 [API:8081]10.0.0.41 - - [2025-11-06 02:40:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008889 [API:8081]10.0.0.38 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [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.000290 [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.131 - - [2025-11-06 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.38 - - [2025-11-06 02:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.38 - - [2025-11-06 02:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-06 02:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-06 02:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-06 02:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000716 [API:8081]10.0.0.41 - - [2025-11-06 02:41:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009970 [API:8081]10.0.0.131 - - [2025-11-06 02:41:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.101873 [API:8081]10.0.0.41 - - [2025-11-06 02:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-11-06 02:41:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.051262 [API:8081]10.0.0.41 - - [2025-11-06 02:41:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.052014 [API:8081]10.0.0.131 - - [2025-11-06 02:42:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.056311 [API:8081]10.0.0.41 - - [2025-11-06 02:43:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-11-06 02:43:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.069465 [API:8081]10.0.0.131 - - [2025-11-06 02:44:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058485 [API:8081]10.0.0.131 - - [2025-11-06 02:45:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.059284 [API:8081]10.0.0.41 - - [2025-11-06 02:45:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009798 [API:8081]10.0.0.41 - - [2025-11-06 02:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.41 - - [2025-11-06 02:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.083080 [API:8081]10.0.0.41 - - [2025-11-06 02:46:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.053328 [API:8081]10.0.0.38 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2025-11-06 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-11-06 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.41 - - [2025-11-06 02:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-06 02:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2025-11-06 02:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.41 - - [2025-11-06 02:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.131 - - [2025-11-06 02:47:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059656 [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.003096 [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.002729 [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.005234 [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.003142 [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.003642 [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.002758 [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.002846 [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.003601 [API:8081]10.0.0.131 - - [2025-11-06 02:48:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067759 [API:8081]10.0.0.41 - - [2025-11-06 02:49:13] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-11-06 02:49:13] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.41 - - [2025-11-06 02:49:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009620 [API:8081]10.0.0.38 - - [2025-11-06 02:49:42] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.38 - - [2025-11-06 02:49:42] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.131 - - [2025-11-06 02:49:43] "GET /analytics HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2025-11-06 02:49:43] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.41 - - [2025-11-06 02:49:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.054885 [API:8081]10.0.0.41 - - [2025-11-06 02:50:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.41 - - [2025-11-06 02:50:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.060297 [API:8081]10.0.0.41 - - [2025-11-06 02:50:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.059333 [API:8081]10.0.0.131 - - [2025-11-06 02:50:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059660 [API:8081]10.0.0.38 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2025-11-06 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.131 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.38 - - [2025-11-06 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.41 - - [2025-11-06 02:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.41 - - [2025-11-06 02:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-11-06 02:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.41 - - [2025-11-06 02:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.131 - - [2025-11-06 02:51:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.064821 [API:8081]10.0.0.41 - - [2025-11-06 02:53:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012631 [API:8081]10.0.0.131 - - [2025-11-06 02:53:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058437 [API:8081]10.0.0.41 - - [2025-11-06 02:53:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009914 [API:8081]10.0.0.131 - - [2025-11-06 02:54:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.064210 [API:8081]10.0.0.38 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.38 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2025-11-06 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.131 - - [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.000313 [API:8081]10.0.0.38 - - [2025-11-06 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.41 - - [2025-11-06 02:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2025-11-06 02:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.41 - - [2025-11-06 02:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2025-11-06 02:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.131 - - [2025-11-06 02:56:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109615 [API:8081]10.0.0.131 - - [2025-11-06 02:57:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.059414 [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.003161 [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.003675 [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.003204 [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.003106 [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.003087 [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.003735 [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.003278 [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.003016 [API:8081]10.0.0.41 - - [2025-11-06 02:58:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-06 02:58:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.048571 [API:8081]10.0.0.41 - - [2025-11-06 02:59:13] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-11-06 02:59:13] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.41 - - [2025-11-06 02:59:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.052832 [API:8081]10.0.0.131 - - [2025-11-06 02:59:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057139 [API:8081]10.0.0.38 - - [2025-11-06 02:59:42] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.38 - - [2025-11-06 02:59:42] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.131 - - [2025-11-06 02:59:43] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2025-11-06 02:59:43] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.131 - - [2025-11-06 03:00:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.072287 [API:8081]10.0.0.41 - - [2025-11-06 03:01:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.41 - - [2025-11-06 03:01:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.064690 [API:8081]10.0.0.38 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000437 [API:8081]10.0.0.38 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.131 - - [2025-11-06 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.38 - - [2025-11-06 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.41 - - [2025-11-06 03:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-06 03:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.41 - - [2025-11-06 03:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 03:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-06 03:01:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.050501 [API:8081]10.0.0.41 - - [2025-11-06 03:02:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.054207 [API:8081]10.0.0.131 - - [2025-11-06 03:02:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071671 [API:8081]10.0.0.131 - - [2025-11-06 03:03:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.075634 [API:8081]10.0.0.41 - - [2025-11-06 03:03:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009121 [API:8081]10.0.0.41 - - [2025-11-06 03:04:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010092 [API:8081]10.0.0.41 - - [2025-11-06 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-11-06 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.051124 [API:8081]10.0.0.41 - - [2025-11-06 03:05:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.048886 [API:8081]10.0.0.41 - - [2025-11-06 03:05:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.077972 [API:8081]10.0.0.131 - - [2025-11-06 03:05:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063404 [API:8081]10.0.0.38 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.38 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.131 - - [2025-11-06 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.131 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.38 - - [2025-11-06 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-11-06 03:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.41 - - [2025-11-06 03:06:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.41 - - [2025-11-06 03:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-11-06 03:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.131 - - [2025-11-06 03:06:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062561 [API:8081]10.0.0.41 - - [2025-11-06 03:07:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009589 [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.003650 [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.002990 [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.002976 [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.003090 [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.003405 [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.003060 [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.003130 [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.003543 [API:8081]10.0.0.41 - - [2025-11-06 03:08:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009730 [API:8081]10.0.0.41 - - [2025-11-06 03:08:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.41 - - [2025-11-06 03:08:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.059628 [API:8081]10.0.0.131 - - [2025-11-06 03:08:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059961 [API:8081]10.0.0.41 - - [2025-11-06 03:09:13] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2025-11-06 03:09:13] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.41 - - [2025-11-06 03:09:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.050490 [API:8081]10.0.0.41 - - [2025-11-06 03:09:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008438 [API:8081]10.0.0.38 - - [2025-11-06 03:09:42] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-11-06 03:09:42] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.131 - - [2025-11-06 03:09:43] "GET /analytics HTTP/1.1" 401 205 0.000632 [API:8081]10.0.0.131 - - [2025-11-06 03:09:43] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.131 - - [2025-11-06 03:09:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.061215 [API:8081]10.0.0.38 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.38 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000483 [API:8081]10.0.0.131 - - [2025-11-06 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.131 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.131 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.38 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.38 - - [2025-11-06 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000432 [API:8081]10.0.0.41 - - [2025-11-06 03:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.41 - - [2025-11-06 03:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-11-06 03:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 03:11:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-11-06 03:11:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009929 [API:8081]10.0.0.131 - - [2025-11-06 03:11:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054148 [API:8081]10.0.0.41 - - [2025-11-06 03:12:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.061003 [API:8081]10.0.0.41 - - [2025-11-06 03:12:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 03:12:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.061100 [API:8081]10.0.0.41 - - [2025-11-06 03:12:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.053304 [API:8081]10.0.0.41 - - [2025-11-06 03:12:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.060351 [API:8081]10.0.0.41 - - [2025-11-06 03:12:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.010366 [API:8081]10.0.0.41 - - [2025-11-06 03:12:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008967 [API:8081]10.0.0.41 - - [2025-11-06 03:12:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009741 [API:8081]10.0.0.131 - - [2025-11-06 03:12:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063886 [API:8081]10.0.0.41 - - [2025-11-06 03:12:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.010456 [API:8081]10.0.0.41 - - [2025-11-06 03:12:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.011005 [API:8081]10.0.0.41 - - [2025-11-06 03:13:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-06 03:13:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.051479 [API:8081]10.0.0.41 - - [2025-11-06 03:13:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.051819 [API:8081]10.0.0.41 - - [2025-11-06 03:13:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.051106 [API:8081]10.0.0.41 - - [2025-11-06 03:13:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.009702 [API:8081]10.0.0.41 - - [2025-11-06 03:13:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.008946 [API:8081]10.0.0.41 - - [2025-11-06 03:13:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2068 0.010614 [API:8081]10.0.0.41 - - [2025-11-06 03:13:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.41 - - [2025-11-06 03:13:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.058336 [API:8081]10.0.0.41 - - [2025-11-06 03:13:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1846 0.052112 [API:8081]10.0.0.41 - - [2025-11-06 03:13:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2056 0.061280 [API:8081]10.0.0.41 - - [2025-11-06 03:13:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.010609 [API:8081]10.0.0.41 - - [2025-11-06 03:13:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.008312 [API:8081]10.0.0.41 - - [2025-11-06 03:13:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.010665 [API:8081]10.0.0.41 - - [2025-11-06 03:13:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.009388 [API:8081]10.0.0.41 - - [2025-11-06 03:14:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.012109 [API:8081]10.0.0.41 - - [2025-11-06 03:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.41 - - [2025-11-06 03:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.049634 [API:8081]10.0.0.41 - - [2025-11-06 03:14:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.047279 [API:8081]10.0.0.41 - - [2025-11-06 03:14:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.047672 [API:8081]10.0.0.41 - - [2025-11-06 03:14:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.009784 [API:8081]10.0.0.41 - - [2025-11-06 03:14:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.008686 [API:8081]10.0.0.131 - - [2025-11-06 03:14:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059821 [API:8081]10.0.0.131 - - [2025-11-06 03:15:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067914 [API:8081]10.0.0.38 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.131 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.38 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.131 - - [2025-11-06 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.131 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.131 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-11-06 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.41 - - [2025-11-06 03:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-11-06 03:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.41 - - [2025-11-06 03:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-11-06 03:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.131 - - [2025-11-06 03:17:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058511 [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.004081 [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.005436 [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.003657 [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.003271 [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.003093 [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.002706 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003617 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004228 [API:8081]10.0.0.131 - - [2025-11-06 03:18:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.060467 [API:8081]10.0.0.41 - - [2025-11-06 03:19:13] "GET /analytics HTTP/1.1" 401 205 0.000259 [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.000382 [API:8081]10.0.0.38 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.131 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.131 - - [2025-11-06 03:19:43] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-11-06 03:20:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.41 - - [2025-11-06 03:20:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.061415 [API:8081]10.0.0.41 - - [2025-11-06 03:20:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.063859 [API:8081]10.0.0.131 - - [2025-11-06 03:20:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075099 [API:8081]10.0.0.131 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.38 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-11-06 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.131 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.131 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.38 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-11-06 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.41 - - [2025-11-06 03:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.41 - - [2025-11-06 03:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.41 - - [2025-11-06 03:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.41 - - [2025-11-06 03:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.131 - - [2025-11-06 03:21:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.075744 [API:8081]10.0.0.131 - - [2025-11-06 03:24:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.145324 [API:8081]10.0.0.41 - - [2025-11-06 03:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-06 03:24:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.062574 [API:8081]10.0.0.131 - - [2025-11-06 03:25:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.073355 [API:8081]10.0.0.41 - - [2025-11-06 03:25:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.41 - - [2025-11-06 03:25:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.071691 [API:8081]10.0.0.38 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.131 - - [2025-11-06 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [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.000239 [API:8081]10.0.0.131 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.131 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.38 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-11-06 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-11-06 03:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-11-06 03:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.41 - - [2025-11-06 03:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-06 03:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2025-11-06 03:27:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059732 [API:8081]10.0.0.131 - - [2025-11-06 03:28:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.088903 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004071 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003596 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002969 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003272 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003338 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003021 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002560 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002758 [API:8081]10.0.0.41 - - [2025-11-06 03:29:13] "GET /analytics HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.41 - - [2025-11-06 03:29:13] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.38 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.131 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.131 - - [2025-11-06 03:29:43] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.131 - - [2025-11-06 03:30:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062658 [API:8081]10.0.0.41 - - [2025-11-06 03:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000529 [API:8081]10.0.0.41 - - [2025-11-06 03:30:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.055838 [API:8081]10.0.0.131 - - [2025-11-06 03:31:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.056260 [API:8081]10.0.0.38 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.131 - - [2025-11-06 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [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.000338 [API:8081]10.0.0.131 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.131 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-11-06 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-06 03:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.41 - - [2025-11-06 03:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.41 - - [2025-11-06 03:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-11-06 03:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.131 - - [2025-11-06 03:33:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058238 [API:8081]10.0.0.131 - - [2025-11-06 03:34:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062964 [API:8081]10.0.0.131 - - [2025-11-06 03:36:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063735 [API:8081]10.0.0.38 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.131 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.38 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.131 - - [2025-11-06 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.131 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.131 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.38 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-11-06 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [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.000266 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 03:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.41 - - [2025-11-06 03:36:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.051480 [API:8081]10.0.0.41 - - [2025-11-06 03:36:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.050057 [API:8081]10.0.0.41 - - [2025-11-06 03:36:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.061710 [API:8081]10.0.0.131 - - [2025-11-06 03:37:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.073272 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003158 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003108 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003141 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003279 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004449 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002810 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003603 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003465 [API:8081]10.0.0.131 - - [2025-11-06 03:39:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065504 [API:8081]10.0.0.41 - - [2025-11-06 03:39:13] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 03:39:13] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.38 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.38 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.131 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.131 - - [2025-11-06 03:39:43] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.41 - - [2025-11-06 03:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-06 03:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.056846 [API:8081]10.0.0.131 - - [2025-11-06 03:40:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.091258 [API:8081]10.0.0.38 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.131 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.38 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.131 - - [2025-11-06 03:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.131 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.38 - - [2025-11-06 03:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.41 - - [2025-11-06 03:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.41 - - [2025-11-06 03:41:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-11-06 03:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.41 - - [2025-11-06 03:41:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.131 - - [2025-11-06 03:42:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061914 [API:8081]10.0.0.41 - - [2025-11-06 03:43:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.41 - - [2025-11-06 03:43:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.056628 [API:8081]10.0.0.131 - - [2025-11-06 03:43:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.053120 [API:8081]10.0.0.41 - - [2025-11-06 03:45:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-11-06 03:45:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.053708 [API:8081]10.0.0.131 - - [2025-11-06 03:45:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071399 [API:8081]10.0.0.38 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000417 [API:8081]10.0.0.38 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.131 - - [2025-11-06 03:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.131 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.131 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.38 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.38 - - [2025-11-06 03:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-11-06 03:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.41 - - [2025-11-06 03:46:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-06 03:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.41 - - [2025-11-06 03:46:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.131 - - [2025-11-06 03:46:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.067120 [API:8081]10.0.0.41 - - [2025-11-06 03:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-11-06 03:47:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.057575 [API:8081]10.0.0.41 - - [2025-11-06 03:48:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.085089 [API:8081]10.0.0.41 - - [2025-11-06 03:48:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.079056 [API:8081]10.0.0.41 - - [2025-11-06 03:48:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011837 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003602 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003901 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003915 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004314 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004314 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003153 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003011 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:48:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004839 [API:8081]10.0.0.131 - - [2025-11-06 03:48:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065966 [API:8081]10.0.0.41 - - [2025-11-06 03:48:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010401 [API:8081]10.0.0.41 - - [2025-11-06 03:48:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010314 [API:8081]10.0.0.41 - - [2025-11-06 03:48:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.011804 [API:8081]10.0.0.41 - - [2025-11-06 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008813 [API:8081]10.0.0.41 - - [2025-11-06 03:48:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009920 [API:8081]10.0.0.41 - - [2025-11-06 03:49:13] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2025-11-06 03:49:13] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.131 - - [2025-11-06 03:49:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.076022 [API:8081]10.0.0.38 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.131 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.131 - - [2025-11-06 03:49:43] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.38 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.131 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.38 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2025-11-06 03:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.131 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.38 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.38 - - [2025-11-06 03:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2025-11-06 03:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.41 - - [2025-11-06 03:51:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-06 03:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2025-11-06 03:51:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 03:51:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063715 [API:8081]10.0.0.131 - - [2025-11-06 03:52:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062547 [API:8081]10.0.0.131 - - [2025-11-06 03:54:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057383 [API:8081]10.0.0.131 - - [2025-11-06 03:55:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.063650 [API:8081]10.0.0.38 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.131 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.38 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 03:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.131 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.131 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001014 [API:8081]10.0.0.38 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2025-11-06 03:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.41 - - [2025-11-06 03:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.41 - - [2025-11-06 03:56:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.41 - - [2025-11-06 03:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.41 - - [2025-11-06 03:56:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2025-11-06 03:57:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062318 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003433 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003368 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003231 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003392 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003622 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002995 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003057 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 03:58:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002885 [API:8081]10.0.0.131 - - [2025-11-06 03:58:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.075676 [API:8081]10.0.0.41 - - [2025-11-06 03:59:13] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-06 03:59:13] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.38 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.38 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.131 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.131 - - [2025-11-06 03:59:43] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.131 - - [2025-11-06 04:00:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064244 [API:8081]10.0.0.38 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.131 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.38 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.131 - - [2025-11-06 04:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.131 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.131 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.38 - - [2025-11-06 04:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.41 - - [2025-11-06 04:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.41 - - [2025-11-06 04:01:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.41 - - [2025-11-06 04:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000561 [API:8081]10.0.0.41 - - [2025-11-06 04:01:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.131 - - [2025-11-06 04:01:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.062826 [API:8081]10.0.0.131 - - [2025-11-06 04:03:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066725 [API:8081]10.0.0.41 - - [2025-11-06 04:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.41 - - [2025-11-06 04:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.062002 [API:8081]10.0.0.131 - - [2025-11-06 04:04:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2554 0.065070 [API:8081]10.0.0.41 - - [2025-11-06 04:05:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.069737 [API:8081]10.0.0.41 - - [2025-11-06 04:05:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009828 [API:8081]10.0.0.38 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.131 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-11-06 04:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [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.000256 [API:8081]10.0.0.131 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.38 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.38 - - [2025-11-06 04:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.41 - - [2025-11-06 04:06:13] "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.000346 [API:8081]10.0.0.41 - - [2025-11-06 04:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.41 - - [2025-11-06 04:06:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.131 - - [2025-11-06 04:06:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061886 [API:8081]10.0.0.41 - - [2025-11-06 04:07:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011930 [API:8081]10.0.0.131 - - [2025-11-06 04:07:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060358 [API:8081]10.0.0.41 - - [2025-11-06 04:07:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.068478 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002977 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003228 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003730 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003986 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004204 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003548 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003145 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:08:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003936 [API:8081]10.0.0.41 - - [2025-11-06 04:08:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011954 [API:8081]10.0.0.41 - - [2025-11-06 04:09:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009290 [API:8081]10.0.0.41 - - [2025-11-06 04:09:13] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.41 - - [2025-11-06 04:09:13] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.131 - - [2025-11-06 04:09:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079175 [API:8081]10.0.0.38 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.38 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.131 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.131 - - [2025-11-06 04:09:43] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.131 - - [2025-11-06 04:10:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072390 [API:8081]10.0.0.38 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.131 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.131 - - [2025-11-06 04:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.131 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.38 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.131 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.38 - - [2025-11-06 04:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.41 - - [2025-11-06 04:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-11-06 04:11:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-11-06 04:11:15] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.41 - - [2025-11-06 04:11:15] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.41 - - [2025-11-06 04:11:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000786 [API:8081]10.0.0.41 - - [2025-11-06 04:11:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.131607 [API:8081]10.0.0.41 - - [2025-11-06 04:12:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.41 - - [2025-11-06 04:12:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.064265 [API:8081]10.0.0.131 - - [2025-11-06 04:12:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073256 [API:8081]10.0.0.41 - - [2025-11-06 04:12:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.41 - - [2025-11-06 04:12:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.059714 [API:8081]10.0.0.41 - - [2025-11-06 04:13:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.065378 [API:8081]10.0.0.41 - - [2025-11-06 04:13:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.070194 [API:8081]10.0.0.41 - - [2025-11-06 04:13:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.41 - - [2025-11-06 04:13:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.107884 [API:8081]10.0.0.131 - - [2025-11-06 04:13:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069961 [API:8081]10.0.0.41 - - [2025-11-06 04:13:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012208 [Introspect:8090]10.0.0.41 - - [2025-11-06 04:13:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001742 [API:8081]10.0.0.41 - - [2025-11-06 04:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.41 - - [2025-11-06 04:14:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.068419 [API:8081]10.0.0.131 - - [2025-11-06 04:15:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060040 [API:8081]10.0.0.38 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.131 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.131 - - [2025-11-06 04:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [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.131 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.38 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-11-06 04:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.41 - - [2025-11-06 04:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-11-06 04:16:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.41 - - [2025-11-06 04:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.41 - - [2025-11-06 04:16:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.131 - - [2025-11-06 04:16:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066867 [API:8081]10.0.0.41 - - [2025-11-06 04:16:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.015417 [API:8081]10.0.0.41 - - [2025-11-06 04:16:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.095097 [API:8081]10.0.0.41 - - [2025-11-06 04:17:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.056587 [API:8081]10.0.0.41 - - [2025-11-06 04:17:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010576 [API:8081]10.0.0.41 - - [2025-11-06 04:17:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.008744 [API:8081]10.0.0.41 - - [2025-11-06 04:17:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.010861 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002835 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004565 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003186 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003894 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003043 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003266 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002805 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:18:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003321 [API:8081]10.0.0.131 - - [2025-11-06 04:18:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064020 [API:8081]10.0.0.41 - - [2025-11-06 04:19:13] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.41 - - [2025-11-06 04:19:13] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.131 - - [2025-11-06 04:19:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062919 [API:8081]10.0.0.38 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.131 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.131 - - [2025-11-06 04:19:43] "GET /analytics HTTP/1.1" 401 205 0.000140 [Introspect:8090]10.0.0.41 - - [2025-11-06 04:20:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001349 [API:8081]10.0.0.41 - - [2025-11-06 04:20:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.063931 [API:8081]10.0.0.38 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.131 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.38 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.131 - - [2025-11-06 04:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.131 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000616 [API:8081]10.0.0.131 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.38 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-11-06 04:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.41 - - [2025-11-06 04:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.41 - - [2025-11-06 04:21:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-06 04:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.41 - - [2025-11-06 04:21:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.41 - - [2025-11-06 04:21:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12473 0.074561 [API:8081]10.0.0.41 - - [2025-11-06 04:21:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12473 0.083740 [API:8081]10.0.0.41 - - [2025-11-06 04:21:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011323 [API:8081]10.0.0.131 - - [2025-11-06 04:21:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063054 [API:8081]10.0.0.41 - - [2025-11-06 04:22:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12481 0.020008 [API:8081]10.0.0.41 - - [2025-11-06 04:22:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12481 0.023041 [API:8081]10.0.0.41 - - [2025-11-06 04:22:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.011486 [API:8081]10.0.0.131 - - [2025-11-06 04:22:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.079142 [API:8081]10.0.0.41 - - [2025-11-06 04:23:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.030074 [API:8081]10.0.0.41 - - [2025-11-06 04:23:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.024793 [API:8081]10.0.0.41 - - [2025-11-06 04:23:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.024260 [API:8081]10.0.0.41 - - [2025-11-06 04:23:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.024395 [API:8081]10.0.0.41 - - [2025-11-06 04:23:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.024213 [API:8081]10.0.0.41 - - [2025-11-06 04:23:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.020872 [API:8081]10.0.0.41 - - [2025-11-06 04:23:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.026145 [API:8081]10.0.0.41 - - [2025-11-06 04:23:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.026767 [API:8081]10.0.0.41 - - [2025-11-06 04:23:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 13004 0.022949 [API:8081]10.0.0.41 - - [2025-11-06 04:23:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12878 0.023610 [API:8081]10.0.0.41 - - [2025-11-06 04:23:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012396 [API:8081]10.0.0.41 - - [2025-11-06 04:23:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13009 0.026664 [API:8081]10.0.0.41 - - [2025-11-06 04:23:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 13009 0.023526 [API:8081]10.0.0.41 - - [2025-11-06 04:23:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12886 0.034675 [API:8081]10.0.0.41 - - [2025-11-06 04:23:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010741 [API:8081]10.0.0.131 - - [2025-11-06 04:24:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067900 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 401 205 0.000382 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12967 0.115126 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12967 0.086722 [API:8081]10.0.0.41 - - [2025-11-06 04:25:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.062989 [API:8081]10.0.0.41 - - [2025-11-06 04:25:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12994 0.024188 [API:8081]10.0.0.41 - - [2025-11-06 04:25:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12994 0.024842 [API:8081]10.0.0.41 - - [2025-11-06 04:25:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009778 [API:8081]10.0.0.41 - - [2025-11-06 04:25:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12994 0.024275 [API:8081]10.0.0.41 - - [2025-11-06 04:25:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12994 0.023099 [API:8081]10.0.0.41 - - [2025-11-06 04:25:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-2?flat HTTP/1.1" 200 12602 0.021239 [API:8081]10.0.0.41 - - [2025-11-06 04:25:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009266 [API:8081]10.0.0.41 - - [2025-11-06 04:25:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12975 0.021725 [API:8081]10.0.0.41 - - [2025-11-06 04:25:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12975 0.023963 [API:8081]10.0.0.41 - - [2025-11-06 04:25:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12975 0.028357 [API:8081]10.0.0.41 - - [2025-11-06 04:25:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12975 0.026260 [API:8081]10.0.0.41 - - [2025-11-06 04:25:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12975 0.025105 [API:8081]10.0.0.41 - - [2025-11-06 04:25:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12975 0.021342 [API:8081]10.0.0.131 - - [2025-11-06 04:25:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058478 [API:8081]10.0.0.41 - - [2025-11-06 04:25:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4662-1?flat HTTP/1.1" 200 12586 0.021791 [API:8081]10.0.0.41 - - [2025-11-06 04:25:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009171 [API:8081]10.0.0.41 - - [2025-11-06 04:26:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000515 [API:8081]10.0.0.41 - - [2025-11-06 04:26:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.057487 [API:8081]10.0.0.41 - - [2025-11-06 04:26:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.061144 [API:8081]10.0.0.131 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.38 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000557 [API:8081]10.0.0.131 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.38 - - [2025-11-06 04:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.131 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.131 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.38 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.38 - - [2025-11-06 04:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.41 - - [2025-11-06 04:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.41 - - [2025-11-06 04:26:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-11-06 04:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.41 - - [2025-11-06 04:26:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.131 - - [2025-11-06 04:27:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061741 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003592 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004030 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003771 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002962 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003513 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003872 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002841 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:28:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003245 [API:8081]10.0.0.131 - - [2025-11-06 04:28:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063176 [API:8081]10.0.0.41 - - [2025-11-06 04:29:13] "GET /analytics HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.41 - - [2025-11-06 04:29:13] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.38 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.131 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.131 - - [2025-11-06 04:29:43] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.131 - - [2025-11-06 04:30:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071320 [API:8081]10.0.0.131 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.38 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.131 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.38 - - [2025-11-06 04:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.131 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.131 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.38 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.38 - - [2025-11-06 04:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000381 [API:8081]10.0.0.41 - - [2025-11-06 04:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.41 - - [2025-11-06 04:31:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.41 - - [2025-11-06 04:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.41 - - [2025-11-06 04:31:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.131 - - [2025-11-06 04:31:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066107 [API:8081]10.0.0.41 - - [2025-11-06 04:32:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.41 - - [2025-11-06 04:32:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.060359 [API:8081]10.0.0.131 - - [2025-11-06 04:33:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070112 [API:8081]10.0.0.131 - - [2025-11-06 04:34:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074304 [API:8081]10.0.0.131 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.38 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.131 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.38 - - [2025-11-06 04:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.131 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.131 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.38 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-11-06 04:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.41 - - [2025-11-06 04:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2025-11-06 04:36:13] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.41 - - [2025-11-06 04:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.41 - - [2025-11-06 04:36:14] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.131 - - [2025-11-06 04:36:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071992 [API:8081]10.0.0.131 - - [2025-11-06 04:37:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065866 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003368 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003334 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003280 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002942 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003415 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003762 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003213 [LOCAL API:8181]127.0.0.1 - - [2025-11-06 04:38:06] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4662-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003027 [API:8081]10.0.0.41 - - [2025-11-06 04:39:13] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.41 - - [2025-11-06 04:39:13] "GET /analytics HTTP/1.1" 401 205 0.000346 [Introspect:8090]10.0.0.38 - - [2025-11-06 04:39:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001400