Skip to content

Commit

Permalink
Merge pull request #2 from jbudz/integ-test-fixtures
Browse files Browse the repository at this point in the history
[tests] Remove _timestamp mapping from fixtures
  • Loading branch information
cjcenizal authored Jun 24, 2016
2 parents 0b02e38 + 36a88bc commit ba1c8b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ module.exports = {
'match': '*'
}
}],
'_timestamp': {
'enabled': true
},
'properties': {
'@timestamp': {
'type': 'date'
Expand Down
3 changes: 0 additions & 3 deletions test/fixtures/scenarios/makelogs/makelogs_index_definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ module.exports = {
'match': '*'
}
}],
'_timestamp': {
'enabled': true
},
'properties': {
'@timestamp': {
'type': 'date'
Expand Down

0 comments on commit ba1c8b7

Please sign in to comment.