【问题标题】:Use SSL for logstash-output-stomp为 logstash-output-stomp 使用 SSL
【发布时间】:2020-04-15 23:02:33
【问题描述】:

这是我logstash.conf的一部分:

output {
    stomp {
        host => "localhost"
        port => "61613"
        destination => "/queue/test"
        user => "admin"
        password => "admin"
        headers => {
            "persistent" => true
        }
    }
    stdout {}
}

现在我想使用 SSL 向 ActiveMQ 发送消息。我该怎么办?

【问题讨论】:

    标签: ssl plugins logstash stomp


    【解决方案1】:

    基于 logstash-plugins 项目中的this PR,Stomp 似乎不支持 SSL/TLS。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-07-02
    • 1970-01-01
    • 1970-01-01
    • 2017-03-06
    • 1970-01-01
    • 2021-12-12
    • 1970-01-01
    • 2018-03-27
    相关资源
    最近更新 更多