Filebeat:找到正在运行的收割机的数量?

时间:2017-05-24 10:52:35

标签: elastic-stack filebeat

如何查看在给定时刻(在Ubuntu中)运行的收割机数量是多少?

1 个答案:

答案 0 :(得分:0)

对于Filebeat 5.x(这在6.x中更改),您可以使用其他CLI标志启动Filebeat,以启用可通过HTTP查询的度量标准端点。 JSON响应对象中返回的度量标准之一是filebeat.harvester.running

要对此进行测试,您可以使用额外的-httpprof标志在前台启动Filebeat。

sudo filebeat.sh -e -httpprof localhost:9090

然后使用curl请求指标。

curl http://localhost:9090/debug/vars