Elasticsearch: Remove xpack button and make includeFrozen not dependant on it (#84734)

This commit is contained in:
Ivana Huckova
2024-03-20 09:59:26 +01:00
committed by GitHub
parent fba2b61408
commit 77b1c97482
8 changed files with 13 additions and 44 deletions

View File

@ -58,7 +58,6 @@ func TestClient_ExecuteMultisearch(t *testing.T) {
Interval: "Daily",
MaxConcurrentShardRequests: 6,
IncludeFrozen: true,
XPack: true,
}
from := time.Date(2018, 5, 15, 17, 50, 0, 0, time.UTC)
@ -148,7 +147,6 @@ func TestClient_ExecuteMultisearch(t *testing.T) {
Interval: "Daily",
MaxConcurrentShardRequests: 6,
IncludeFrozen: true,
XPack: true,
}
from := time.Date(2018, 5, 15, 17, 50, 0, 0, time.UTC)
@ -253,7 +251,6 @@ func TestClient_Index(t *testing.T) {
Interval: test.patternInDatasource,
MaxConcurrentShardRequests: 6,
IncludeFrozen: true,
XPack: true,
}
from := time.Date(2018, 5, 10, 17, 50, 0, 0, time.UTC)