From f1db6e61c67e11a622ff90556ee9c43692364176 Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Sat, 11 Jul 2020 12:23:12 -0400 Subject: [PATCH] Final touches. Signed-off-by: Cyril Tovena --- docs/clients/aws/eks/promtail-eks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/clients/aws/eks/promtail-eks.md b/docs/clients/aws/eks/promtail-eks.md index 4327da7c0ead6..b21d8443c8a9f 100644 --- a/docs/clients/aws/eks/promtail-eks.md +++ b/docs/clients/aws/eks/promtail-eks.md @@ -1,7 +1,7 @@ # Sending logs from EKS with Promtail -In this tutorial we'll see how setup promtail on EKS. Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed Kubernetes service, using Promtail we'll get full visibility into our cluster logs weither it's node or pod logs and even Kubernetes events. +In this tutorial we'll see how setup promtail on [EKS][eks]. Amazon Elastic Kubernetes Service (Amazon [EKS][eks]) is a fully managed Kubernetes service, using Promtail we'll get full visibility into our cluster logs. We'll start by forwarding pods logs then nodes services and finally Kubernetes events. After this tutorial you will able to query all your logs in one place using Grafana. @@ -238,6 +238,7 @@ If you want to push this further you can check out [Joe's blog post][blog annota > If you need to delete the cluster simply run `eksctl delete cluster --name loki-promtail` +[eks]: https://aws.amazon.com/eks/ [aws cli]: https://aws.amazon.com/cli/ [GrafanaCloud]: https://grafana.com/signup/ [blog ship log with fargate]: https://aws.amazon.com/blogs/containers/how-to-capture-application-logs-when-using-amazon-eks-on-aws-fargate/