[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:
Matthew Kime 2021-10-20 18:53:39 -05:00 committed by GitHub
parent ee3c0c447e
commit 64f1dddcb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
249 changed files with 881 additions and 1307 deletions

View file

@ -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,