elastic/kibana

Elasticsearch apps should redirect undefined routes to a home page

Open

#27.441 geöffnet am 18. Dez. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (19.065 Stars) (8.021 Forks)batch import
Feature:CCR and Remote ClustersFeature:ILMTeam:Kibana Managementbuggood first issuepapercut

Beschreibung

Currently, Rollup Jobs, ILM, and CCR just show blank screens if the user manually navigates to an undefined route:

image

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.

Contributor Guide