xmtao0805

Results 10 comments of xmtao0805

thanks for reminding But I decrypt via base64 and the password is correct It looks like there is a problem with the secretKeyRef key, it gets my username

![1](https://user-images.githubusercontent.com/32706929/159156335-9df8a2d5-1924-40c7-902f-2ef6484fc670.png) ![3](https://user-images.githubusercontent.com/32706929/159156385-e68ef35e-4f20-4b23-9e80-bfc3b03b5732.png) I can test it here

I tried to decode the secrets fluentd-config and found that the password it got was wrong ![11](https://user-images.githubusercontent.com/32706929/159157168-01c7a8e9-3525-46ac-a0a3-6a109e06088d.png)

But the configuration in my ClusterOutput is correct what's going on thanks ![22](https://user-images.githubusercontent.com/32706929/159157224-9b2c253b-ec79-44a3-a6b5-fe333f41987b.png)

This is a good idea But it doesn't solve the problem, it gets the username ![1](https://user-images.githubusercontent.com/32706929/159192630-c8b5f7b4-64ad-476f-b7fd-b3755cf6d68e.png) ![2](https://user-images.githubusercontent.com/32706929/159192634-518b53c6-db75-4678-98aa-6be0db95c46b.png) ![3](https://user-images.githubusercontent.com/32706929/159192637-ebae2a72-f9ab-48a8-9105-30e3b752074e.png)

Dears , After I modified it, I still can't push the data to es. What is the es version supported by fluentd? My es version is 7.12.0, but fluentbit can...

Yes. It's an alarm, but I'm not sure if it will have other effects in subsequent use Is there a compatibility list?

It's okay, I just want to make sure the version is compatible. Of course, in my environment, the version of es is not a hard requirement I'm going to look...

> @benjaminhuo @wenchajun有没有案例或解决方案? `kubectl create secret generic es-secret --from-literal=username=xxx --from-literal=password=xxx` ClusterOutput Yaml Fragment ``` spec: outputs: - elasticsearch: host: xxx logstashFormat: true logstashPrefix: xxx password: valueFrom: secretKeyRef: key: password name:...