ES does not push logs to customized _type . it push logs for _doc

we have lots of indexes. some have "_type" : "logs" & some have "_type" : "log event" . It pushes logs every month after creating an index with the required _type. but suddenly it was stopped pushing logs to customized _type and starts push logs using "_type":"_doc" .

Welcome to our community! :smiley:

You shouldn't be using custom _types like that as types are disappearing in 8.0. Please move those to a different field and then use the default _doc.

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