Skip to content

Commit d34ee93

Browse files
authored
[Logs] rename Explorer to Discover (#210772)
Closes #209240.
1 parent bc08247 commit d34ee93

File tree

1 file changed

+1
-2
lines changed
  • x-pack/solutions/observability/plugins/infra/public

1 file changed

+1
-2
lines changed

x-pack/solutions/observability/plugins/infra/public/plugin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,9 @@ const getLogsNavigationEntries = ({
357357

358358
if (isLogsExplorerAccessible) {
359359
entries.push({
360-
label: 'Explorer',
360+
label: 'Discover',
361361
app: 'observability-logs-explorer',
362362
path: '/',
363-
isBetaFeature: true,
364363
});
365364
}
366365

0 commit comments

Comments
 (0)