Skip to content

Commit

Permalink
Backport PR #7546
Browse files Browse the repository at this point in the history
---------

**Commit 1:**
[tests] Remove _timestamp mapping from fixtures

* Original sha: 36a88bc
* Authored by Jonathan Budzenski <jbudz@users.noreply.github.com> on 2016-06-24T16:36:22Z
  • Loading branch information
elastic-jasper committed Jun 27, 2016
1 parent fb48568 commit e44c98a
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 e44c98a

Please sign in to comment.