Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 1.13 KB

use-the-log-aggregator.md

File metadata and controls

42 lines (28 loc) · 1.13 KB

Use the log aggregator

Install LogDNA's agent to gather logs for your cluster:

kubectl apply -f https://raw.githubusercontent.com/manifoldco/service-catalog-tutorial/labs/yaml/logdna-agent.yaml

*You can view the complete manifest here

The agent will use the secret configured by your service binding to speak to LogDNA.

View your logs

Find the name of your LogDNA resource in Manifold:

manifold list

Generate a single sign on link for LogDNA:

manifold sso $YOUR_RESOURCE_NAME_HERE
✔ Resource: tasteful-vanilla-dodecahedron (Tasteful Vanilla Dodecahedron)
Your SSO link for tasteful-vanilla-dodecahedron is https://api.logdna.com/manifold/v1/sso?code=████████████████&resource_id=████████████████

View this link in your browser, to see logs for your cluster, and your simple web app:

LogDNA log search results


Next: Cleanup