Harmony
  • Manage Your Team's Projects
  • Overview
    • ✨Features
    • ⬇️Source code
    • 🛣️Roadmap
    • 🔃Changelog
    • 🔥Technology
  • Configuration
    • ⚙️Dependencies
      • 💾Databases
        • SQL Server
        • PostgreSQL
        • MongoDB Server
        • Redis
      • 📬RabbitMQ
      • 🚀gRPC
      • 🔎Search Engine
      • 📧Email provider
      • 🗃️Caching
      • 📀Installations
    • 🏃‍♂️Before running
    • 🐳Docker
      • ☸️Kubernetes
      • 📝Distributed logging
    • 🚢Deployment
  • Integrations
    • GitHub
  • Guide
    • 🌐Workspaces
      • ➕Create
      • 👥Members
    • 🧮Kanban
    • 🎯Scrum
      • ➕Create
      • 📝Backlog
      • 🎯Sprints
    • 📋Boards
      • 📊Board lists
      • 🟧Cards
        • ➕Create
        • 👁️View
        • ✅Check lists
        • 👥Assign members
        • 🏷️Add labels
        • 📅Add dates
        • 🗃️Attachments
        • 🗣️Comments
        • 🔴Archive
      • 👥Members
    • 💫Automations
      • Sync parent and child tasks
      • Smart auto-assign
      • Sum up story points
Powered by GitBook
On this page
  1. Configuration
  2. Docker

Distributed logging

Centralize your logs in a log management system

Last updated 1 year ago

Harmony uses & for centralized, distributed logging. All microservices send their logs to an elastic instance and Kibana is responsible to search, aggregate, and visualize data.

Search functionality is only available using docker containers.

Deploy Elasticsearch and Kibana using either the docker-compose or the Kubernetes kubectl command.

Configure Kibana for searching

Assuming you have deployed the docker containers either using the docker-compose command or using the kubectl to a Kubernetes cluster, Kibana should be up and running on port 5601.

  1. Navigate to to open Kibana's interface. If it's the first time you will see a welcome message, just click Explore on my own.

  • Name: harmony-*

  • Timestamp field: @timestamp

  1. Your index pattern is good to go. Select Discover from the left sidebar and start searching!

Open the left sidebar and find the Kibana index patterns from the management menu, in order to create an index pattern for harmony. Alternative you can just navigate to . Click Create index pattern and fill the following values:

🐳
📝
http://localhost:5601/app/management/kibana/indexPatterns
Kibana
Elasticsearch
http://localhost:5601/app/home#/
Welcome to Elastic
Kibana
Create index pattern
Index pattern for Harmony
Search with Kibana