fix key name

This commit is contained in:
Matthew Bargar 2015-12-10 15:02:31 -05:00
parent 9f4c675c03
commit 8ae714b0c2

View file

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