Skip to content
/ efk Public

efk(elasticsearch+fluentd+kibana) using docker

Notifications You must be signed in to change notification settings

sonmibz/efk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

EFK (elasticsearch+fluentd+kibana) with docker

Usage

first, build fluentd image that contains elasticsearch plugin.

docker build --tag fluentd:es fluentd/

and then, docker compose up

docker-compose up

vm.max_map_count for elasticsearch

set maximum number of memory map areas a process may have.

sysctl -w vm.max_map_count=262144

fluentd.conf (app log server)

<source>
 ~~ setting ~~
</source>

<match changeme>
    @type forward
    send_timeout 60s

    <server>
        name logserver
        host 127.0.0.1
        port 24224
        weight 60
    </server>
</match>

About

efk(elasticsearch+fluentd+kibana) using docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published