Where to see the logs of the different service ? #1756
-
Hello, I was previously working with loki that was reading stdout from docker socket. And in grafana I was able to search in the explore panel for log stored in loki. When using the demo I see that OpenSearch is used. I am not familiar with it so maybe it doesn't do what I am looking for. Also when trying a lucene query "*" it show me the error: with the log in grafana:
Also the opensearch is not documented in the architecture documentation: https://opentelemetry.io/docs/demo/architecture/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
hello @AMontagu 👋🏽 We do use opensearch, but not to view the logs. |
Beta Was this translation helpful? Give feedback.
hello @AMontagu 👋🏽
We do use opensearch, but not to view the logs.
The Collector sends the logs via OTLP to opensearch and we use Grafana to view those logs.
You can navigate to http://localhost:8080/grafana -> select demo dashboard, select a service that emits logs and you will see them below the
Spanmetrics
panel: