Open
Description
We've been advising users (for years!) to use document_type
for different schemas of logs on the same index. However, recently, I have learned that this is not a correct way to use Elasticsearch!
TODO: Add link/references to this from the Elasticsearch repo
Proposal: We should remove the document_type
setting, and update our docs to encourage using different index names for different (and possibly conflicting) document schemas within Elasticsearch.