-
Notifications
You must be signed in to change notification settings - Fork 67
won't connect to URL #15
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
Comments
Could you try to connect to that URL using Try executing: Also, I think it's possible that query parameters in the URL might be causing problems. When I initially developed If that is the case, the client lib did have some updates since then and I will research if new possibilites opened up. Otherwise, I will open an issue there and keep results posted in this issue. |
Other problem could be elastic 5.0 which is not supported at this time (hopefully, I'll roll out support for it in a week or two). |
curl output
Reporting as Elasticsearch 2.2 |
I tested elktail with elasticsearch version 2 and seems to be working, so the version of elasticsearch is not an issue. I believe the issue is the query string part of the URL (e.g. ?apikey=foo-bar-baz-etc). Is this some publicly available service that is hosting your elasticsearch (so I could try to do some test)? Additionally, could you post the output of Thanks |
@knes1 this is hosted by logit.io |
I'm using a URL like:
https://whatever/?apikey=foo-bar-baz-etc
And I get:
I am new to ES in general so forgive me if I'm asking an obvious question.
The text was updated successfully, but these errors were encountered: