Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 609 Bytes

File metadata and controls

27 lines (19 loc) · 609 Bytes

Elasticsearch

Elasticsearch is being used as non-structured database which manages the employee's information and salary.

Environment Variable

ENVIRONMENT VARIABLE DEFAULT VALUE DESCRIPTION
ELASTIC_PASSWORD elastic Password for elasticsearch database server

Quickstart

---
cluster.name: "ot-microservices"
network.host: 0.0.0.0

discovery.type: single-node

xpack.license.self_generated.type: trial
xpack.security.enabled: true
xpack.monitoring.collection.enabled: true
make build-image