mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #7546 from jbudz/integ-test-fixtures
[tests] Remove _timestamp mapping from fixtures
This commit is contained in:
commit
007606e24a
2 changed files with 0 additions and 6 deletions
|
@ -33,9 +33,6 @@ module.exports = {
|
|||
'match': '*'
|
||||
}
|
||||
}],
|
||||
'_timestamp': {
|
||||
'enabled': true
|
||||
},
|
||||
'properties': {
|
||||
'@timestamp': {
|
||||
'type': 'date'
|
||||
|
|
|
@ -33,9 +33,6 @@ module.exports = {
|
|||
'match': '*'
|
||||
}
|
||||
}],
|
||||
'_timestamp': {
|
||||
'enabled': true
|
||||
},
|
||||
'properties': {
|
||||
'@timestamp': {
|
||||
'type': 'date'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue