This message was deleted.
# general
s
This message was deleted.
h
Any help anyone? Thanks in advance!!
p
Hi @Harshdeep Singh, OCI does not use docker as CRI hence the issue with log collection.
log_dir="/var/log/crio/pods" The default log directory where all logs will go unless directly specified by the kubelet.
Ref: https://github.com/cri-o/cri-o/blob/main/docs/crio.conf.5.md#crio-table
h
Hi @Prashant Shahi Thanks for the information, Can we give any command or arg in the deployment to make signoz to send logs to that specific location from where frontend can pick to show?
Any specific image tag related to this?
@Prashant Shahi Any updates?
@Prashant Shahi Should we drop idea of using signoz in OCI?
p
Can you try using that crio logs path in the include configuration of log collection instead of docker path?
override-values.yaml
Copy code
k8s-infra:
  presets:
    logsCollection:
      enabled: true
      include:
        - /var/log/crio/pods/*/*/*.log
h
I tried same but get not success