elastic/kibana
Elasticsearch apps should redirect undefined routes to a home page
オープン
#27,441 opened on 2018/12/18
Feature:CCR and Remote ClustersFeature:ILMTeam:Kibana Managementbuggood first issuepapercut
Repository metrics
- Stars
- (19,065 個のスター)
- PR merge metrics
- (平均マージ 1d 16h) (30d で 999 merged PRs)
説明
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.