Docker logs from Elasticsearch instance - every second unknown HTTP requests

Does anybody know what those requests are? We run Kibana frontend and see this in every Elasticsearch container (Docker).

Every second.

192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:16 +0000] "POST /_bulk HTTP/1.1" 200 1636 "-" "Manticore 0.4.4" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:17 +0000] "POST /_bulk HTTP/1.1" 200 1636 "-" "Manticore 0.4.4" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:18 +0000] "POST /_bulk HTTP/1.1" 200 1636 "-" "Manticore 0.4.4" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:19 +0000] "HEAD / HTTP/1.1" 200 0 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:19 +0000] "GET /_nodes HTTP/1.1" 200 3058 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:19 +0000] "GET /_cluster/health/.kibana?timeout=5s HTTP/1.1" 200 392 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:19 +0000] "POST /.kibana/config/_search HTTP/1.1" 200 256 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:19 +0000] "POST /_bulk HTTP/1.1" 200 1636 "-" "Manticore 0.4.4" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:20 +0000] "POST /_bulk HTTP/1.1" 200 1795 "-" "Manticore 0.4.4" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:21 +0000] "HEAD / HTTP/1.1" 200 0 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:21 +0000] "GET /_nodes HTTP/1.1" 200 3058 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:21 +0000] "GET /_cluster/health/.kibana?timeout=5s HTTP/1.1" 200 392 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:21 +0000] "POST /.kibana/config/_search HTTP/1.1" 200 256 "-" "-" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:22 +0000] "POST /_bulk HTTP/1.1" 200 1636 "-" "Manticore 0.4.4" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:23 +0000] "POST /_bulk HTTP/1.1" 200 1636 "-" "Manticore 0.4.4" "-"
192.168.56.43 - elasticPrd5 [03/Aug/2016:12:18:24 +0000] "POST /_bulk HTTP/1.1" 200 1635 "-" "Manticore 0.4.4" "-"

Hello Oow4chah,

If you are talking about the /_bulk requests, it is the elasticsearch bulk api. Judging by the User-Agent header, it seems to be Logstash.

Cheers