Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change "tweet" type to "_doc" (#28690)
Elasticsearch 6.x indices do not allow multiple types index. Instead, they use "_doc" as default if created internally (Elasticsearch), or "doc" default if sent by Logstash.
- Loading branch information