Remove document_type from Filebeat#4204
Conversation
|
LGTM. I think we should deprecate the "document_type" option and the "type" output field in 5.5, right? |
|
Here is the PR to deprecate |
b155c7a to
28edc31
Compare
The `_type` field was removed in elasticsearch 6.0. The initial intention of `document_type` was to define different `_type`. As this does not exist anymore the config option was removed. It is recommend to use `fields` instead to add specific fields to a prospector. * Adjust tests accordingly
28edc31 to
1f3659f
Compare
|
but I can get _type in elasticsearch _type { |
The
_typefield was removed in elasticsearch 6.0. The initial intention ofdocument_typewas to define different_type. As this does not exist anymore the config option was removed. It is recommend to usefieldsinstead to add specific fields to a prospector.