DEV Community

Discussion on: How to integrate your Go service with ELK

Collapse
 
krlv profile image
eugene kirillov

Thanks for detailed tutorial @pmihaylov !

For local dev environment I'm using Dockerized ELK Stack. It saves me a lot of time of initial setup and configuration.

GitHub logo deviantony / docker-elk

The Elastic stack (ELK) powered by Docker and Compose.

Elastic stack (ELK) on Docker

Join the chat at https://gitter.im/deviantony/docker-elk Elastic Stack version Build Status

Run the latest version of the Elastic stack with Docker and Docker Compose.

It gives you the ability to analyze any data set by using the searching/aggregation capabilities of Elasticsearch and the visualization power of Kibana.

ℹ️ The Docker images backing this stack include Stack Features (formerly X-Pack) with paid features enabled by default (see How to disable paid features to disable them). The trial license is valid for 30 days.

Based on the official Docker images from Elastic:

Other available stack variants:

Contents

  1. Requirements
  2. Usage
  3. Configuration
Collapse
 
pmihaylov profile image
Preslav Mihaylov

Thanks for sharing this!
I wasn't aware of that project, I'll take a look.