Table of contents
Open Table of contents
Description
This project is an example of using Go with Elasticsearch to manage and analyze log data from microservices.
It demonstrates how to connect to an Elasticsearch cluster, index log data, and perform queries to analyze the logs.
Source code can be found on GitHub.
Running Locally
- Build Docker images:
docker-compose build
- Start services:
docker-compose up