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.