test: index documents with the same type and increase root log level
Original commit: elastic/x-pack-elasticsearch@41153e52d4
This commit is contained in:
parent
dd9962cff2
commit
c621be626f
|
@ -49,7 +49,7 @@ setup:
|
|||
"indexme" : {
|
||||
"index" : {
|
||||
"index" : "my_test_index",
|
||||
"doc_type" : "my-type",
|
||||
"doc_type" : "doc",
|
||||
"doc_id": "my-id"
|
||||
}
|
||||
}
|
||||
|
@ -123,7 +123,7 @@ setup:
|
|||
"indexme" : {
|
||||
"index" : {
|
||||
"index" : "my_test_index",
|
||||
"doc_type" : "my-type",
|
||||
"doc_type" : "doc",
|
||||
"doc_id": "my-id"
|
||||
}
|
||||
}
|
||||
|
@ -183,7 +183,7 @@ setup:
|
|||
"indexme" : {
|
||||
"index" : {
|
||||
"index" : "my_test_index",
|
||||
"doc_type" : "my-type",
|
||||
"doc_type" : "doc",
|
||||
"doc_id": "my-id"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@ integTestCluster {
|
|||
dependsOn copyWatcherRestTests
|
||||
setting 'xpack.monitoring.enabled', 'false'
|
||||
setting 'xpack.ml.enabled', 'false'
|
||||
setting 'logger.level', 'DEBUG'
|
||||
// settings to test settings filtering on
|
||||
setting 'xpack.notification.email.account._email.smtp.host', 'host.domain'
|
||||
setting 'xpack.notification.email.account._email.smtp.port', '587'
|
||||
|
|
Loading…
Reference in New Issue