mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[fixtures] fix syntax error
This commit is contained in:
parent
6ee704772d
commit
b605b66be7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module.exports = {
|
|||
'dynamic_templates': [{
|
||||
'string_fields': {
|
||||
'mapping': {
|
||||
'type': 'string'
|
||||
'type': 'string',
|
||||
'index': 'analyzed',
|
||||
'doc_values': true,
|
||||
'omit_norms': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue