docker-compose.yml version: ‘3’ services: oelk-node1: image: amazon/opendistro-for-elasticsearch:0.9.0 container_name: oelk-node1 environment: – cluster.name=oelk-cluster – bootstrap.memory_lock=true # along with the memlock settings below, disables swapping – “ES_JAVA_OPTS=-Xms512m -Xmx512m” # minimum and maximum Java heap size, recommend setting both to 50% of system RAM – opendistro_security.ssl.http.enabled=false – path.repo=/usr/share/elasticsearch/backup […]
Category: Uncategorized
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
How to add flask-admin to a Blueprint?
For those who works with closed source tools you won’t understand the freedom that we have on opensource tools because in real life our requirements changed over time, the tool that we are using they also start to grow and start to cover things they […]