mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix typo
This commit is contained in:
parent
ec0c3341d1
commit
062931a3f4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ uiModules.get('apps/settings')
|
|||
{ title: 'format' },
|
||||
{ title: 'analyzed', info: 'Analyzed fields may require extra memory to visualize' },
|
||||
{ title: 'indexed', info: 'Fields that are not indexed are unavailable for search' },
|
||||
{ title: 'exclude', info: 'Fields that are not excluded from _source when _source is fetched' },
|
||||
{ title: 'exclude', info: 'Fields that are excluded from _source when it is fetched' },
|
||||
{ title: 'controls', sortable: false }
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue