-
Notifications
You must be signed in to change notification settings - Fork 708
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
Bump stack version to 7.15.0 #4873
Conversation
Using hack/update-stack-version.sh. upgrade-test-harness and operatorhub related files will be updated separately.
When |
run full pr build |
E2E tests fail with #4878 |
While it's working as expected with
I tried several ways to specify the vars:
- name: paths
type: text
value:
- '/var/log/containers/*${kubernetes.container.id}.log' Agents are still failing with the same error: Note that any attempt to access the Fleet UI in Kibana fails with the following error: |
Hey @Zacqary, can you advise on the issue above? It seems the expected config for Custom Logs integration changed between |
FYI, I'm still looking into failures on Kibana side. |
Hey folks, I spent some time investigating this in elastic/kibana#113400 and just posted a quick summary in a comment. We should be able to provide cloud-on-k8s/config/recipes/elastic-agent/fleet-custom-logs-integration.yaml Lines 38 to 39 in e25f504
with - name: paths
value:
- '/var/log/containers/*${kubernetes.container.id}.log' Previously, Fleet would accept this value, but in 7.15 we're applying the same validation client-side and server-side to our package policy creation process. So preconfigured values can no longer skirt validation rules such as "array values must be explicitly provided as an array" like in this case. The initial Let me know if there are still issues here and I'll happily continue taking a look! |
@david-kow good idea, let's do that! Thanks @david-kow @barkbay @kpollich for the investigation 🙏 |
…7.15.0 Kibana bug
run full pr job |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
run full pr build |
Hey @sebgl, I think we are good to merge this :) |
Using hack/update-stack-version.sh.
upgrade-test-harness and operatorhub related files will be updated separately.