elastic/kibana
Elasticsearch apps should redirect undefined routes to a home page
开放
#27,441 创建于 2018年12月18日
Feature:CCR and Remote ClustersFeature:ILMTeam:Kibana Managementbuggood first issuepapercut
仓库指标
- 星标
- (19,065 个星标)
- PR 合并指标
- (平均合并 1天 16小时) (30 天内合并 999 个 PR)
描述
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.