You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, add user generated list type values through UI or REST API.
REST endpoints for value based CRUD (Create Read Update Delete)
Create Saved Object mappings for list type values
Include some meta data on types
Use a feature flag for env var / kibana.yml to prevent this from being exposed in 7.7 🙅♂
Add tests to ensure feature flag is not set
Unknowns
Would it be one document or multiple documents (one document per list)?
Do we constrain list size to begin with?
This is looking unlikely at this phase but rather we keep lists separate from the query to make it possible if we need to do chunked querying it is simpler:
"Reviewed by Frank Hassanabad on 7/29/2020", This looks complete and will be shippable at this point. Going to close this and associated tickets. Any new bugs/features should be new tickets. Note this work is superseded by exception lists being a join data type.
Meta ticket tracking this
#59715
** Split/child ticket for just values**
#60022
As a user, add user generated list type values through UI or REST API.
Unknowns
This is looking unlikely at this phase but rather we keep lists separate from the query to make it possible if we need to do chunked querying it is simpler:
Research
Mock REST request for adding a set of lists to an existing rule
Example of some lists within ES from the REST interface.
Other things this will have would be the classic fields from saved objects.
The text was updated successfully, but these errors were encountered: