mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Logs] rename Explorer to Discover (#210772)
Closes https://github.com/elastic/kibana/issues/209240.
This commit is contained in:
parent
bc08247b7f
commit
d34ee93dcf
1 changed files with 1 additions and 2 deletions
|
@ -357,10 +357,9 @@ const getLogsNavigationEntries = ({
|
|||
|
||||
if (isLogsExplorerAccessible) {
|
||||
entries.push({
|
||||
label: 'Explorer',
|
||||
label: 'Discover',
|
||||
app: 'observability-logs-explorer',
|
||||
path: '/',
|
||||
isBetaFeature: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue