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
Creating server side alerts, based on visualizations, requires being able to run their underlying expressions on the server side. In that process, there are some IndexPattern dependencies involved, specifically:
access to fields
formatting values for alerts (probably 2nd stage)
Clean up tasks
These task should be preferably done before building a new service, to make sure we re-implement the correct APIs.
Summary
A lot has been said an written about
IndexPatterns
. A great summary of pain points and potential solutions can be found here.The scope of this issue, is building a road map for:
Server Side
IndexPatterns
Creating server side alerts, based on visualizations, requires being able to run their underlying expressions on the server side. In that process, there are some
IndexPattern
dependencies involved, specifically:Clean up tasks
These task should be preferably done before building a new service, to make sure we re-implement the correct APIs.
private
IndexPattern
,IndexPatternAttributes
andIIndexPattern
consistency -IndexPattern
shouldn't be exported fromdata
plugin 🙏IFieldList
vs.IFieldType[]
mismatchIFieldType
New Common Service
IndexPattern
implementation.indexPatterns
service and use it from thepublic
serviceImprovements
The text was updated successfully, but these errors were encountered: