Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Index Pattern ID Hack-Fix #122

Open
3 tasks
wrathagom opened this issue Feb 24, 2018 · 0 comments
Open
3 tasks

Index Pattern ID Hack-Fix #122

wrathagom opened this issue Feb 24, 2018 · 0 comments

Comments

@wrathagom
Copy link
Contributor

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant