弹性代理不收集数据

发布于 2025-01-11 08:49:14 字数 654 浏览 0 评论 0原文

我有两个弹性剂。一个在我的elasticsearch 服务器上运行,另一个在我的另一台服务器上运行。我的弹性主机上的代理获得了队列服务器集成和系统集成。我的其他主机上的代理只有系统集成。 车队服务器代理上的系统集成工作正常。我可以看到正在写入的数据,并且主机显示在可观察性和安全性概述中。我的“其他”主机上的代理没有报告任何内容。我在可观察性和安全性中都看不到它。如果我查看日志 -* 概述,我只能看到来自舰队服务器代理的文档。两个代理都显示在我的队列服务器概览中,并被标记为健康。 有谁知道问题可能是什么或者我如何发现?

这是我安装舰队服务器的方式:

./elastic-agent install --fleet-server-es=http://localhost:9200 --fleet-server-service-token=my_token --fleet-server-policy=my-policy --fleet-server-insecure-http --insecure --fleet-server-es-insecure

这是我在另一台主机上安装代理的方式:

./elastic-agent install --url=http://my_ip:8220 --enrollment-token=my_token --insecure

I have two elastic agents. One is running on my elasticsearch server and the other one on my other server. The agent on my elastic host got the fleet server intergration and the system intergration. The agent on my other hosts just has the system intergration.
The system intergration on the fleet server agent is working fine. I can see data being written and the host shows up in the Observability and the Security overview. The agent on my "Other" host doesnt report anything. I cant see it in Observability nor Security. And if i take a look at the logs-* overview i can only see documents originating from the fleet server agent. Both agents show up in my fleet server overview and are marked as healthy.
Does anyone know what the problem might be or how i find out?

This is how I installed the fleet server:

./elastic-agent install --fleet-server-es=http://localhost:9200 --fleet-server-service-token=my_token --fleet-server-policy=my-policy --fleet-server-insecure-http --insecure --fleet-server-es-insecure

This is how i installed the agent on my other host:

./elastic-agent install --url=http://my_ip:8220 --enrollment-token=my_token --insecure

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我三岁 2025-01-18 08:49:14

在您的另一台主机上,您发出安装命令而不是注册

./elastic-agent enroll --url=http://my_ip:8220 --enrollment-token=my_token --insecure

On your other host, you are issuing install command instead of enroll

./elastic-agent enroll --url=http://my_ip:8220 --enrollment-token=my_token --insecure
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文