Skip to content

Latest commit

 

History

History
51 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

51 lines (23 loc) · 1.29 KB

EFKA Stack

A sample environment running an EFKA stack on your local machine.

Includes -

Prerequisites

On your machine, make sure you have following installed :

Installation

  • create .env file in currnet directory and populate all the required environment variable (see .ent.template for reference)

  • build the container

    docker-compose up

if everything went well, you will find kibana running at http://localhost:5601/.

To log into kibana dashboard use values of ELASTICSEARCH_USERNAME & ELASTICSEARCH_PASSWORD of your env variable.

To see application log -

From sidebar navigate to Observability > Logs

To see APM log -

From sidebar navigate to Observability > APM