-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
darwin / macOS error is here, linux was found by Manu and our Agent / Ingest Manager e2e test we're writing:
2020-07-03T11:05:01.724-0400 DEBUG map[file.line:178 file.name:kibana/client.go] Request method: POST, path: /api/ingest_manager/fleet/agents/enroll {"ecs.version": "1.5.0"}
fail to enroll: fail to execute request to Kibana: Status code: 400, Kibana returned an error: Bad Request, message: Agent version is not compatible with kibana version
Kibana version:
latest 8.0 SNAPSHOT deploy to cloud-staging as of 11AM.
Browser version:
chrome on macOS
Describe the bug:
enroll call on the host as instructed by Ingest Manager UI fails with 400 response.
Steps to reproduce:
- install snapshot of 8.0
- enable fleet and capture enroll command
- try command, and see above error
Expected behavior:
it should work. then you can run agent. as it is now, it gets a 400 and Agent does not show up in the Kibana Ingest Manager UI
Screenshots (if relevant):