-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APM Server on cloud is broken for 8.4.0-SNAPSHOT
#8426
Comments
@pazone the benchmarks seem to be failing for this reason. Still unknown why this is happening since we've got some tests covering this behavior locally and it seems to work on main for me (not on ESS). |
I'm pretty sure this is related to the recent build changes I made, which inadvertently have us building without the Fleet management code. This means APM Server doesn't pick up any config from Fleet. |
Question: do we have a system test(s) which is supposed to fail in this case? |
@simitt they would have, if they had been running on a daily schedule. |
I see it's already there #8303 |
APM Server version (
apm-server version
): 8.4.0-SNAPSHOTDescription of the problem including expected versus actual behavior:
APM Server version
8.4.0-SNAPSHOT
cannot startup on ESS. There are a couple of unexpected log entries:RUM endpoints disabled.
SSL disabled.
elasticsearch url: http://localhost:9200
It looks like something has been broken with respect to configuration/reloading.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: