elastic/kibana
Vedi su GitHubElasticsearch apps should redirect undefined routes to a home page
Open
#27.441 aperta il 18 dic 2018
Feature:CCR and Remote ClustersFeature:ILMTeam:Kibana Managementbuggood first issuepapercut
Metriche repository
- Star
- (19.065 star)
- Metriche merge PR
- (Merge medio 1g 16h) (999 PR mergiate in 30 g)
Descrizione
Currently, Rollup Jobs, ILM, and CCR just show blank screens if the user manually navigates to an undefined route:

Remote Clusters will redirect undefined routes back to the list page:
<Redirect from={`${CRUD_APP_BASE_PATH}/:anything`} to={`${CRUD_APP_BASE_PATH}/list`} />
We should do the same throughout all of our apps.