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
It used to raise an error if any template setting was set but
the ES output wasn't enabled. This caused problems with the new
Metricbeat config, which sets template settings in the configuration.
Also removes the code that enables the template loading on `-setup`,
because template loading is by default enabled anyway.
Fixeselastic#4435.
It used to raise an error if any template setting was set but
the ES output wasn't enabled. This caused problems with the new
Metricbeat config, which sets template settings in the configuration.
Also removes the code that enables the template loading on `-setup`,
because template loading is by default enabled anyway.
Fixes#4435.
In alpha2, this:
./metricbeat -e -E output.elasticsearch.enabled=false
results in:That's a regression, if the ES output is disabled, template loading should also be disabled.
The text was updated successfully, but these errors were encountered: