You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a teleport cluster (community edition) up and running. Within this cluster, I have a Grafana Loki (a log aggregation system) instance registered as teleport app service under loki.teleport.example.com which resolves to localhost:3100 internally.
Now I'd like to send logs to it using the Grafana promtail agent within a docker container. Therefore, I set up a docker-compose.yaml with a container running teleport and a container running promtail.
My question now is how can I connect this promtail container so it is able to access loki.teleport.example.com? Do I need to tunnel the connection through the teleport-node via docker networking? How would this work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a teleport cluster (community edition) up and running. Within this cluster, I have a Grafana Loki (a log aggregation system) instance registered as teleport app service under loki.teleport.example.com which resolves to
localhost:3100
internally.Now I'd like to send logs to it using the Grafana promtail agent within a docker container. Therefore, I set up a docker-compose.yaml with a container running teleport and a container running promtail.
My question now is how can I connect this promtail container so it is able to access loki.teleport.example.com? Do I need to tunnel the connection through the teleport-node via docker networking? How would this work?
docker-compose.yaml:
promtail-config.yaml:
teleport.yaml (node):
Beta Was this translation helpful? Give feedback.
All reactions