Winlogbeat install issue

Dear All,

I tried to install winlogbeat and it show success. However, there is no winlogbeat service shown in service. The other machine don't have this issue. May i know any idea?

The winlogbeat version is 6.2.4

Thanks

Hi @peterch,

What do you see when you run the install-service-winlogbeat.ps1 script? Did you run it as administrator?

You may need to run it with execution policy enabled:

PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-winlogbeat.ps1`

I tried to run the command, it show success to install but cannot find the service.

PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-winlogbeat.ps1

can anyone help with this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.