Results

By type

          Service started with pid=6
 | 2021-08-29T06:21:55.524Z	 |                               reactor.util.Loggers	 | DEBUG	 | Using Slf4j logging framework	 | 	 | 	 | 	 | main
 | 2021-08-29T06:21:55.570Z	 | t.services.cbs.client.model.CbsClientConfiguration	 | INFO	 | CBS client will use http over TLS.	 | 	 | 	 | 	 | main
 | 2021-08-29T06:21:55.582Z	 | t.services.cbs.client.model.CbsClientConfiguration	 | INFO	 | Path to cert files: /etc/ves-hv/ssl/	 | 	 | 	 | 	 | main
 | 2021-08-29T06:21:55.834Z	 | ollectors.veshv.config.impl.HvVesCommandLineParser	 | INFO	 | Healthcheck port missing on command line, using default: 6060	 | 	 | 	 | 	 | main
 | 2021-08-29T06:21:56.061Z	 | r.core.util.internal.logging.InternalLoggerFactory	 | DEBUG	 | Using SLF4J as the default logging framework	 | 	 | 	 | 	 | main
 | 2021-08-29T06:21:56.683Z	 | ae.collectors.veshv.main.servers.HealthCheckServer	 | INFO	 | Health check server is up and listening on 0.0.0.0:6060	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-1
 | 2021-08-29T06:21:56.791Z	 | ae.collectors.veshv.config.api.ConfigurationModule	 | INFO	 | Using base configuration file: /etc/ves-hv/configuration/base.json	 | 	 | 	 | 	 | main
 | 2021-08-29T06:21:56.817Z	 | 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
 | 2021-08-29T06:21:57.178Z	 | rvices.sdk.rest.services.cbs.client.impl.CbsLookup	 | INFO	 | Config Binding Service address: config-binding-service:10443	 | 	 | 	 | 	 | main
 | 2021-08-29T06:21:57.180Z	 | dcae.collectors.veshv.config.impl.CbsClientAdapter	 | INFO	 | CBS client successfully created, first request will be sent in 10 s	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | main
 | 2021-08-29T06:22:08.071Z	 | 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":false,"server.idleTimeoutSec":300,"server.listenPort":6061,"streams_publishes":{"perf3gpp":{"aaf_credentials":{"password":"admin_secret","username":"admin"},"kafka_info":{"bootstrap_servers":"message-router-kafka:9092","topic_name":"HV_VES_PERF3GPP"},"type":"kafka"},"ves-3gpp-fault-supervision":{"aaf_credentials":{"password":"admin_secret","username":"admin"},"kafka_info":{"bootstrap_servers":"message-router-kafka:9092","topic_name":"SEC_3GPP_FAULTSUPERVISION_OUTPUT"},"type":"kafka"},"ves-3gpp-heartbeat":{"aaf_credentials":{"password":"admin_secret","username":"admin"},"kafka_info":{"bootstrap_servers":"message-router-kafka:9092","topic_name":"SEC_3GPP_HEARTBEAT_OUTPUT"},"type":"kafka"},"ves-3gpp-performance-assurance":{"aaf_credentials":{"password":"admin_secret","username":"admin"},"kafka_info":{"bootstrap_servers":"message-router-kafka:9092","topic_name":"SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT"},"type":"kafka"},"ves-3gpp-provisioning":{"aaf_credentials":{"password":"admin_secret","username":"admin"},"kafka_info":{"bootstrap_servers":"message-router-kafka:9092","topic_name":"SEC_3GPP_PROVISIONING_OUTPUT"},"type":"kafka"}}}	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-3
 | 2021-08-29T06:22:08.157Z	 | 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(false), 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=message-router-kafka:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}]))	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-3
 | 2021-08-29T06:22:08.159Z	 | 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(false), 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=message-router-kafka:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-fault-supervision', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_FAULTSUPERVISION_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-heartbeat', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_HEARTBEAT_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-performance-assurance', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}, GsonKafka{name='ves-3gpp-provisioning', kafkaInfo=KafkaInfo{bootstrapServers=message-router-kafka:9092, topicName=SEC_3GPP_PROVISIONING_OUTPUT, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}]))	 | 	 | 	 | 	 | reactor-http-epoll-3
 | 2021-08-29T06:22:08.181Z	 | dcae.collectors.veshv.config.impl.CbsClientAdapter	 | DEBUG	 | CBS request interval changed to: 5 s	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-3
 | 2021-08-29T06:22:08.183Z	 |                org.onap.dcae.collectors.veshv.main	 | INFO	 | Using updated configuration for new connections	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | elastic-2
 | 2021-08-29T06:22:08.214Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Collector configured with SSL enabled	 | 	 | 	 | 	 | elastic-2
 | 2021-08-29T06:22:08.229Z	 |    org.onap.dcae.collectors.veshv.impl.HvVesServer	 | INFO	 | HighVolume VES Collector is up and listening on 0.0.0.0:6061	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-1
 | 2021-08-29T07:47:00.468Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Received new configuration:
{"security.sslDisable":false,"logLevel":"INFO","security.keys.trustStoreFile":"/tmp/ca.p12","server.listenPort":6061,"server.idleTimeoutSec":300,"cbs.requestIntervalSec":5,"streams_publishes":{"perf3gpp":{"type":"kafka","aaf_credentials":{"username":"admin","password":"admin_secret"},"kafka_info":{"bootstrap_servers":"message-router-kafka:9092","topic_name":"HV_VES_PERF3GPP_SSL"}}},"security.keys.keyStoreFile":"/tmp/server.p12","security.keys.trustStorePasswordFile":"/dev/null","security.keys.keyStorePasswordFile":"/dev/null"}	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-3
 | 2021-08-29T07:47:00.473Z	 | 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(false), 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=message-router-kafka:9092, topicName=HV_VES_PERF3GPP_SSL, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}]))	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-3
 | 2021-08-29T07:47:00.473Z	 | 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(false), 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=message-router-kafka:9092, topicName=HV_VES_PERF3GPP_SSL, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}]))	 | 	 | 	 | 	 | reactor-http-epoll-3
 | 2021-08-29T07:47:00.477Z	 |                org.onap.dcae.collectors.veshv.main	 | INFO	 | Using updated configuration for new connections	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | elastic-2
 | 2021-08-29T07:47:00.489Z	 | lectors.veshv.impl.adapters.kafka.KafkaSinkFactory	 | INFO	 | Message sinks flushed and closed	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | elastic-3
 | 2021-08-29T07:47:00.492Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Netty TCP Server closed	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | elastic-3
 | 2021-08-29T07:47:01.561Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Collector configured with SSL enabled	 | 	 | 	 | 	 | parallel-1
 | 2021-08-29T07:47:01.564Z	 |    org.onap.dcae.collectors.veshv.impl.HvVesServer	 | INFO	 | HighVolume VES Collector is up and listening on 0.0.0.0:6061	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-3
 | 2021-08-29T07:47:07.009Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Handling new client connection	 | ENTRY	 | 	 | RequestID=51d9095c-8f03-45d5-822d-b69986d2e181, InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, InvocationID=4384b0f5-fea2-443b-b744-76859b3a656c, PartnerName=CN=dcae-hv-ves-client.onap, StatusCode=INPROGRESS, ClientIPAddress=10.233.71.16, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-4
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/opt/ves-hv-collector/protobuf-java-3.6.1.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
 | 2021-08-29T07:47:07.219Z	 |   org.apache.kafka.clients.producer.ProducerConfig	 | INFO	 | ProducerConfig values: 
	acks = 1
	batch.size = 16384
	bootstrap.servers = [message-router-kafka:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = producer-1
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = false
	interceptor.classes = []
	internal.auto.downgrade.txn.commit = false
	key.serializer = class org.onap.dcae.collectors.veshv.impl.adapters.kafka.ProtobufSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 1
	max.request.size = 1258291
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 1
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.mechanism = PLAIN
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 127000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.onap.dcae.collectors.veshv.impl.adapters.kafka.VesMessageSerializer
	 | 	 | 	 | 	 | reactor-tcp-epoll-4
 | 2021-08-29T07:47:07.401Z	 | .kafka.common.security.authenticator.AbstractLogin	 | INFO	 | Successfully logged in.	 | 	 | 	 | 	 | reactor-tcp-epoll-4
 | 2021-08-29T07:47:07.447Z	 |        org.apache.kafka.common.utils.AppInfoParser	 | INFO	 | Kafka version: 2.7.0	 | 	 | 	 | 	 | reactor-tcp-epoll-4
 | 2021-08-29T07:47:07.447Z	 |        org.apache.kafka.common.utils.AppInfoParser	 | INFO	 | Kafka commitId: 448719dc99a19793	 | 	 | 	 | 	 | reactor-tcp-epoll-4
 | 2021-08-29T07:47:07.447Z	 |        org.apache.kafka.common.utils.AppInfoParser	 | INFO	 | Kafka startTimeMs: 1630223227443	 | 	 | 	 | 	 | reactor-tcp-epoll-4
 | 2021-08-29T07:47:07.463Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Connection has been closed	 | EXIT	 | 	 | RequestID=51d9095c-8f03-45d5-822d-b69986d2e181, InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, InvocationID=4384b0f5-fea2-443b-b744-76859b3a656c, PartnerName=CN=dcae-hv-ves-client.onap, StatusCode=INPROGRESS, ClientIPAddress=10.233.71.16, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-4
 | 2021-08-29T07:47:07.917Z	 |             org.apache.kafka.clients.NetworkClient	 | WARN	 | [Producer clientId=producer-1] Error while fetching metadata with correlation id 2 : {HV_VES_PERF3GPP_SSL=LEADER_NOT_AVAILABLE}	 | 	 | 	 | 	 | kafka-producer-network-thread | producer-1
 | 2021-08-29T07:47:07.919Z	 |                  org.apache.kafka.clients.Metadata	 | INFO	 | [Producer clientId=producer-1] Cluster ID: P3Yzo-7gQzaXtwUehK5FWw	 | 	 | 	 | 	 | kafka-producer-network-thread | producer-1
 | 2021-08-29T07:47:20.618Z	 | lectors.veshv.config.impl.CbsConfigurationProvider	 | INFO	 | Received new configuration:
{"security.sslDisable":false,"logLevel":"INFO","security.keys.trustStoreFile":"/etc/ves-hv/ssl/trust.jks","server.listenPort":6061,"server.idleTimeoutSec":300,"cbs.requestIntervalSec":5,"streams_publishes":{"perf3gpp":{"type":"kafka","aaf_credentials":{"username":"admin","password":"admin_secret"},"kafka_info":{"bootstrap_servers":"message-router-kafka:9092","topic_name":"HV_VES_PERF3GPP"}}},"security.keys.keyStoreFile":"/etc/ves-hv/ssl/cert.jks","security.keys.trustStorePasswordFile":"/etc/ves-hv/ssl/trust.pass","security.keys.keyStorePasswordFile":"/etc/ves-hv/ssl/jks.pass"}	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-3
 | 2021-08-29T07:47:20.620Z	 | 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(false), 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=message-router-kafka:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}]))	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-http-epoll-3
 | 2021-08-29T07:47:20.621Z	 | 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(false), 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=message-router-kafka:9092, topicName=HV_VES_PERF3GPP, consumerGroupId=null, clientRole=null, clientId=null, maxPayloadSizeBytes=1048576}, aafCredentials=AafCredentials{username=***, password=***}}]))	 | 	 | 	 | 	 | reactor-http-epoll-3
 | 2021-08-29T07:47:20.777Z	 |                org.onap.dcae.collectors.veshv.main	 | INFO	 | Using updated configuration for new connections	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | elastic-2
 | 2021-08-29T07:47:20.782Z	 |    org.apache.kafka.clients.producer.KafkaProducer	 | INFO	 | [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms.	 | 	 | 	 | 	 | elastic-3
 | 2021-08-29T07:47:20.797Z	 |            org.apache.kafka.common.metrics.Metrics	 | INFO	 | Metrics scheduler closed	 | 	 | 	 | 	 | elastic-3
 | 2021-08-29T07:47:20.797Z	 |            org.apache.kafka.common.metrics.Metrics	 | INFO	 | Closing reporter org.apache.kafka.common.metrics.JmxReporter	 | 	 | 	 | 	 | elastic-3
 | 2021-08-29T07:47:20.797Z	 |            org.apache.kafka.common.metrics.Metrics	 | INFO	 | Metrics reporters closed	 | 	 | 	 | 	 | elastic-3
 | 2021-08-29T07:47:20.798Z	 |        org.apache.kafka.common.utils.AppInfoParser	 | INFO	 | App info kafka.producer for producer-1 unregistered	 | 	 | 	 | 	 | elastic-3
 | 2021-08-29T07:47:20.799Z	 | lectors.veshv.impl.adapters.kafka.KafkaSinkFactory	 | INFO	 | Message sinks flushed and closed	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | elastic-3
 | 2021-08-29T07:47:20.799Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Netty TCP Server closed	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | elastic-3
 | 2021-08-29T07:47:21.817Z	 | org.onap.dcae.collectors.veshv.impl.NettyTcpServer	 | INFO	 | Collector configured with SSL enabled	 | 	 | 	 | 	 | parallel-1
 | 2021-08-29T07:47:21.819Z	 |    org.onap.dcae.collectors.veshv.impl.HvVesServer	 | INFO	 | HighVolume VES Collector is up and listening on 0.0.0.0:6061	 | 	 | 	 | InstanceID=e570bdad-0717-4235-9771-97de6ca38b9b, ServerFQDN=dcae-hv-ves-collector	 | reactor-tcp-epoll-2