bravekong commented on PR #732: URL: https://github.com/apache/incubator-seatunnel/pull/732#issuecomment-1314635256
@CalvinKirs I don't think so. The es version 5.6.16 I used reports errors using the default _doc. There is no problem using log. Although es 7 internal index is _doc, but different versions have different default values. However, there is no problem in using log by default, which is compatible with all situations. Current ST compatible es version: Spark: Elasticsearch (supported ElasticSearch version is>=2. x and<7.0.0) Flink: Elasticsearch(supported ElasticSearch version = 7.x, if you want use Elasticsearch version is 6.x, please use the source code to repackage by execute mvn clean package -Delasticsearch=6) For the current compatible version of ST, I think log is more appropriate as the default index_type. I wanted to submit the bug, but I think it is more appropriate here.   -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
