I am using CMRESHandler with ES 7.5.1.
From ES 7, type is deprecated
When CMRESHandler sends logs with bulk operation, [types removal] Specifying types in bulk requests is deprecated. warning is printed.
Forcing to set es_doc_type is cause of this issue.
This line may need to be deleted.