luzhijing closed issue #638: logstash导入数据到doris中,format不支持
URL: https://github.com/apache/doris-website/issues/638
--
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 unsubscrib
luzhijing commented on issue #638:
URL: https://github.com/apache/doris-website/issues/638#issuecomment-2106058775
https://doris.apache.org/zh-CN/docs/data-operate/import/load-json-format
Currently, only the following import methods support data import in JSON
format:
Through [
Volcano139 opened a new issue, #638:
URL: https://github.com/apache/doris-website/issues/638
我在使用logstash导入kafka中的数据到doris中,数据格式为json,但是配置无法识别
output {
doris {
http_hosts => [ "xxx" ]
user => root
password => ""
db => "log"
tabl