We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d1cba commit b6e1c34Copy full SHA for b6e1c34
release-notes/breaking-changes/elastic-apm.md
@@ -27,7 +27,7 @@ To learn how to upgrade, check out <uprade docs>.
27
% **Action**<br> Steps for mitigating deprecation impact.
28
% ::::
29
30
-::::{dropdown} Change server information endpoint / to only accept GET and HEAD requests
+::::{dropdown} Change server information endpoint "/" to only accept GET and HEAD requests
31
This will surface any agent misconfiguration causing data to be sent to `/` instead of the correct endpoint, e.g. `/v1/traces` for OTLP/HTTP.
32
For more information, check [PR #15976](https://github.com/elastic/apm-server/pull/15976).
33
**Impact**<br> Any methods other than GET and HEAD to `/` will return HTTP 405 Method Not Allowed.
0 commit comments