ssl - 为 logstash-output-stomp 使用 SSL

标签 ssl plugins logstash stomp

这是我的 logstash.conf 部分:

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

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

最佳答案

基于 this PR从 logstash-plugins 项目看来,Stomp 不支持 SSL/TLS。

关于ssl - 为 logstash-output-stomp 使用 SSL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59475950/

相关文章:

cakephp - 如何使用 CakePHP 的 HtmlHelper 创建安全链接 (https)

c++ - 未知包装 nar - nar-maven-plugin

plugins - 插件和共享对象库

java - 通过 syslog 发送 log4j2 堆栈跟踪

php - libCURL::SSL:证书主题名称 'Common Name (eg, YOUR name)' 与目标主机名不匹配...但 CN 和目标名称匹配

python - Databricks CLI : SSLError, 找不到本地颁发者证书

wcf - 我可以使用具有传输安全性 (https) 但没有客户端证书的 NetTcpBinding

javascript - jQuery 插件 - 初始化后更新设置

elasticsearch - Elasticsearch 的未知设置 'hosts'

elasticsearch - 如何为redis定义logstash配置文件