Track the ongoing task for refactoring the prospector to input. - [x] Rename the prospector interface to the input interface https://github.com/elastic/beats/pull/6078 - [x] UDP prospector https://github.com/elastic/beats/pull/6118 - [x] Log prospector https://github.com/elastic/beats/pull/6120 - [x] stdin prospector https://github.com/elastic/beats/pull/6116 - [x] docker prospector https://github.com/elastic/beats/pull/6278 - [x] redis prospector https://github.com/elastic/beats/pull/6119 - [x] Convert modules yaml and json file to prospector and check for `event.type` https://github.com/elastic/beats/pull/6121 - [x] Update all the python test to not use any prospector words. https://github.com/elastic/beats/pull/6284 - [x] Update filebeat configuration yaml to remove any prospector words https://github.com/elastic/beats/pull/6290 - ~~update the documentation.~~ Moved to #6375 - [x] create PR for changelog entries for all input.
Track the ongoing task for refactoring the prospector to input.
event.typeMigrate: modules yaml and their json expected file to use the input and the input.type field #6121input(s)instead ofprospector(s)#6284update the documentation.Moved to Update docs to reflect prospector > input refactoring #6375