简体   繁体   English

无法在弹性 7.5.1 中启动 Packetbeat

[英]Unable to start Packetbeat in elastic 7.5.1

I am using elastic stack of version 7.5.1 with x-pack installed and i'm getting the following error when i trying to run packetbeat.我正在使用安装了 x-pack 的 7.5.1 版弹性堆栈,当我尝试运行 packetbeat 时出现以下错误。

Please help me solve it.请帮我解决它。

2020-01-08T11:56:23.202+0530    ERROR   instance/beat.go:916    Exiting: Sniffer main loop failed: Error starting sniffer: any: You don't have permission to capture on that device (socket: Operation not permitted)
Exiting: Sniffer main loop failed: Error starting sniffer: any: You don't have permission to capture on that device (socket: Operation not permitted)

Start Pakcketbeat with Root access.使用 Root 访问权限启动 Pakcketbeat。 It will solve this permission problem.它将解决这个权限问题。

It is obvious from error:从错误中可以看出:

 Error starting sniffer: any: You don't have permission to capture on that device (socket: Operation not permitted

That the current user does not have permission to capture socket activities.当前用户无权捕获套接字活动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM