go-stash
go-stash copied to clipboard
ES如果加密配置该如何添加呢
I'll check if the driver support or not.
我会检查驱动程序是否支持。 老哥麻烦尽快更新支持配置ES用户密码
The driver has supported this API to set username and password. func SetBasicAuth(username, password string) ClientOptionFunc Please append the optional configuration.
我会检查驱动程序是否支持。 老哥麻烦尽快更新支持配置ES用户密码 最新版本已经支持了 ElasticSearch: Hosts: - "http://elasticsearch:9200" Index: "looklook-{{yyyy-MM-dd}}" Username: xxxx Password: xxxxx
@Cvimer were you talking about username/password? or HTTPS?