You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm getting an HTTP 406 error every time the ElasticSearchReport tries to index a bunch of metrics on newest version of ElasticSearch 6.2.2. Anyone else have that problem?
The solution is to add the following line in 94 of ElasticSearchReport.cs:
client.Headers.Add("Content-Type", "application/x-ndjson");
The text was updated successfully, but these errors were encountered:
Hi I'm getting an HTTP 406 error every time the ElasticSearchReport tries to index a bunch of metrics on newest version of ElasticSearch 6.2.2. Anyone else have that problem?
The solution is to add the following line in 94 of ElasticSearchReport.cs:
client.Headers.Add("Content-Type", "application/x-ndjson");
The text was updated successfully, but these errors were encountered: