Carlos Ramirez

Results 1 issues of Carlos Ramirez

The compatibility headers cannot be used with the client ``` Accept: "application/vnd.elasticsearch+json;compatible-with=7" Content-Type: "application/vnd.elasticsearch+json;compatible-with=7" ``` I tried to set the headers like this ``` elastic.SetHeaders(http.Header{ "Accept": { "application/vnd.elasticsearch+json", "compatible-with=7", },...