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
When running mysqlbeat, the command fails to push the data to elasticsearch. In the logs, I could see below errror
ERR Failed to perform any bulk index operations: 406 Not Acceptable
2018-06-26T13:50:39+05:30 INFO Error publishing events (retrying): 406 Not Acceptable
The text was updated successfully, but these errors were encountered:
I have the same Error.
From Elasticsearch 6.0, all REST requests that include a body must also provide the correct content-type for that body. I guess this is the error?
When running mysqlbeat, the command fails to push the data to elasticsearch. In the logs, I could see below errror
ERR Failed to perform any bulk index operations: 406 Not Acceptable
2018-06-26T13:50:39+05:30 INFO Error publishing events (retrying): 406 Not Acceptable
The text was updated successfully, but these errors were encountered: