++ 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 Aug 28 02:08:51 AM UTC 2025 ===================' INFO: =================== Thu Aug 28 02:08:51 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ awk '{print $2}' +++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ 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.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.38:8081 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.38:8086 10.0.0.41: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.19,10.0.0.38,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.38:8082 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.38:9161 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.38:2181,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.38:5673,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.38:6379 10.0.0.41: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.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.38:9092 10.0.0.41: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.19 ++ 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.19,10.0.0.38,10.0.0.41 ++ 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.19,10.0.0.38,10.0.0.41 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.19,10.0.0.38,10.0.0.41 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 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.19,10.0.0.38,10.0.0.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.19,10.0.0.38,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.17,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.38,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( 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.17,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=__ ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ set -o posix ++ set + 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 08/28/2025 02:08:59.370 7f7611303680 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/28/2025 02:08:59.527 7f7611303680 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 08/28/2025 02:08:59.535 7f7611303680 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/28/2025 02:08:59.536 7f7611303680 [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-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000484 [API:8081]10.0.0.38 - - [2025-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.41 - - [2025-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.41 - - [2025-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000127 [API:8081]10.0.0.19 - - [2025-08-28 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.19 - - [2025-08-28 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.41 - - [2025-08-28 02:10:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.055750 [API:8081]10.0.0.38 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.41 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.41 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.19 - - [2025-08-28 02:10:06] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.19 - - [2025-08-28 02:10:06] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.41 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.41 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.38 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.38 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.41 - - [2025-08-28 02:11:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.044646 [Introspect:8090]10.0.0.38 - - [2025-08-28 02:11:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001165 [Introspect:8090]10.0.0.38 - - [2025-08-28 02:11:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001125 [API:8081]10.0.0.38 - - [2025-08-28 02:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.211070 [API:8081]10.0.0.41 - - [2025-08-28 02:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.605847 [API:8081]10.0.0.41 - - [2025-08-28 02:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160763 [API:8081]10.0.0.38 - - [2025-08-28 02:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.249390 [API:8081]10.0.0.19 - - [2025-08-28 02:12:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.222927 [API:8081]10.0.0.19 - - [2025-08-28 02:12:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.249800 [API:8081]10.0.0.41 - - [2025-08-28 02:13:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049787 [Introspect:8090]10.0.0.19 - - [2025-08-28 02:13:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001116 [Introspect:8090]10.0.0.19 - - [2025-08-28 02:13:12] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000572 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12052 0.063798 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12052 0.056691 [API:8081]10.0.0.19 - - [2025-08-28 02:13:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2025-08-28 02:13:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1348 0.058660 [API:8081]10.0.0.41 - - [2025-08-28 02:14:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.078423 [API:8081]10.0.0.41 - - [2025-08-28 02:16:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082970 [API:8081]10.0.0.41 - - [2025-08-28 02:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.189463 [API:8081]10.0.0.19 - - [2025-08-28 02:17:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.38 - - [2025-08-28 02:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.309301 [API:8081]10.0.0.19 - - [2025-08-28 02:17:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1348 0.197247 [API:8081]10.0.0.41 - - [2025-08-28 02:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156258 [API:8081]10.0.0.38 - - [2025-08-28 02:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.375543 [API:8081]10.0.0.19 - - [2025-08-28 02:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.380050 [API:8081]10.0.0.19 - - [2025-08-28 02:17:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.085382 [API:8081]10.0.0.19 - - [2025-08-28 02:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157469 [API:8081]10.0.0.41 - - [2025-08-28 02:17:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060689 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002458 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002698 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002385 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002757 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002067 [API:8081]10.0.0.41 - - [2025-08-28 02:19:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055393 [API:8081]10.0.0.19 - - [2025-08-28 02:20:06] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2025-08-28 02:20:06] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.41 - - [2025-08-28 02:20:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.051692 [API:8081]10.0.0.41 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.41 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.38 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.38 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.41 - - [2025-08-28 02:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118429 [API:8081]10.0.0.38 - - [2025-08-28 02:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.285950 [API:8081]10.0.0.41 - - [2025-08-28 02:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.295708 [API:8081]10.0.0.38 - - [2025-08-28 02:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.063113 [API:8081]10.0.0.19 - - [2025-08-28 02:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.009915 [API:8081]10.0.0.19 - - [2025-08-28 02:22:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139023 [API:8081]10.0.0.41 - - [2025-08-28 02:22:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053303 [API:8081]10.0.0.19 - - [2025-08-28 02:22:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2025-08-28 02:22:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2352 0.103881 [API:8081]10.0.0.19 - - [2025-08-28 02:22:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2352 0.050248 [API:8081]10.0.0.41 - - [2025-08-28 02:23:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.068217 [API:8081]10.0.0.19 - - [2025-08-28 02:24:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1788 0.008082 [API:8081]10.0.0.19 - - [2025-08-28 02:24:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2016 0.008465 [API:8081]10.0.0.19 - - [2025-08-28 02:24:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2244 0.049900 [API:8081]10.0.0.19 - - [2025-08-28 02:24:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2472 0.008241 [API:8081]10.0.0.41 - - [2025-08-28 02:25:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055438 [API:8081]10.0.0.41 - - [2025-08-28 02:26:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.055902 [API:8081]10.0.0.41 - - [2025-08-28 02:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127322 [API:8081]10.0.0.38 - - [2025-08-28 02:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.119601 [API:8081]10.0.0.41 - - [2025-08-28 02:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154149 [API:8081]10.0.0.38 - - [2025-08-28 02:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130701 [API:8081]10.0.0.19 - - [2025-08-28 02:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.199021 [API:8081]10.0.0.19 - - [2025-08-28 02:27:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131425 [API:8081]10.0.0.19 - - [2025-08-28 02:27:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008513 [API:8081]10.0.0.19 - - [2025-08-28 02:27:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12590 0.024290 [API:8081]10.0.0.19 - - [2025-08-28 02:27:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008808 [API:8081]10.0.0.19 - - [2025-08-28 02:27:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.008480 [API:8081]10.0.0.41 - - [2025-08-28 02:28:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057812 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002961 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002706 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.003254 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002623 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002197 [API:8081]10.0.0.19 - - [2025-08-28 02:29:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2025-08-28 02:29:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.076444 [API:8081]10.0.0.41 - - [2025-08-28 02:29:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.054667 [API:8081]10.0.0.19 - - [2025-08-28 02:30:06] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2025-08-28 02:30:06] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.19 - - [2025-08-28 02:30:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.065706 [API:8081]10.0.0.19 - - [2025-08-28 02:30:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.019571 [API:8081]10.0.0.19 - - [2025-08-28 02:30:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.059706 [API:8081]10.0.0.19 - - [2025-08-28 02:30:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.020716 [API:8081]10.0.0.19 - - [2025-08-28 02:30:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.021623 [API:8081]10.0.0.41 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.41 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.38 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.38 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.19 - - [2025-08-28 02:30:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.021812 [API:8081]10.0.0.19 - - [2025-08-28 02:30:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.018295 [API:8081]10.0.0.19 - - [2025-08-28 02:30:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13035 0.018476 [API:8081]10.0.0.19 - - [2025-08-28 02:30:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12596 0.021715 [API:8081]10.0.0.19 - - [2025-08-28 02:30:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007739 [API:8081]10.0.0.19 - - [2025-08-28 02:30:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2025-08-28 02:30:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1356 0.058547 [API:8081]10.0.0.19 - - [2025-08-28 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2025-08-28 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1740 0.052582 [API:8081]10.0.0.19 - - [2025-08-28 02:31:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1740 0.050904 [API:8081]10.0.0.19 - - [2025-08-28 02:31:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1740 0.049955 [API:8081]10.0.0.41 - - [2025-08-28 02:31:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.438522 [API:8081]10.0.0.41 - - [2025-08-28 02:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.116824 [API:8081]10.0.0.38 - - [2025-08-28 02:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128068 [API:8081]10.0.0.41 - - [2025-08-28 02:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123208 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13341 0.024033 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131722 [API:8081]10.0.0.38 - - [2025-08-28 02:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.246198 [API:8081]10.0.0.19 - - [2025-08-28 02:32:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13341 0.059623 [API:8081]10.0.0.19 - - [2025-08-28 02:32:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008819 [API:8081]10.0.0.19 - - [2025-08-28 02:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.125755 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008312 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13341 0.018799 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13341 0.017760 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008603 [API:8081]10.0.0.41 - - [2025-08-28 02:32:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052787 [API:8081]10.0.0.19 - - [2025-08-28 02:32:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.019543 [API:8081]10.0.0.19 - - [2025-08-28 02:32:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.019165 [API:8081]10.0.0.19 - - [2025-08-28 02:32:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.020794 [API:8081]10.0.0.19 - - [2025-08-28 02:33:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.018227 [API:8081]10.0.0.19 - - [2025-08-28 02:33:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.019523 [API:8081]10.0.0.19 - - [2025-08-28 02:33:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.020718 [API:8081]10.0.0.19 - - [2025-08-28 02:33:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.018121 [API:8081]10.0.0.19 - - [2025-08-28 02:33:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13356 0.019340 [API:8081]10.0.0.19 - - [2025-08-28 02:33:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12994 0.017483 [API:8081]10.0.0.19 - - [2025-08-28 02:33:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008121 [API:8081]10.0.0.19 - - [2025-08-28 02:33:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008040 [API:8081]10.0.0.19 - - [2025-08-28 02:33:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12601 0.019396 [API:8081]10.0.0.19 - - [2025-08-28 02:33:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008054 [API:8081]10.0.0.19 - - [2025-08-28 02:34:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.19 - - [2025-08-28 02:34:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.054636 [API:8081]10.0.0.19 - - [2025-08-28 02:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.052240 [API:8081]10.0.0.19 - - [2025-08-28 02:34:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.050247 [API:8081]10.0.0.41 - - [2025-08-28 02:34:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048920 [API:8081]10.0.0.19 - - [2025-08-28 02:34:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13383 0.020732 [API:8081]10.0.0.19 - - [2025-08-28 02:34:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13383 0.020331 [API:8081]10.0.0.19 - - [2025-08-28 02:34:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009358 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009072 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13383 0.018254 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13383 0.018609 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009401 [API:8081]10.0.0.41 - - [2025-08-28 02:35:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.051056 [API:8081]10.0.0.19 - - [2025-08-28 02:35:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13396 0.018960 [API:8081]10.0.0.19 - - [2025-08-28 02:35:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13396 0.019163 [API:8081]10.0.0.19 - - [2025-08-28 02:35:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13014 0.019859 [API:8081]10.0.0.19 - - [2025-08-28 02:35:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008368 [API:8081]10.0.0.19 - - [2025-08-28 02:36:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011008 [API:8081]10.0.0.19 - - [2025-08-28 02:36:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12786 0.019110 [API:8081]10.0.0.19 - - [2025-08-28 02:36:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007594 [API:8081]10.0.0.19 - - [2025-08-28 02:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2025-08-28 02:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1536 0.049853 [API:8081]10.0.0.19 - - [2025-08-28 02:36:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1536 0.050931 [API:8081]10.0.0.41 - - [2025-08-28 02:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131277 [API:8081]10.0.0.38 - - [2025-08-28 02:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141601 [API:8081]10.0.0.41 - - [2025-08-28 02:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148251 [API:8081]10.0.0.38 - - [2025-08-28 02:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.207151 [API:8081]10.0.0.19 - - [2025-08-28 02:37:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.267610 [API:8081]10.0.0.19 - - [2025-08-28 02:37:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152863 [API:8081]10.0.0.41 - - [2025-08-28 02:37:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055363 [API:8081]10.0.0.19 - - [2025-08-28 02:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-08-28 02:38:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1772 0.054757 [API:8081]10.0.0.41 - - [2025-08-28 02:38:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062082 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002663 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002856 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004259 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002488 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002028 [API:8081]10.0.0.19 - - [2025-08-28 02:40:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13037 0.060462 [API:8081]10.0.0.19 - - [2025-08-28 02:40:06] "GET /analytics HTTP/1.1" 401 205 0.000492 [API:8081]10.0.0.19 - - [2025-08-28 02:40:06] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.19 - - [2025-08-28 02:40:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13037 0.020780 [API:8081]10.0.0.19 - - [2025-08-28 02:40:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13037 0.063920 [API:8081]10.0.0.19 - - [2025-08-28 02:40:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12603 0.018443 [API:8081]10.0.0.19 - - [2025-08-28 02:40:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008781 [API:8081]10.0.0.41 - - [2025-08-28 02:40:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.340373 [API:8081]10.0.0.19 - - [2025-08-28 02:40:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2025-08-28 02:40:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.048271 [API:8081]10.0.0.19 - - [2025-08-28 02:40:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.052896 [API:8081]10.0.0.41 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.41 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.38 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.38 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.41 - - [2025-08-28 02:41:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052376 [API:8081]10.0.0.41 - - [2025-08-28 02:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139318 [API:8081]10.0.0.38 - - [2025-08-28 02:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153337 [API:8081]10.0.0.41 - - [2025-08-28 02:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152336 [API:8081]10.0.0.38 - - [2025-08-28 02:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.113577 [API:8081]10.0.0.19 - - [2025-08-28 02:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.115582 [API:8081]10.0.0.19 - - [2025-08-28 02:42:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129041 [API:8081]10.0.0.41 - - [2025-08-28 02:43:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056962 [API:8081]10.0.0.19 - - [2025-08-28 02:43:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007720 [API:8081]10.0.0.19 - - [2025-08-28 02:43:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12600 0.059813 [API:8081]10.0.0.19 - - [2025-08-28 02:43:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009212 [API:8081]10.0.0.19 - - [2025-08-28 02:44:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2025-08-28 02:44:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1352 0.049566 [API:8081]10.0.0.19 - - [2025-08-28 02:44:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1588 0.044434 [API:8081]10.0.0.41 - - [2025-08-28 02:44:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059183 [API:8081]10.0.0.41 - - [2025-08-28 02:46:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057342 [API:8081]10.0.0.41 - - [2025-08-28 02:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141841 [API:8081]10.0.0.38 - - [2025-08-28 02:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161898 [API:8081]10.0.0.41 - - [2025-08-28 02:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128217 [API:8081]10.0.0.38 - - [2025-08-28 02:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133621 [API:8081]10.0.0.19 - - [2025-08-28 02:47:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200885 [API:8081]10.0.0.19 - - [2025-08-28 02:47:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.136381 [API:8081]10.0.0.19 - - [2025-08-28 02:47:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008998 [API:8081]10.0.0.19 - - [2025-08-28 02:47:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12796 0.059958 [API:8081]10.0.0.19 - - [2025-08-28 02:47:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007670 [API:8081]10.0.0.41 - - [2025-08-28 02:47:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.053541 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002911 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002807 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002353 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001878 [API:8081]10.0.0.41 - - [2025-08-28 02:49:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064603 [API:8081]10.0.0.19 - - [2025-08-28 02:50:06] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2025-08-28 02:50:06] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.19 - - [2025-08-28 02:50:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.19 - - [2025-08-28 02:50:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1746 0.050299 [API:8081]10.0.0.41 - - [2025-08-28 02:50:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.053202 [API:8081]10.0.0.41 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.38 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.19 - - [2025-08-28 02:51:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.059719 [API:8081]10.0.0.41 - - [2025-08-28 02:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152041 [API:8081]10.0.0.38 - - [2025-08-28 02:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129083 [API:8081]10.0.0.41 - - [2025-08-28 02:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153694 [API:8081]10.0.0.38 - - [2025-08-28 02:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154570 [API:8081]10.0.0.19 - - [2025-08-28 02:52:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.204130 [API:8081]10.0.0.19 - - [2025-08-28 02:52:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155607 [API:8081]10.0.0.41 - - [2025-08-28 02:52:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053892 [API:8081]10.0.0.19 - - [2025-08-28 02:53:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2025-08-28 02:53:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.045844 [API:8081]10.0.0.41 - - [2025-08-28 02:53:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059109 [API:8081]10.0.0.19 - - [2025-08-28 02:53:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13218 0.057173 [API:8081]10.0.0.19 - - [2025-08-28 02:53:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13218 0.018195 [API:8081]10.0.0.19 - - [2025-08-28 02:53:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.046508 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007942 [API:8081]10.0.0.41 - - [2025-08-28 02:55:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056965 [API:8081]10.0.0.19 - - [2025-08-28 02:56:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007791 [API:8081]10.0.0.19 - - [2025-08-28 02:56:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12623 0.025021 [API:8081]10.0.0.19 - - [2025-08-28 02:56:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009316 [API:8081]10.0.0.19 - - [2025-08-28 02:56:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2025-08-28 02:56:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1482 0.055840 [API:8081]10.0.0.41 - - [2025-08-28 02:56:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056088 [API:8081]10.0.0.41 - - [2025-08-28 02:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148804 [API:8081]10.0.0.38 - - [2025-08-28 02:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129982 [API:8081]10.0.0.41 - - [2025-08-28 02:57:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147559 [API:8081]10.0.0.38 - - [2025-08-28 02:57:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.236301 [API:8081]10.0.0.19 - - [2025-08-28 02:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.249996 [API:8081]10.0.0.19 - - [2025-08-28 02:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131713 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13248 0.065440 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13248 0.024173 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.050861 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008285 [API:8081]10.0.0.41 - - [2025-08-28 02:58:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054369 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002689 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002403 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003506 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002564 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001739 [API:8081]10.0.0.19 - - [2025-08-28 02:59:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007759 [API:8081]10.0.0.19 - - [2025-08-28 02:59:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13250 0.021428 [API:8081]10.0.0.19 - - [2025-08-28 02:59:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13250 0.019862 [API:8081]10.0.0.19 - - [2025-08-28 02:59:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13249 0.021063 [API:8081]10.0.0.19 - - [2025-08-28 02:59:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13249 0.017527 [API:8081]10.0.0.19 - - [2025-08-28 02:59:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13249 0.019142 [API:8081]10.0.0.19 - - [2025-08-28 02:59:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13249 0.020499 [API:8081]10.0.0.19 - - [2025-08-28 02:59:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13249 0.017808 [API:8081]10.0.0.19 - - [2025-08-28 02:59:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13249 0.019991 [API:8081]10.0.0.19 - - [2025-08-28 02:59:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13249 0.019491 [API:8081]10.0.0.41 - - [2025-08-28 02:59:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.054293 [API:8081]10.0.0.19 - - [2025-08-28 02:59:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12924 0.019371 [API:8081]10.0.0.19 - - [2025-08-28 02:59:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013635 [API:8081]10.0.0.19 - - [2025-08-28 02:59:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2025-08-28 02:59:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.050549 [API:8081]10.0.0.19 - - [2025-08-28 03:00:06] "GET /analytics HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.19 - - [2025-08-28 03:00:06] "GET /analytics HTTP/1.1" 401 205 0.000200 [API:8081]10.0.0.41 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.41 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.38 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.38 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13198 0.067440 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13198 0.094920 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010621 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007692 [API:8081]10.0.0.41 - - [2025-08-28 03:01:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055537 [API:8081]10.0.0.41 - - [2025-08-28 03:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121737 [API:8081]10.0.0.38 - - [2025-08-28 03:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128178 [API:8081]10.0.0.41 - - [2025-08-28 03:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150678 [API:8081]10.0.0.38 - - [2025-08-28 03:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.061477 [API:8081]10.0.0.19 - - [2025-08-28 03:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.054020 [API:8081]10.0.0.19 - - [2025-08-28 03:02:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133207 [API:8081]10.0.0.19 - - [2025-08-28 03:02:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009256 [API:8081]10.0.0.41 - - [2025-08-28 03:02:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057291 [API:8081]10.0.0.19 - - [2025-08-28 03:02:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.022147 [API:8081]10.0.0.19 - - [2025-08-28 03:02:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.019180 [API:8081]10.0.0.19 - - [2025-08-28 03:02:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.019593 [API:8081]10.0.0.19 - - [2025-08-28 03:02:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.020544 [API:8081]10.0.0.19 - - [2025-08-28 03:02:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.021705 [API:8081]10.0.0.19 - - [2025-08-28 03:03:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.021996 [API:8081]10.0.0.19 - - [2025-08-28 03:03:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.021464 [API:8081]10.0.0.19 - - [2025-08-28 03:03:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.018585 [API:8081]10.0.0.19 - - [2025-08-28 03:03:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.020375 [API:8081]10.0.0.19 - - [2025-08-28 03:03:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13898 0.021393 [API:8081]10.0.0.19 - - [2025-08-28 03:03:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12634 0.019158 [API:8081]10.0.0.19 - - [2025-08-28 03:03:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008780 [API:8081]10.0.0.19 - - [2025-08-28 03:03:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.19 - - [2025-08-28 03:03:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1542 0.051117 [API:8081]10.0.0.19 - - [2025-08-28 03:03:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1754 0.051103 [API:8081]10.0.0.19 - - [2025-08-28 03:03:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1968 0.054393 [API:8081]10.0.0.19 - - [2025-08-28 03:03:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1328 0.008073 [API:8081]10.0.0.19 - - [2025-08-28 03:03:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008104 [API:8081]10.0.0.19 - - [2025-08-28 03:03:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1754 0.022584 [API:8081]10.0.0.19 - - [2025-08-28 03:03:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1978 0.008461 [API:8081]10.0.0.19 - - [2025-08-28 03:03:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2204 0.009585 [API:8081]10.0.0.19 - - [2025-08-28 03:04:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2025-08-28 03:04:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1328 0.086360 [API:8081]10.0.0.19 - - [2025-08-28 03:04:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.058544 [API:8081]10.0.0.19 - - [2025-08-28 03:04:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1762 0.062875 [API:8081]10.0.0.19 - - [2025-08-28 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.008957 [API:8081]10.0.0.19 - - [2025-08-28 03:04:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1756 0.008566 [API:8081]10.0.0.19 - - [2025-08-28 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1970 0.008734 [API:8081]10.0.0.19 - - [2025-08-28 03:04:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.19 - - [2025-08-28 03:04:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.050169 [API:8081]10.0.0.19 - - [2025-08-28 03:04:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1532 0.062473 [API:8081]10.0.0.41 - - [2025-08-28 03:04:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.116434 [API:8081]10.0.0.19 - - [2025-08-28 03:04:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1742 0.008215 [API:8081]10.0.0.19 - - [2025-08-28 03:04:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1324 0.008867 [API:8081]10.0.0.19 - - [2025-08-28 03:04:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1532 0.050620 [API:8081]10.0.0.19 - - [2025-08-28 03:04:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1742 0.009072 [API:8081]10.0.0.19 - - [2025-08-28 03:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1962 0.009362 [API:8081]10.0.0.19 - - [2025-08-28 03:04:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2184 0.008555 [API:8081]10.0.0.19 - - [2025-08-28 03:05:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2025-08-28 03:05:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.053974 [API:8081]10.0.0.19 - - [2025-08-28 03:05:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.047934 [API:8081]10.0.0.19 - - [2025-08-28 03:05:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.046223 [API:8081]10.0.0.19 - - [2025-08-28 03:05:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1998 0.009639 [API:8081]10.0.0.19 - - [2025-08-28 03:05:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2232 0.008855 [API:8081]10.0.0.41 - - [2025-08-28 03:05:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057575 [API:8081]10.0.0.41 - - [2025-08-28 03:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166559 [API:8081]10.0.0.38 - - [2025-08-28 03:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142517 [API:8081]10.0.0.41 - - [2025-08-28 03:07:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151345 [API:8081]10.0.0.38 - - [2025-08-28 03:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.280919 [API:8081]10.0.0.19 - - [2025-08-28 03:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.249387 [API:8081]10.0.0.19 - - [2025-08-28 03:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157829 [API:8081]10.0.0.41 - - [2025-08-28 03:07:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051399 [API:8081]10.0.0.41 - - [2025-08-28 03:08:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056322 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003109 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002930 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002324 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002125 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001995 [API:8081]10.0.0.19 - - [2025-08-28 03:10:06] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2025-08-28 03:10:06] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.41 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.41 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.38 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000207 [API:8081]10.0.0.38 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.41 - - [2025-08-28 03:10:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052275 [API:8081]10.0.0.19 - - [2025-08-28 03:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-08-28 03:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.067689 [API:8081]10.0.0.19 - - [2025-08-28 03:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1756 0.046161 [API:8081]10.0.0.41 - - [2025-08-28 03:11:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052318 [API:8081]10.0.0.41 - - [2025-08-28 03:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171444 [API:8081]10.0.0.38 - - [2025-08-28 03:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140694 [API:8081]10.0.0.41 - - [2025-08-28 03:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.186300 [API:8081]10.0.0.38 - - [2025-08-28 03:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.079257 [API:8081]10.0.0.19 - - [2025-08-28 03:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163043 [API:8081]10.0.0.19 - - [2025-08-28 03:12:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155716 [API:8081]10.0.0.41 - - [2025-08-28 03:13:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055372 [API:8081]10.0.0.19 - - [2025-08-28 03:14:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2025-08-28 03:14:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.050351 [API:8081]10.0.0.41 - - [2025-08-28 03:14:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052066 [API:8081]10.0.0.19 - - [2025-08-28 03:15:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2025-08-28 03:15:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.049672 [API:8081]10.0.0.41 - - [2025-08-28 03:16:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059753 [API:8081]10.0.0.41 - - [2025-08-28 03:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163992 [API:8081]10.0.0.38 - - [2025-08-28 03:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157105 [API:8081]10.0.0.41 - - [2025-08-28 03:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130962 [API:8081]10.0.0.38 - - [2025-08-28 03:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130080 [API:8081]10.0.0.19 - - [2025-08-28 03:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.217347 [API:8081]10.0.0.19 - - [2025-08-28 03:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.115478 [API:8081]10.0.0.41 - - [2025-08-28 03:17:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056984 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003335 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002819 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003266 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002962 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002622 [API:8081]10.0.0.41 - - [2025-08-28 03:19:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066529 [API:8081]10.0.0.19 - - [2025-08-28 03:20:06] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.19 - - [2025-08-28 03:20:06] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.19 - - [2025-08-28 03:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.19 - - [2025-08-28 03:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1318 0.053645 [API:8081]10.0.0.41 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.41 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.38 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.38 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.41 - - [2025-08-28 03:20:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052429 [API:8081]10.0.0.41 - - [2025-08-28 03:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130958 [API:8081]10.0.0.38 - - [2025-08-28 03:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145539 [API:8081]10.0.0.41 - - [2025-08-28 03:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182329 [API:8081]10.0.0.19 - - [2025-08-28 03:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127098 [API:8081]10.0.0.38 - - [2025-08-28 03:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.239093 [API:8081]10.0.0.19 - - [2025-08-28 03:22:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150062 [API:8081]10.0.0.41 - - [2025-08-28 03:22:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050854 [API:8081]10.0.0.41 - - [2025-08-28 03:23:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.054041 [API:8081]10.0.0.19 - - [2025-08-28 03:25:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2025-08-28 03:25:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13039 0.062172 [API:8081]10.0.0.19 - - [2025-08-28 03:25:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13039 0.056093 [API:8081]10.0.0.19 - - [2025-08-28 03:25:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.048257 [API:8081]10.0.0.19 - - [2025-08-28 03:25:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1324 0.012352 [API:8081]10.0.0.19 - - [2025-08-28 03:25:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.020291 [API:8081]10.0.0.19 - - [2025-08-28 03:25:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.019233 [API:8081]10.0.0.19 - - [2025-08-28 03:25:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.019577 [API:8081]10.0.0.19 - - [2025-08-28 03:25:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.024612 [API:8081]10.0.0.19 - - [2025-08-28 03:25:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.020689 [API:8081]10.0.0.19 - - [2025-08-28 03:25:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.023263 [API:8081]10.0.0.19 - - [2025-08-28 03:25:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.022782 [API:8081]10.0.0.19 - - [2025-08-28 03:25:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13038 0.019788 [API:8081]10.0.0.19 - - [2025-08-28 03:25:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12646 0.020311 [API:8081]10.0.0.19 - - [2025-08-28 03:25:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009490 [API:8081]10.0.0.41 - - [2025-08-28 03:25:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099776 [API:8081]10.0.0.41 - - [2025-08-28 03:27:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062586 [API:8081]10.0.0.41 - - [2025-08-28 03:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.167937 [API:8081]10.0.0.38 - - [2025-08-28 03:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.179907 [API:8081]10.0.0.41 - - [2025-08-28 03:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162633 [API:8081]10.0.0.38 - - [2025-08-28 03:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.112202 [API:8081]10.0.0.19 - - [2025-08-28 03:27:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223232 [API:8081]10.0.0.19 - - [2025-08-28 03:27:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154456 [API:8081]10.0.0.19 - - [2025-08-28 03:28:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2025-08-28 03:28:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1962 0.062293 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003855 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002661 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002555 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002189 [API:8081]10.0.0.41 - - [2025-08-28 03:29:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059003 [API:8081]10.0.0.41 - - [2025-08-28 03:30:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.055410 [API:8081]10.0.0.19 - - [2025-08-28 03:30:06] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2025-08-28 03:30:06] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.41 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.41 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.38 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.38 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.19 - - [2025-08-28 03:31:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2025-08-28 03:31:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1320 0.052721 [API:8081]10.0.0.41 - - [2025-08-28 03:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127073 [API:8081]10.0.0.38 - - [2025-08-28 03:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152650 [API:8081]10.0.0.41 - - [2025-08-28 03:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176438 [API:8081]10.0.0.38 - - [2025-08-28 03:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168572 [API:8081]10.0.0.19 - - [2025-08-28 03:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253737 [API:8081]10.0.0.41 - - [2025-08-28 03:32:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068095 [API:8081]10.0.0.19 - - [2025-08-28 03:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.316886 [API:8081]10.0.0.41 - - [2025-08-28 03:33:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060829 [API:8081]10.0.0.19 - - [2025-08-28 03:33:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2025-08-28 03:33:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.075546 [API:8081]10.0.0.19 - - [2025-08-28 03:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2025-08-28 03:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.052919 [API:8081]10.0.0.41 - - [2025-08-28 03:35:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059949 [API:8081]10.0.0.19 - - [2025-08-28 03:35:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.098355 [API:8081]10.0.0.19 - - [2025-08-28 03:35:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.009029 [API:8081]10.0.0.19 - - [2025-08-28 03:35:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.052011 [API:8081]10.0.0.19 - - [2025-08-28 03:36:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.009376 [API:8081]10.0.0.19 - - [2025-08-28 03:36:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.008798 [API:8081]10.0.0.19 - - [2025-08-28 03:36:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.008677 [API:8081]10.0.0.19 - - [2025-08-28 03:36:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.011215 [API:8081]10.0.0.19 - - [2025-08-28 03:36:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.009691 [API:8081]10.0.0.41 - - [2025-08-28 03:36:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.054293 [API:8081]10.0.0.41 - - [2025-08-28 03:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.196309 [API:8081]10.0.0.38 - - [2025-08-28 03:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178645 [API:8081]10.0.0.41 - - [2025-08-28 03:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168548 [API:8081]10.0.0.38 - - [2025-08-28 03:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.102855 [API:8081]10.0.0.19 - - [2025-08-28 03:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140094 [API:8081]10.0.0.19 - - [2025-08-28 03:37:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144044 [API:8081]10.0.0.41 - - [2025-08-28 03:38:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059179 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003285 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002753 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003363 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002641 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002545 [API:8081]10.0.0.41 - - [2025-08-28 03:39:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.070136 [API:8081]10.0.0.19 - - [2025-08-28 03:39:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13762 0.019858 [API:8081]10.0.0.19 - - [2025-08-28 03:40:06] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2025-08-28 03:40:06] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.41 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.41 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.38 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.38 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.41 - - [2025-08-28 03:41:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058763 [API:8081]10.0.0.41 - - [2025-08-28 03:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147026 [API:8081]10.0.0.38 - - [2025-08-28 03:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176918 [API:8081]10.0.0.41 - - [2025-08-28 03:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153924 [API:8081]10.0.0.38 - - [2025-08-28 03:42:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.263821 [API:8081]10.0.0.19 - - [2025-08-28 03:42:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.252130 [API:8081]10.0.0.19 - - [2025-08-28 03:42:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160152 [API:8081]10.0.0.41 - - [2025-08-28 03:42:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.061425 [API:8081]10.0.0.41 - - [2025-08-28 03:44:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060428 [API:8081]10.0.0.41 - - [2025-08-28 03:45:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.055801 [API:8081]10.0.0.41 - - [2025-08-28 03:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133686 [API:8081]10.0.0.38 - - [2025-08-28 03:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150175 [API:8081]10.0.0.41 - - [2025-08-28 03:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170511 [API:8081]10.0.0.19 - - [2025-08-28 03:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.015976 [API:8081]10.0.0.38 - - [2025-08-28 03:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170530 [API:8081]10.0.0.19 - - [2025-08-28 03:47:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231553 [API:8081]10.0.0.41 - - [2025-08-28 03:47:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056596 [API:8081]10.0.0.41 - - [2025-08-28 03:48:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.073860 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003297 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003961 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003047 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002658 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002922 [API:8081]10.0.0.19 - - [2025-08-28 03:50:06] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2025-08-28 03:50:06] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.19 - - [2025-08-28 03:50:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2025-08-28 03:50:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1534 0.073652 [API:8081]10.0.0.41 - - [2025-08-28 03:50:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057103 [API:8081]10.0.0.41 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.41 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000192 [API:8081]10.0.0.38 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.38 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13037 0.064861 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 13037 0.022390 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.058782 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009554 [API:8081]10.0.0.41 - - [2025-08-28 03:51:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063950 [API:8081]10.0.0.41 - - [2025-08-28 03:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.116402 [API:8081]10.0.0.38 - - [2025-08-28 03:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121390 [API:8081]10.0.0.41 - - [2025-08-28 03:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188091 [API:8081]10.0.0.38 - - [2025-08-28 03:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.134218 [API:8081]10.0.0.19 - - [2025-08-28 03:52:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159223 [API:8081]10.0.0.19 - - [2025-08-28 03:52:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173913 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009041 [API:8081]10.0.0.19 - - [2025-08-28 03:53:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 11941 0.023365 [API:8081]10.0.0.19 - - [2025-08-28 03:53:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 11941 0.024635 [API:8081]10.0.0.19 - - [2025-08-28 03:53:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011289 [API:8081]10.0.0.41 - - [2025-08-28 03:53:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055966 [API:8081]10.0.0.19 - - [2025-08-28 03:54:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12232 0.019649 [API:8081]10.0.0.19 - - [2025-08-28 03:54:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008937 [API:8081]10.0.0.41 - - [2025-08-28 03:54:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060819 [API:8081]10.0.0.19 - - [2025-08-28 03:54:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009548 [API:8081]10.0.0.41 - - [2025-08-28 03:56:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080280 [API:8081]10.0.0.19 - - [2025-08-28 03:56:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2025-08-28 03:56:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12829 0.062241 [API:8081]10.0.0.19 - - [2025-08-28 03:56:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12829 0.065169 [API:8081]10.0.0.19 - - [2025-08-28 03:56:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2025-08-28 03:56:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.106267 [API:8081]10.0.0.19 - - [2025-08-28 03:56:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12829 0.019909 [API:8081]10.0.0.19 - - [2025-08-28 03:56:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12829 0.066514 [API:8081]10.0.0.19 - - [2025-08-28 03:56:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12829 0.020952 [API:8081]10.0.0.19 - - [2025-08-28 03:56:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12829 0.020971 [API:8081]10.0.0.41 - - [2025-08-28 03:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148281 [API:8081]10.0.0.19 - - [2025-08-28 03:57:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12420 0.028551 [API:8081]10.0.0.19 - - [2025-08-28 03:57:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009953 [API:8081]10.0.0.38 - - [2025-08-28 03:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.279759 [API:8081]10.0.0.41 - - [2025-08-28 03:57:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.261052 [API:8081]10.0.0.38 - - [2025-08-28 03:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.419032 [API:8081]10.0.0.19 - - [2025-08-28 03:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.675251 [API:8081]10.0.0.19 - - [2025-08-28 03:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.379495 [API:8081]10.0.0.41 - - [2025-08-28 03:57:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.172592 [API:8081]10.0.0.19 - - [2025-08-28 03:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000470 [API:8081]10.0.0.19 - - [2025-08-28 03:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.052531 [API:8081]10.0.0.19 - - [2025-08-28 03:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.053463 [API:8081]10.0.0.19 - - [2025-08-28 03:57:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1608 0.057305 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.19 - - [2025-08-28 03:58:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.083518 [API:8081]10.0.0.19 - - [2025-08-28 03:58:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010889 [Introspect:8090]10.0.0.19 - - [2025-08-28 03:58:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001035 [API:8081]10.0.0.19 - - [2025-08-28 03:58:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.19 - - [2025-08-28 03:58:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.060137 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002790 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002676 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002766 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002609 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002409 [API:8081]10.0.0.41 - - [2025-08-28 03:59:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054506 [API:8081]10.0.0.19 - - [2025-08-28 04:00:06] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2025-08-28 04:00:06] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.41 - - [2025-08-28 04:00:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.062058 [API:8081]10.0.0.41 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.41 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.38 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.19 - - [2025-08-28 04:00:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013321 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12952 0.066118 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12952 0.095996 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008289 [API:8081]10.0.0.19 - - [2025-08-28 04:01:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12952 0.027387 [API:8081]10.0.0.19 - - [2025-08-28 04:01:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12561 0.019045 [API:8081]10.0.0.19 - - [2025-08-28 04:01:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009400 [API:8081]10.0.0.19 - - [2025-08-28 04:01:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009388 [API:8081]10.0.0.19 - - [2025-08-28 04:01:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.009305 [API:8081]10.0.0.19 - - [2025-08-28 04:01:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1536 0.009583 [API:8081]10.0.0.41 - - [2025-08-28 04:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150544 [API:8081]10.0.0.38 - - [2025-08-28 04:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155575 [API:8081]10.0.0.41 - - [2025-08-28 04:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.155348 [API:8081]10.0.0.38 - - [2025-08-28 04:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.107467 [API:8081]10.0.0.19 - - [2025-08-28 04:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.082850 [API:8081]10.0.0.19 - - [2025-08-28 04:02:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128031 [API:8081]10.0.0.41 - - [2025-08-28 04:02:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061590 [API:8081]10.0.0.41 - - [2025-08-28 04:03:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.075578 [Introspect:8090]10.0.0.19 - - [2025-08-28 04:04:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001123 [API:8081]10.0.0.19 - - [2025-08-28 04:04:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1746 0.053870 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.055846 [API:8081]10.0.0.41 - - [2025-08-28 04:05:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060051 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008289 [API:8081]10.0.0.41 - - [2025-08-28 04:06:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.058638 [API:8081]10.0.0.19 - - [2025-08-28 04:06:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.052894 [API:8081]10.0.0.19 - - [2025-08-28 04:06:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.018032 [API:8081]10.0.0.41 - - [2025-08-28 04:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156502 [API:8081]10.0.0.38 - - [2025-08-28 04:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153627 [API:8081]10.0.0.41 - - [2025-08-28 04:07:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123823 [API:8081]10.0.0.38 - - [2025-08-28 04:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.273272 [API:8081]10.0.0.19 - - [2025-08-28 04:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231001 [API:8081]10.0.0.19 - - [2025-08-28 04:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203194 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.049194 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.056579 [API:8081]10.0.0.41 - - [2025-08-28 04:08:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065217 [API:8081]10.0.0.19 - - [2025-08-28 04:08:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008251 [API:8081]10.0.0.19 - - [2025-08-28 04:08:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009485 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:08:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003238 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003168 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:09:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003680 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:09:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002878 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:09:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002567 [API:8081]10.0.0.19 - - [2025-08-28 04:09:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2025-08-28 04:09:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.052088 [API:8081]10.0.0.19 - - [2025-08-28 04:09:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.057386 [API:8081]10.0.0.41 - - [2025-08-28 04:09:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065168 [API:8081]10.0.0.19 - - [2025-08-28 04:10:06] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2025-08-28 04:10:06] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.41 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.38 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.38 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.41 - - [2025-08-28 04:11:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056442 [API:8081]10.0.0.41 - - [2025-08-28 04:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153540 [API:8081]10.0.0.38 - - [2025-08-28 04:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160718 [API:8081]10.0.0.41 - - [2025-08-28 04:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147874 [API:8081]10.0.0.38 - - [2025-08-28 04:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.119346 [API:8081]10.0.0.19 - - [2025-08-28 04:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.081573 [API:8081]10.0.0.19 - - [2025-08-28 04:12:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159726 [API:8081]10.0.0.41 - - [2025-08-28 04:12:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.067188 [API:8081]10.0.0.19 - - [2025-08-28 04:14:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-08-28 04:14:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.056736 [API:8081]10.0.0.41 - - [2025-08-28 04:14:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067439 [API:8081]10.0.0.41 - - [2025-08-28 04:15:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.065101 [API:8081]10.0.0.41 - - [2025-08-28 04:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129799 [API:8081]10.0.0.38 - - [2025-08-28 04:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175723 [API:8081]10.0.0.41 - - [2025-08-28 04:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163959 [API:8081]10.0.0.38 - - [2025-08-28 04:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146839 [API:8081]10.0.0.19 - - [2025-08-28 04:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.255509 [API:8081]10.0.0.19 - - [2025-08-28 04:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154368 [API:8081]10.0.0.41 - - [2025-08-28 04:17:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055995 [API:8081]10.0.0.41 - - [2025-08-28 04:18:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.072578 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:19:00] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003224 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:19:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002971 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:19:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002882 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:19:00] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003424 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:19:00] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002200 [Introspect:8090]10.0.0.38 - - [2025-08-28 04:19:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001248