diff --git a/docs/logging/logging.md b/docs/logging/logging.md index 02b237d20c..3a400122bd 100644 --- a/docs/logging/logging.md +++ b/docs/logging/logging.md @@ -1,6 +1,6 @@ # Logging -Lagoon provides access to the following logs via Kibana: +Lagoon provides access to the following logs: * Logs from the Kubernetes Routers, including every single HTTP and HTTPS request with: * Source IP @@ -31,10 +31,5 @@ Lagoon provides access to the following logs via Kibana: * Ensure logs are structured as JSON encoded objects. * Ensure the `type` field contains the name of the Kubernetes namespace (`$LAGOON_PROJECT-$LAGOON_ENVIRONMENT`). -To access the logs, please contact {{ defaults.helpstring }} to get the URL for the Kibana route. -Each Lagoon user account has their own login and will see the logs only for the projects to which they have access. -Each Lagoon user account also has their own **Kibana Tenant**, which means no saved searches or visualizations are shared with another account. - -If you would like to know more about how to use Kibana: [https://www.elastic.co/webinars/getting-started-kibana](https://www.elastic.co/webinars/getting-started-kibana).