elk-config icon indicating copy to clipboard operation
elk-config copied to clipboard

ELK stack configuration files

Aerokube ELK Stack Configs

This repository contains example configuration files used to send logs from Aerokube products to Elastic stack. We are using:

Quick Start Guide

  1. We assume here that you have two Linux hosts: first with Selenoid or Ggr (application host) and second where logs will be stored (ELK host).

  2. On application host go to beats directory and start Filebeat with Docker Compose:

$ cd beats
$ docker-compose up -d
  1. On the ELK host go to elk directory and start ELK stack with Docker compose:
$ cd elk
$ docker-compose up -d