Skip to content

aerokube/elk-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published