You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I applied a metricbeat confiugration to a host that did not have metricbeat installed yet and the status showed like this:
The sidecar log showed this:
time="2018-11-24T23:25:43Z" level=info msg="Starting signal distributor"
time="2018-11-24T23:25:53Z" level=info msg="Adding process runner for: metricbeat"
time="2018-11-24T23:25:53Z" level=info msg="[metricbeat] Configuration change detected, rewriting configuration file."
time="2018-11-24T23:25:53Z" level=error msg="[metricbeat] Couldn't start validation command: fork/exec /usr/bin/metricbeat: no such file or directory"
time="2018-11-24T23:25:53Z" level=error msg="[metricbeat] Collector configuration file is not valid, waiting for the next update."
After installing metricbeat (and restarting sidecar?!) the error disappeared and the status switched to "Collector is running".
I think it should show /usr/bin/metricbeat: no such file or directory in the web interface instead.
The text was updated successfully, but these errors were encountered:
Change the ValidateConfigurationFile function to return errors instead of a boolean.
This allows for more specific error messages in the user interface.
Fixes#311
Change the ValidateConfigurationFile function to return errors instead of a boolean.
This allows for more specific error messages in the user interface.
Fixes#311
I applied a metricbeat confiugration to a host that did not have metricbeat installed yet and the status showed like this:
The sidecar log showed this:
After installing metricbeat (and restarting sidecar?!) the error disappeared and the status switched to "Collector is running".
I think it should show
/usr/bin/metricbeat: no such file or directory
in the web interface instead.The text was updated successfully, but these errors were encountered: