-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #982 changed how the router works. It fixes some issues, but introduces a bug: "PUT _bulk" is treated as "PUT :index". In this PR : 1. Revert router changes (#982) 2. Fix async handling 3. Fix mapping handling 4. Fix "GET :index" handling (it was always redirected to the elastic) 5. Handle Kibana internal indexes in an explicit way
- Loading branch information
Showing
3 changed files
with
105 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters