-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Deployment]: Hosted fleet server is not available under Agents tab for 7.17.22 #3592
Comments
@manishgupta-qasource Please review. |
Secondary review for this ticket is Done |
Creating deployments shows: "event": {
"original": "2024-05-30T12:47:04.130Z\tERROR\temitter/controller.go:126\tFailed to render configuration with latest context from composable controller: fail to extract program configuration: invalid configuration missing outputs configuration"
}, This isn’t even getting to Fleet server, it failing early in agent: https://github.com/elastic/beats/blob/0162f4546eb4c50fc24743de3f9b0b05a6a95570/x-pack/elastic-agent/pkg/agent/program/program.go#L134-L144 func groupByOutputs(single *transpiler.AST) (map[string]*transpiler.AST, error) {
const (
outputsKey = "outputs"
outputKey = "output"
inputsKey = "inputs |
@ycombinator @cmacknz reverting the mentioned change worked as I have been able to spin up a 7.17.22-snapshot but NOT a regular 7.17.22 this morning. Maybe 7.17.22 image was not refreshed yet. |
Yes there has not been a new 7.17.22 BC, the next one is scheduled for June 6th. Reverting elastic/beats#39586 has downgraded several dependencies we bumped for security reasons, we should determine why that change has caused problems and fix it before the 7.17.22 release. |
@ycombinator could you please triage this and make this it gets the right assignee? |
Closing as fixed as Michel's PR was merged, |
Deployment Links:
Description:
Note:
The issue is consistently reproducible on all 7.17.22 deployments.
Screenshots:
The text was updated successfully, but these errors were encountered: