tsdb/elasticsearch: remove TimeInterval field from tsdb/elasticsearch client (#78264)

remove TimeInterval field from tsdb/elasticsearch client #78187

Co-authored-by: Sam <samucap@users.noreply.github.com>
This commit is contained in:
Sam
2023-11-16 14:57:21 +01:00
committed by GitHub
co-authored by Sam
parent 6f0c5395ac
commit 0cf6b94fa2
4 changed files with 0 additions and 11 deletions
-1
View File
@@ -53,7 +53,6 @@ func newFlowTestDsInfo(body []byte, statusCode int, requestCallback func(req *ht
Interval: "Daily",
Database: "[testdb-]YYYY.MM.DD",
ConfiguredFields: configuredFields,
TimeInterval: "1s",
URL: "http://localhost:9200",
HTTPClient: &client,
MaxConcurrentShardRequests: 42,