mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[feature branch] index pattern => data view for user facing content (#109821)
* [index pattern management] index pattern => data view for user facing content (#109577)
This commit is contained in:
parent
ee3c0c447e
commit
64f1dddcb0
249 changed files with 881 additions and 1307 deletions
|
@ -368,8 +368,8 @@ export const buildOSSFeatures = ({
|
|||
},
|
||||
{
|
||||
id: 'indexPatterns',
|
||||
name: i18n.translate('xpack.features.indexPatternFeatureName', {
|
||||
defaultMessage: 'Index Pattern Management',
|
||||
name: i18n.translate('xpack.features.dataViewFeatureName', {
|
||||
defaultMessage: 'Data View Management',
|
||||
}),
|
||||
order: 1600,
|
||||
category: DEFAULT_APP_CATEGORIES.management,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue