Results

By type

          Service started with pid=6
 | 2023-02-15T08:31:33.085Z	 |                               reactor.util.Loggers	 | DEBUG	 | Using Slf4j logging framework	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:33.169Z	 | t.services.cbs.client.model.CbsClientConfiguration	 | INFO	 | CBS client will use plain http protocol.	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:33.174Z	 | .sdk.rest.services.cbs.client.api.CbsClientFactory	 | INFO	 | Configuration used for CBS Client: CbsClientConfiguration{hostname=config-binding-service, port=0, appName=dcae-hv-ves-collector, protocol=http, trustStoreKeys=null, consulHost=consul-server, consulPort=8500, cbsName=config-binding-service, configMapFilePath=/app-config-input/application_config.yaml, policySyncFilePath=/etc/policies/policies.json}	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:33.667Z	 | ollectors.veshv.config.impl.HvVesCommandLineParser	 | INFO	 | Healthcheck port missing on command line, using default: 6060	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:34.137Z	 | r.core.util.internal.logging.InternalLoggerFactory	 | DEBUG	 | Using SLF4J as the default logging framework	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:35.109Z	 | ae.collectors.veshv.main.servers.HealthCheckServer	 | INFO	 | Health check server is up and listening on 0.0.0.0:6060	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-1
 | 2023-02-15T08:31:35.162Z	 | ae.collectors.veshv.config.api.ConfigurationModule	 | INFO	 | Using base configuration file: /etc/ves-hv/configuration/base.json	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:35.196Z	 | ae.collectors.veshv.config.api.ConfigurationModule	 | INFO	 | Successfully parsed configuration file to: PartialConfiguration(listenPort=Some(6061), idleTimeoutSec=Some(60), firstRequestDelaySec=Some(10), requestIntervalSec=Some(5), sslDisable=Some(true), keyStoreFile=None, keyStorePasswordFile=None, trustStoreFile=None, trustStorePasswordFile=None, logLevel=Some(INFO), streamPublishers=None)	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:35.363Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Trying to load configuration from configMap file: /app-config-input/application_config.yaml	 | 	 | 	 | 	 | main
 | 2023-02-15T08:31:35.506Z	 | dcae.collectors.veshv.config.impl.CbsClientAdapter	 | INFO	 | CBS client successfully created, first request will be sent in 10 s	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | main
 | 2023-02-15T08:31:37.985Z	 | ors.veshv.healthcheck.factory.HealthCheckApiServer	 | DEBUG	 | Component status: OUT_OF_SERVICE, Component is starting	 | 	 | 	 | 	 | reactor-http-epoll-2
 | 2023-02-15T08:31:45.544Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:31:45.548Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Received new configuration:
{"cbs.requestIntervalSec":5,"logLevel":"INFO","security.keys.keyStoreFile":"/etc/ves-hv/ssl/cert.jks","security.keys.keyStorePasswordFile":"/etc/ves-hv/ssl/jks.pass","security.keys.trustStoreFile":"/etc/ves-hv/ssl/trust.jks","security.keys.trustStorePasswordFile":"/etc/ves-hv/ssl/trust.pass","security.sslDisable":true,"server.idleTimeoutSec":300,"server.listenPort":6061,"streams_publishes":{"perf3gpp":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"HV_VES_PERF3GPP"},"type":"kafka"},"ves-3gpp-fault-supervision":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_FAULTSUPERVISION_OUTPUT"},"type":"kafka"},"ves-3gpp-heartbeat":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_HEARTBEAT_OUTPUT"},"type":"kafka"},"ves-3gpp-performance-assurance":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT"},"type":"kafka"},"ves-3gpp-provisioning":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_PROVISIONING_OUTPUT"},"type":"kafka"}}}	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | parallel-1
 | 2023-02-15T08:31:45.661Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Successfully parsed configuration json to:
PartialConfiguration(listenPort=Some(6061), idleTimeoutSec=Some(300), firstRequestDelaySec=None, requestIntervalSec=Some(5), sslDisable=Some(true), keyStoreFile=Some(/etc/ves-hv/ssl/cert.jks), keyStorePasswordFile=Some(/etc/ves-hv/ssl/jks.pass), trustStoreFile=Some(/etc/ves-hv/ssl/trust.jks), trustStorePasswordFile=Some(/etc/ves-hv/ssl/trust.pass), logLevel=Some(INFO), streamPublishers=Some([GsonKafka{name='perf3gpp', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}]))	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | parallel-1
 | 2023-02-15T08:31:45.664Z	 | ollectors.veshv.config.impl.ConfigurationValidator	 | INFO	 | About to validate configuration: PartialConfiguration(listenPort=Some(6061), idleTimeoutSec=Some(300), firstRequestDelaySec=Some(10), requestIntervalSec=Some(5), sslDisable=Some(true), keyStoreFile=Some(/etc/ves-hv/ssl/cert.jks), keyStorePasswordFile=Some(/etc/ves-hv/ssl/jks.pass), trustStoreFile=Some(/etc/ves-hv/ssl/trust.jks), trustStorePasswordFile=Some(/etc/ves-hv/ssl/trust.pass), logLevel=Some(INFO), streamPublishers=Some([GsonKafka{name='perf3gpp', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}]))	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:31:45.680Z	 | dcae.collectors.veshv.config.impl.CbsClientAdapter	 | DEBUG	 | CBS request interval changed to: 5 s	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | parallel-1
 | 2023-02-15T08:31:45.682Z	 |                org.onap.dcae.collectors.veshv.main	 | INFO	 | Using updated configuration for new connections	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | elastic-2
 | 2023-02-15T08:31:45.709Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Collector configured with SSL disabled	 | 	 | 	 | 	 | elastic-2
 | 2023-02-15T08:31:45.724Z	 |    org.onap.dcae.collectors.veshv.impl.HvVesServer	 | INFO	 | HighVolume VES Collector is up and listening on 0.0.0.0:6061	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-1
 | 2023-02-15T08:31:50.698Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:31:55.717Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:00.748Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:05.766Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:10.803Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:15.817Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:20.827Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:25.838Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:30.848Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:35.862Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:40.885Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:45.905Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:50.924Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:32:55.933Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:00.943Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:05.959Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:10.977Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:15.991Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:21.000Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:26.009Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:31.018Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:36.028Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:41.045Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:46.057Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:51.064Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:33:56.071Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:01.077Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:06.087Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:11.098Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:16.112Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:21.119Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:26.128Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:31.136Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:36.143Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:41.150Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:46.157Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:51.163Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:34:56.171Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:01.177Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:06.184Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:11.196Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:16.218Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:21.224Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:26.237Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:31.267Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:36.273Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:41.280Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:46.290Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:51.297Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:35:56.303Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:01.309Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:06.316Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:11.325Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:16.332Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:21.340Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:26.345Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:31.354Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:36.361Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:41.366Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:46.373Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:51.383Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:36:56.388Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:01.394Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:06.402Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:11.414Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:16.422Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:21.436Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:26.444Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:31.451Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:36.458Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:41.464Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:46.471Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:51.477Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:37:56.482Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:01.488Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:06.494Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:11.502Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:16.514Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:21.520Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:26.527Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:31.532Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:36.542Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:41.552Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:46.558Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:51.573Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:38:56.578Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:01.583Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:06.593Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:11.597Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:16.606Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:21.618Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:26.624Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:31.629Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:36.635Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:41.641Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:46.645Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:51.649Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:39:56.656Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:01.661Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:06.667Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:11.672Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:16.680Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:21.688Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:26.697Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:31.705Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:36.709Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:41.714Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:46.718Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:51.725Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:40:56.731Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:01.737Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:06.742Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:11.750Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:11.752Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Received new configuration:
{"cbs.requestIntervalSec":5,"logLevel":"INFO","security.keys.keyStoreFile":"/tmp/server.p12","security.keys.keyStorePasswordFile":"/dev/null","security.keys.trustStoreFile":"/tmp/ca.p12","security.keys.trustStorePasswordFile":"/dev/null","security.sslDisable":true,"server.idleTimeoutSec":300,"server.listenPort":6061,"streams_publishes":{"perf3gpp":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"HV_VES_PERF3GPP"},"type":"kafka"},"ves-3gpp-fault-supervision":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_FAULTSUPERVISION_OUTPUT"},"type":"kafka"},"ves-3gpp-heartbeat":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_HEARTBEAT_OUTPUT"},"type":"kafka"},"ves-3gpp-performance-assurance":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT"},"type":"kafka"},"ves-3gpp-provisioning":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_PROVISIONING_OUTPUT"},"type":"kafka"}}}	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | parallel-1
 | 2023-02-15T08:41:11.757Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Successfully parsed configuration json to:
PartialConfiguration(listenPort=Some(6061), idleTimeoutSec=Some(300), firstRequestDelaySec=None, requestIntervalSec=Some(5), sslDisable=Some(true), keyStoreFile=Some(/tmp/server.p12), keyStorePasswordFile=Some(/dev/null), trustStoreFile=Some(/tmp/ca.p12), trustStorePasswordFile=Some(/dev/null), logLevel=Some(INFO), streamPublishers=Some([GsonKafka{name='perf3gpp', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}]))	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | parallel-1
 | 2023-02-15T08:41:11.759Z	 | ollectors.veshv.config.impl.ConfigurationValidator	 | INFO	 | About to validate configuration: PartialConfiguration(listenPort=Some(6061), idleTimeoutSec=Some(300), firstRequestDelaySec=Some(10), requestIntervalSec=Some(5), sslDisable=Some(true), keyStoreFile=Some(/tmp/server.p12), keyStorePasswordFile=Some(/dev/null), trustStoreFile=Some(/tmp/ca.p12), trustStorePasswordFile=Some(/dev/null), logLevel=Some(INFO), streamPublishers=Some([GsonKafka{name='perf3gpp', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}]))	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:11.768Z	 |                org.onap.dcae.collectors.veshv.main	 | INFO	 | Using updated configuration for new connections	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | elastic-2
 | 2023-02-15T08:41:11.785Z	 | lectors.veshv.impl.adapters.kafka.KafkaSinkFactory	 | INFO	 | Message sinks flushed and closed	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | elastic-3
 | 2023-02-15T08:41:11.788Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Netty TCP Server closed	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | elastic-3
 | 2023-02-15T08:41:12.802Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Collector configured with SSL disabled	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:12.810Z	 |    org.onap.dcae.collectors.veshv.impl.HvVesServer	 | INFO	 | HighVolume VES Collector is up and listening on 0.0.0.0:6061	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-4
 | 2023-02-15T08:41:16.767Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:21.776Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:26.784Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:31.790Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:36.794Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:41.804Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:46.810Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:51.816Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:41:56.825Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:01.831Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:06.838Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:11.843Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:16.848Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:21.856Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:26.861Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:31.866Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:36.871Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:41.904Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:41.906Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Received new configuration:
{"cbs.requestIntervalSec":5,"logLevel":"INFO","security.keys.keyStoreFile":"/etc/ves-hv/ssl/cert.jks","security.keys.keyStorePasswordFile":"/etc/ves-hv/ssl/jks.pass","security.keys.trustStoreFile":"/etc/ves-hv/ssl/trust.jks","security.keys.trustStorePasswordFile":"/etc/ves-hv/ssl/trust.pass","security.sslDisable":true,"server.idleTimeoutSec":300,"server.listenPort":6061,"streams_publishes":{"perf3gpp":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"HV_VES_PERF3GPP"},"type":"kafka"},"ves-3gpp-fault-supervision":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_FAULTSUPERVISION_OUTPUT"},"type":"kafka"},"ves-3gpp-heartbeat":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_HEARTBEAT_OUTPUT"},"type":"kafka"},"ves-3gpp-performance-assurance":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT"},"type":"kafka"},"ves-3gpp-provisioning":{"kafka_info":{"bootstrap_servers":"onap-strimzi-kafka-bootstrap:9092","topic_name":"SEC_3GPP_PROVISIONING_OUTPUT"},"type":"kafka"}}}	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | parallel-1
 | 2023-02-15T08:42:41.911Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Successfully parsed configuration json to:
PartialConfiguration(listenPort=Some(6061), idleTimeoutSec=Some(300), firstRequestDelaySec=None, requestIntervalSec=Some(5), sslDisable=Some(true), keyStoreFile=Some(/etc/ves-hv/ssl/cert.jks), keyStorePasswordFile=Some(/etc/ves-hv/ssl/jks.pass), trustStoreFile=Some(/etc/ves-hv/ssl/trust.jks), trustStorePasswordFile=Some(/etc/ves-hv/ssl/trust.pass), logLevel=Some(INFO), streamPublishers=Some([GsonKafka{name='perf3gpp', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}]))	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | parallel-1
 | 2023-02-15T08:42:41.912Z	 | ollectors.veshv.config.impl.ConfigurationValidator	 | INFO	 | About to validate configuration: PartialConfiguration(listenPort=Some(6061), idleTimeoutSec=Some(300), firstRequestDelaySec=Some(10), requestIntervalSec=Some(5), sslDisable=Some(true), keyStoreFile=Some(/etc/ves-hv/ssl/cert.jks), keyStorePasswordFile=Some(/etc/ves-hv/ssl/jks.pass), trustStoreFile=Some(/etc/ves-hv/ssl/trust.jks), trustStorePasswordFile=Some(/etc/ves-hv/ssl/trust.pass), logLevel=Some(INFO), streamPublishers=Some([GsonKafka{name='perf3gpp', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=onap-strimzi-kafka-bootstrap:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=null}]))	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:41.914Z	 |                org.onap.dcae.collectors.veshv.main	 | INFO	 | Using updated configuration for new connections	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | elastic-2
 | 2023-02-15T08:42:41.922Z	 | lectors.veshv.impl.adapters.kafka.KafkaSinkFactory	 | INFO	 | Message sinks flushed and closed	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | elastic-4
 | 2023-02-15T08:42:41.934Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Netty TCP Server closed	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | elastic-4
 | 2023-02-15T08:42:42.950Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Collector configured with SSL disabled	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:42.954Z	 |    org.onap.dcae.collectors.veshv.impl.HvVesServer	 | INFO	 | HighVolume VES Collector is up and listening on 0.0.0.0:6061	 | 	 | 	 | InstanceID=392dfcb6-e165-4bcd-a3c2-9bec04abe652, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-3
 | 2023-02-15T08:42:46.918Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:51.923Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:42:56.929Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:01.936Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:06.940Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:11.959Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:16.965Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:21.972Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:26.976Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:31.984Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:36.988Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:42.007Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:47.012Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:52.017Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:43:57.021Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:02.028Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:07.035Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:12.042Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:17.064Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:22.072Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:27.077Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:32.082Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:37.086Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:42.092Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1
 | 2023-02-15T08:44:47.105Z	 | k.rest.services.cbs.client.impl.CbsClientConfigMap	 | INFO	 | Got successful output from ConfigMap file	 | 	 | 	 | 	 | parallel-1