-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Metricbeat xpack monitoring cannot deal with trailing slash on the url #27798
Comments
If I am not mistaken e.g. the line
/_nodes to the settings from the hosts e.g. http://localhost:9200//_nodes whilst the
_cluster which results in a correct http://localhost:9200/_cluster .
I guess we need to parse the |
Pinging @elastic/stack-monitoring (Stack monitoring) |
Pinging @elastic/integrations (Team:Integrations) |
May be related or caused by #27842 |
Hi! We're labeling this issue as |
I just ran into this issue this weekend, and it took some time, until I found out that I had to remove the trailing slash. I'm pretty sure I'm not the first one, who ran into this, so I would appreciate it if this could get some priority. |
Hi! We're labeling this issue as |
Beats: 7.14.1
MacOS 11.5.2 and Windows 10.
Steps to reproduce:
hosts: ["http://localhost:9200"]
change tohosts: ["http://localhost:9200/"]
so it features a trailing/
.Steps to fix:
/
slashExpected behaviour:
/
or throw an error on startup that an invalid configuration was detected.The text was updated successfully, but these errors were encountered: