First you need to have docker installed in your computer
then create and build the elk docker container;
docker compose up --build
When the container has successfully been created and are running; Install the following datasets to elasticsearch
npx create-elasticsearch-dataset --dataset=books
npx create-elasticsearch-dataset --dataset=movies
Open http://localhost:3000 with your browser to see the result.