-
Notifications
You must be signed in to change notification settings - Fork 459
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
Enable kubernetes time series #3119
Conversation
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
🌐 Coverage report
|
packages/kubernetes/manifest.yml
Outdated
@@ -10,7 +10,7 @@ categories: | |||
- kubernetes | |||
release: ga | |||
conditions: | |||
kibana.version: "^8.2.0" | |||
kibana.version: "^8.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess that we need this in order to add index.mode: time_series
in the indexes?
My only concern about this is that once again we move compatibility forward making it hard for bugfixes to land in the future. Not blocking though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this was the concern I had about the approach of using the manifest elasticsearch
settings.
Approach in this PR is not valid. It installs the |
Enable time series mode in kubernetes data streams.
This change requires Elasticsearch 8.4.
Fixed also some typos and duplicated fields.