-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Add UI toggle for synthetic _source
to data streams
#140095
Comments
Pinging @elastic/fleet (Team:Fleet) |
Another example of an error from the I wonder if we should only allow opt-in to synthetic source on Alternatively we can just let these errors surface as they do currently. It's an experiment feature after all, and the errors are actually fairly successful in conveying that the given data stream does not support synthetic source. @andresrc @joshdover curious for your thoughts here. |
As this is an experimental feature, I think the errors above are fine and I would not put artificial limitation in places to just show it for metrics-*. Part of being able to enable the feature is finding all these limitations. My take is, lets just bubble it up. |
Summary
Add a UI toggle that enabled synthetic
_source
for a given data stream to the policy editor.Parent issue #132818
Ref #139862
Implementation
Indexing Options (Experimental)
section to the policy editor at the end of each data stream's settings sectionSynthetic source
Synthetic source
switch also includes a tooltip with additional information/referencesProposed Request Addition to Package Policy API
Show current example payload
Enabling synthetic source
Reference https://github.com/elastic/integrations/blob/main/docs/how_to_test_new_indexing_features.md
We'll need to make an update to the appropriate component template equivalent to:
Designs
The text was updated successfully, but these errors were encountered: