fluent / fluentd-kubernetes-daemonset

Fluentd daemonset for Kubernetes and it Docker image
Apache License 2.0
1.26k stars 982 forks source link

no such file or directory @rb_sysopen while deploying 'fluentd-daemonset-opensearch.yaml' #1405

Closed srinvasgutta closed 1 year ago

srinvasgutta commented 1 year ago

Hi,

We are using AWS opensearch. Configuring Fluentd in AWS kubernetes cluster by deploying as daemonset using fluentd-daemonset-opensearch.yaml

Getting below error in pod logs. Please help on it to fix. I couldn't find any help in google regarding fix for this which is connecting to opensearch

==== [warn]: #0 [out_os] Could not communicate to OpenSearch, resetting connection and trying again. No such file or directory @ rb_sysopen - (Errno::ENOENT)

====

Yaml file

apiVersion: apps/v1 kind: DaemonSet metadata: name: fluentd namespace: logging labels: k8s-app: fluentd-logging version: v1 spec: selector: matchLabels: k8s-app: fluentd-logging version: v1 template: metadata: labels: k8s-app: fluentd-logging version: v1 spec: serviceAccount: fluentd serviceAccountName: fluentd tolerations:

viktorgoranov commented 1 year ago

Hello Team,

Any updates here? I am facing the same issue....

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days

github-actions[bot] commented 1 year ago

This issue was automatically closed because of stale in 30 days