nebois opened a new issue, #3269:
URL: https://github.com/apache/doris-website/issues/3269

   Path:/zh-CN/docs/3.x/ecosystem/observability/logstash
   output {
       doris {
           http_hosts => ["http://fe1:8630";, "http://fe2:8630";, 
"http://fe3:8630";]
           user => "root"
           password => ""
           db => "log_db"
           table => "github_events"
           headers => {
             "format" => "json"
             "read_json_by_line" => "true"
             "load_to_single_tablet" => "true"
           }
           mapping => {
             "created_at" => "%{created_at}"
             "id" => "%{id}"
             "type" => "%{type}"
             "public" => "%{public}"
             "actor.id" => "%{[actor][id]}"
             "actor.login" => "%{[actor][login]}"
             "actor.display_login" => "%{[actor][display_login]}"
             "actor.gravatar_id" => "%{[actor][gravatar_id]}"
             "actor.url" => "%{[actor][url]}"
             "actor.avatar_url" => "%{[actor][avatar_url]}"
             "repo.id" => "%{[repo][id]}"
             "repo.name" => "%{[repo][name]}"
             "repo.url" => "%{[repo][url]}"
             "payload" => "%{[payload]}"
             "host" => "%{[host][name]}"
             "path" => "%{[log][file][path]}"
           }
           log_request => true
       }
   }
   
   这里logstash示例output端口8630看起来是非默认端口, 是不是该换成8030


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to