A sample environment running an EFKA stack on your local machine.
Includes -
- Elasticsearch - For storing data
- Filebeat - For Shipping log to elasticsearch
- Kibana - For visualization
- APM - For tracking application performence
On your machine, make sure you have following installed :
-
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.
From sidebar navigate to Observability > Logs
From sidebar navigate to Observability > APM