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"
           table => "k8s_log"
           format => "json"
      }
   }
   报错
   [2024-05-12T00:37:09,755][ERROR][logstash.outputs.doris   ] Unknown setting 
'format' for doris
   
   logstash版本为8.13.4
   配置了./bin/logstash-plugin install logstash-output-doris-1.0.0.gem


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

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


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

Reply via email to