[Logs] rename Explorer to Discover (#210772)

Closes https://github.com/elastic/kibana/issues/209240.
This commit is contained in:
Yngrid Coello 2025-02-12 14:18:24 +01:00 committed by GitHub
parent bc08247b7f
commit d34ee93dcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,10 +357,9 @@ const getLogsNavigationEntries = ({
if (isLogsExplorerAccessible) {
entries.push({
label: 'Explorer',
label: 'Discover',
app: 'observability-logs-explorer',
path: '/',
isBetaFeature: true,
});
}