You are on page 1of 1

https://confluence.eng.vmware.

com/display/NSBU/Intelligence+and+NAPP+Testing

Kafka
/var/log/kafka/

spark
/var/log/spark/app
/var/log/spark/driver

druid
/var/log/druid/

pace server
/var/log/pace/pace-server.log

nsx config
/var/log/pace/nsx-config.log

resource utilization
/var/log/vmware/*.log

KAFKA

Opensource, kafka is used for exchanging data between ESX, NSX UA and PACE
appliance. Messaging broker. kafka broker is listening to 9092 port on PACE
appliance

DRUID

Opensource, Apache Druid. Flow data received by kafka from ESX host is stored to
druid in time-series format after processing. root@pace:~#
/opt/druid_0.14.2/bin/dsql

dsql> select * from INFORMATION_SCHEMA.TABLES;

POSTGRES

This database is used to store configurations and recommendations generated by


PACE.

SPARK

Opensource, Apache Spark. Data processing is implemented as Spark streaming jobs.


Spark jobs listen on pre-defined Kafka topics, and process these data using
different algorithms and store data in the desired format to different database
tables.

Kafka, Spark and Druid are the open source software's which are used for moving
data(AMQP), correlation/data-analysis and storing data respectively.

You might also like