X Tutup
The Wayback Machine - https://web.archive.org/web/20201212164208/https://github.com/afbernardino/efk-sample
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
efk
 
 
 
 

README.md

Elasticsearch, Fluentd and Kibana (EFK) stack sample

To run this example:

  1. Go to efk folder and run: docker-compose up -d
  2. Go to app folder and run: docker-compose up -d

Tear down:

  1. Go to efk folder and run: docker-compose down
  2. Go to app folder and run: docker-compose down

Elasticsearch as a single node instace:

To run elasticsearch as a single node instance uncomment the following lines inside efk/docker-compose.yml file:

#    environment:
#      - "discovery.type=single-node"    # single node

This can be useful to prevent memory overhead and/or other incovenient problems.

About

Elasticsearch, Fluentd and Kibana (EFK) stack sample

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup