Hello, im in a project that need to install kibana-elasticsearch-metricbeat now i already install all of that, but after i install metricbeat and configure the yml file i cant start the metricbeat serive.
This is my PowerShell command :
PS C:\Program Files\Metricbeat> Start-Service metricbeat
And this is the error i got:
> Start-Service : Service 'metricbeat (metricbeat)' cannot be started due to the following error: cannotstart service metricbeaton computer'.'.
> At line:1 char:1
> +Start-Service metricbeat
> + -----------------------
> + CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service], ServiceCommandException
> + FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand
What should i do to resolve this one?
i also tried to run this script:
PS C:\Program Files\Metricbeat> .\metricbeat.exe -c metricbeat.yml -e -v -d "*"
but i got long error message only
Please help me to run the metricbeat service on my windows
Thankyou