mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 00:32:44 +08:00
elasticsearch: removed code related to removed esVersion field (#65439)
elastic: remove code that references obsolete json field
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user