This is the container for logstash. The input is the kafka feed from Arista's OpenConfig client, and the output is elasticsearch.
$ docker run -e BOOTSTRAP_SERVERS='kafka:9092' -e ES_HOST='elasticsearch:9200' aristanetworks/logstash
This is the container for logstash. The input is the kafka feed from Arista's OpenConfig client, and the output is elasticsearch.
$ docker run -e BOOTSTRAP_SERVERS='kafka:9092' -e ES_HOST='elasticsearch:9200' aristanetworks/logstash