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
Is your feature request related to a problem? Please describe.
Today we are having multiple components responsible for fetching the index pattern utilized by the application. This is inefficient, because we only have one index pattern, and we shouldn't be pulling it down multiple times for a single run.
Describe the solution you'd like
We should add the pattern to our state store, and provide an action type that can be dispatched to refresh it. We can dispatch one of these actions as part of our application's bootstrapping process, and in the future if we want to allow user actions to refresh the pattern the infrastructure will already be present.
Describe alternatives you've considered
We are going to create a temporary fix as a solution for elastic/kibana#54151. We could leave that fix in place indefinitely, but this solution is better long-term.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Today we are having multiple components responsible for fetching the index pattern utilized by the application. This is inefficient, because we only have one index pattern, and we shouldn't be pulling it down multiple times for a single run.
Describe the solution you'd like
We should add the pattern to our state store, and provide an action type that can be dispatched to refresh it. We can dispatch one of these actions as part of our application's bootstrapping process, and in the future if we want to allow user actions to refresh the pattern the infrastructure will already be present.
Describe alternatives you've considered
We are going to create a temporary fix as a solution for elastic/kibana#54151. We could leave that fix in place indefinitely, but this solution is better long-term.
Additional context
N/A
The text was updated successfully, but these errors were encountered: