mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix key name
This commit is contained in:
parent
9f4c675c03
commit
8ae714b0c2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = function createTestData() {
|
|||
'ip': {'type': 'ip', 'index': 'not_analyzed', 'doc_values': true},
|
||||
'@timestamp': {'type': 'date', 'index': 'not_analyzed', 'doc_values': true},
|
||||
'agent': {'type': 'string', 'index': 'analyzed', 'doc_values': false},
|
||||
'mapping': {'type': 'number', 'index': 'not_analyzed', 'doc_values': true}
|
||||
'bytes': {'type': 'number', 'index': 'not_analyzed', 'doc_values': true}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue