Grafana loki:它是否支持AWS Keyspace

问题描述

是否有人尝试使用AWS Keyspace作为索引和AWS S3进行块存储来配置Grafana Loki? 我不断收到协议版本不匹配错误。

解决方法

研究几个小时后,我开始运行它。因此,问题基本上是主机SSL验证,默认情况下设置为true。

以下配置与AWS Keyspace + Loki docker grafana / loki:master-1664a98和Cassandra配置完美配合

    client_configs+: {
     cassandra+: {
       consistency: 'LOCAL_QUORUM',port: 9142,host_verification: false,disable_initial_host_lookup: false,SSL: true,timeout: "60s",connect_timeout: "3m0s"
     }
    },

您可以根据需要选择LOCAL_ONE作为一致性。

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...