-
Notifications
You must be signed in to change notification settings - Fork 117
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
Set synthetic source mode on new data streams #1026
Comments
@jsoriano Does this issue need QA validation? |
Will synthetic mode be default for all new data streams or just metric data streams? |
I would say it is enough with the testing done during the review (PR) process. Ensuring that the configuration written in the data stream manifest corresponds with the settings introduced by the user while running |
@ebeahan I was thinking to just allow that mode in case users/developers choose to create a This means that elastic-package would show a question to the user/developer to choose if they want to enable synthetics or not. If they chose to create a logs data stream, no question will be shown and there would not be any changes in the configuration. |
Makes sense to me, yes. |
++ yes, makes sense to me as well. |
Make
elastic-package create
to setsource_mode: synthetic
on new data streams. So this mode is enabled by default once elastic/kibana#141211 is ready.This flag was added to the spec in elastic/package-spec#419. Synthetic source mode can be manually enabled through the UI since elastic/kibana#140095.
The text was updated successfully, but these errors were encountered: