How to start filebeat in windows

Hi,

I've installed logstash and filebeat in windows.
I started the filebeat service from poweshell using following command, But getting an error .

PS C:\filebeat-5.3.0-windows-x86> Start-Service filebeat

Error:

Start-Service : Cannot find any service with service name 'filebeat'.
At line:1 char:14

  • Start-Service <<<< filebeat
    • CategoryInfo : ObjectNotFound: (filebeat:String) [Start-Service], ServiceCommandException
    • FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.StartServiceCommand

Can any body help me on this.

Look if filebeat is in services. Get-Service or Get-Service | ? { $_.Name -match "file" }. How do you installed filebeat?

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