Skip to content

Commit 36a88bc

Browse files
committed
[tests] Remove _timestamp mapping from fixtures
1 parent 5ca4ea1 commit 36a88bc

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

test/fixtures/scenarios/logstash_functional/makelogs_index_definition.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ module.exports = {
3333
'match': '*'
3434
}
3535
}],
36-
'_timestamp': {
37-
'enabled': true
38-
},
3936
'properties': {
4037
'@timestamp': {
4138
'type': 'date'

test/fixtures/scenarios/makelogs/makelogs_index_definition.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ module.exports = {
3333
'match': '*'
3434
}
3535
}],
36-
'_timestamp': {
37-
'enabled': true
38-
},
3936
'properties': {
4037
'@timestamp': {
4138
'type': 'date'

0 commit comments

Comments
 (0)