-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add setting to configure the source mode of a data stream #419
Conversation
@kpollich depending on the outcome of this PR we may need a follow up on elastic/kibana#140095. |
Overall LGTM, left 2 minor questions. |
🌐 Coverage report
|
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.
LGTM
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.
LGTM 🚀
I created elastic/kibana#141211 to capture Fleet support for this.
Thanks! |
What does this PR do?
Add setting to configure the source mode of a data stream.
Why is it important?
Depending on the use case, deciding how to store the source may bring important disk space savings or perfomance improvements.
This allows to enable
_synthetic
source for a data stream.We may want to decide on a general default for the source mode depending on the results of the technical review implemented in elastic/kibana#140095, but we will still need a toggle in the package for exceptions (#340 (comment)).
Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues
_source
to data streams kibana#140095.