Failed to flush export bulks / bulk [my_local] reports failures when exporting documents

I'm trying to start Elasticsearch cluster and getting following error(s):

esm4             | Caused by: org.elasticsearch.xpack.monitoring.exporter.ExportException: failed to flush export bulks
esm4             | 	at org.elasticsearch.xpack.monitoring.exporter.ExportBulk$Compound.lambda$doFlush$0(ExportBulk.java:156) [x-pack-monitoring-6.5.4.jar:6.5.4]
esm4             | 	... 91 more
esm4             | Caused by: org.elasticsearch.xpack.monitoring.exporter.ExportException: bulk [my_local] reports failures when exporting documents
esm4             | 	at org.elasticsearch.xpack.monitoring.exporter.local.LocalBulk.throwExportException(LocalBulk.java:124) ~[?:?]
esm4             | 	... 89 more

Per Monitoring settings in Elasticsearch | Elasticsearch Reference [6.5] | Elastic my settings are:

xpack.monitoring.exporters.my_local.type=local
xpack.monitoring.exporters.my_local.use_ingest=false

Please advise.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.