logstash-json

    0熱度

    1回答

    我是ELK堆棧的新手,嘗試在kibana儀表板中配置字段。我的logstash.conf input { tcp { port => 5000 } } filter{ json{ source => "message" add_field => { "newfiled" => "static" } } }} output {