elasticsearch: removed code related to removed esVersion field (#65439)

elastic: remove code that references obsolete json field
This commit is contained in:
Gábor Farkas
2023-04-03 14:47:10 +02:00
committed by GitHub
parent 97e3ed930a
commit 3ae39ff02b
3 changed files with 3 additions and 92 deletions

View File

@ -47,7 +47,6 @@ func TestIntegrationElasticsearch(t *testing.T) {
jsonData := simplejson.NewFromAny(map[string]interface{}{
"httpMethod": "post",
"httpHeaderName1": "X-CUSTOM-HEADER",
"esVersion": "8.0.0",
"timeField": "@timestamp",
})
secureJSONData := map[string]string{