Hi,
I am trying to send the logs from my cluster to elastic cloud. And for the same created a deployment in elastic cloud.
When configuring my fluent-bit to output elastic cloud I had given cloud_id and cloud_auth, but iam not able to see logs in elastic cloud.
And given output as (through helm chart)
"outputs": "[OUTPUT]\n Name es\n Match *\n cloud_id XXXXX\n Port 9200\n cloud_auth XXXX\n tls On\n tls.verify Off\n",
Can anyone please suggest me how to resolve this?