Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 965 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 965 Bytes

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