Hi, deployed signoz on openshift 4.10 with the kub...
# support
l
Hi, deployed signoz on openshift 4.10 with the kubernetes helm chart, can't seem to get logs, getting errors on the otel agent: 2023-06-25T085432.640Z warn fileconsumer/file.go:63 no files match the configured include patterns {"kind": "receiver", "name": "filelog/k8s", "data_type": "logs", "component": "fileconsumer", "include": ["/var/log/pods/*/*/*.log", "/var/log/pods/*/*.log"], "exclude": []}
v
Maybe @Prashant Shahi can help here?
l
anybody?
p
You will need to update
/var/log/pods/**/**.log
with the relevant log path.
l
what is the relevant log path?
p
Here are some common paths for logs: •
/var/log/pods
/var/log/containers
@lior hollander which container runtime is being used?
l
Openshift 4.10 uses crio
p
log_dir="/var/log/crio/pods" The default log directory where all logs will go unless directly specified by the kubelet. The log directory specified must be an absolute directory.
Ref: https://github.com/cri-o/cri-o/blob/main/docs/crio.conf.5.md#crio-table
@lior hollander Do let us know if it helps.
l
I'll hopefully return to it in a day or two, thanks for checking up.