This message was deleted.
# support
s
This message was deleted.
a
@Prashant Shahi can you look into this?
a
@Shifna can you show what the logs tell?
logs of query-service and otel-collector
Does clickhouse container show a running status?
s
Can you pls tell me how to find log?
Unable to access my signoz UI
p
Can you pls tell me how to find log?
Copy code
sudo docker logs <container-name-or-ID>
For last 100 lines of query-service logs:
Copy code
sudo docker logs query-service --tail=100
For last 100 lines of clickhouse logs:
Copy code
sudo docker logs clickhouse-setup_clickhouse_1 --tail=100
--- Since both query-service and otel-collector seems to be misbehaving, it is likely caused by some issue with clickhouse.
s
Can you pls check and resolve my isuue
p
@Shifna did you make any changes to the existing configuration or docker related files?
It looks like the default user does not exist for your clickhouse server.
s
Yas I made changes...
How should I solve this issue?
p
can you share what changes you made from the existing files?
That should help to resolve this.
s
Actually I changed the password in the docker compose.yaml file
p
Can you please share what was updated? Maybe over DM if it is sensitive.
s
Okay