-
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
[Elastic-Agent] Could not reach Kibana Fleet API over cloud #17841
Labels
Comments
ph
added
blocker
Team:Ingest Management
Ingest Management:alpha1
Group issues for ingest management alpha1
labels
Apr 20, 2020
Pinging @elastic/ingest-management (Team:Ingest Management) |
cc @ruflin I believe you ran into the same issue, I have a good idea of what the problem is, I believe we are not correctly generating the configuration to connect to kibana. |
🤦 |
ph
added a commit
to ph/beats
that referenced
this issue
Apr 20, 2020
The Protocol (https/http) was not correctly unmarshaly and assigned to the value of the struct. Because of this the checking was trying to use a plain text connection or a TLS enabled endpoint. Fixes: elastic#17841
6 tasks
ruflin
pushed a commit
that referenced
this issue
Apr 21, 2020
The Protocol (https/http) was not correctly unmarshaly and assigned to the value of the struct. Because of this the checking was trying to use a plain text connection or a TLS enabled endpoint. Fixes: #17841
ph
added a commit
to ph/beats
that referenced
this issue
Apr 21, 2020
The Protocol (https/http) was not correctly unmarshaly and assigned to the value of the struct. Because of this the checking was trying to use a plain text connection or a TLS enabled endpoint. Fixes: elastic#17841 (cherry picked from commit 0765f94)
6 tasks
ph
added a commit
that referenced
this issue
Apr 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: