Skip to content

Elasticsearch

[Startup MVP recipes #16] Nest.js Get Started with Elasticsearch – ELK Dev instance deployment and integration in Nest.js

Quick Intro This deployment is just for a get-started single node deployment of ELK stack. Target: AWS EC2 t3.medium for dev instance Docker Compose ELK is based on https://github.com/deviantony/docker-elk/tree/tls Setup EC2 Setup EC2 using AWS console t3.medium is good for dev instance Configure Security Group… Read More »[Startup MVP recipes #16] Nest.js Get Started with Elasticsearch – ELK Dev instance deployment and integration in Nest.js

[Startup MVP recipes #15] Nest.js Get Started with Elasticsearch – local environment pointers

Docker Compose Tips: Don’t need dedicated network for elk. Just set it up so that nestjs service can connect to the hostname of elasticsearch TS Elasticsearch Client Options: (we disabled TLS, auth in local environment) Search Module Tips: Initialize es client using custom provider. I… Read More »[Startup MVP recipes #15] Nest.js Get Started with Elasticsearch – local environment pointers