df007df opened a new issue, #15485:
URL: https://github.com/apache/doris/issues/15485

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   doris-1.2.0-rc04
   
   ### What's Wrong?
   
   配置ES链接后,查询失败。错误内容
   
   创建语句
   ```
   
   CREATE EXTERNAL TABLE `es_index_products_v4` (
     
        `_id` varchar COMMENT "_id",
     `id` bigint(20) COMMENT "id",
        `code` varchar(20) COMMENT "code",
        
        `source` varchar(20) COMMENT "source",
        `platform` varchar(20) COMMENT "platform",
        
        `status` varchar(20) COMMENT "status",
        
     `gmtCreate` datetime COMMENT "gmtCreate",
        `gmtModified` datetime COMMENT "gmtModified"
        
   )
   ENGINE=ELASTICSEARCH 
   PROPERTIES (
   "hosts" = "https://47.97.182.118:9200";,
   "index" = "products_v4_1",
   "user" = "elastic",
   "password" = "nmOvwUr1W=QNHgq*FKyl",
   "enable_docvalue_scan" = "true",
   "http_ssl_enabled" = "true",
   "nodes_discovery" = "false"
   );
   
   ```
   
   be 的日志内容
   
   
![image](https://user-images.githubusercontent.com/2849902/209953313-ac35e8f1-25a1-4f8f-b948-03648a204104.png)
   
   
   
   ### What You Expected?
   
   调研中,希望尽快好。
   doris 1.1.0 版本是可以的
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to