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
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
Right now we are creating the index patterns manually by directly writing to ES rather than use the new Kibana API. This is because the API doesn't allow specifying an _id which we need to do because of how we link up our Discover button with the indices. We should correct this.
Use the API to create the index pattern in the API upon creation.
Store the returned index-pattern id on the channel record
Modify the discover button to use this indexPatternId to correctly link to the discover page
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we are creating the index patterns manually by directly writing to ES rather than use the new Kibana API. This is because the API doesn't allow specifying an
_id
which we need to do because of how we link up our Discover button with the indices. We should correct this.The text was updated successfully, but these errors were encountered: