Skip to content

Commit

Permalink
fix: elastic build from trial to basic
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Oct 10, 2023
1 parent 4f4e483 commit aa6caea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/elasticsearch/config/elasticsearch.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
node.name: elasticsearch
cluster.name: "docker-cluster"
cluster.name: 'docker-cluster'
network.host: 0.0.0.0

bootstrap.memory_lock: true

discovery.type: single-node

xpack.security.enabled: true
xpack.license.self_generated.type: trial
xpack.license.self_generated.type: basic
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.key: certs/elasticsearch/elasticsearch.key
xpack.security.http.ssl.certificate: certs/elasticsearch/elasticsearch.crt
Expand All @@ -16,4 +16,4 @@ xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.key: certs/elasticsearch/elasticsearch.key
xpack.security.transport.ssl.certificate: certs/elasticsearch/elasticsearch.crt
xpack.security.transport.ssl.certificate_authorities: certs/ca/ca.crt
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.verification_mode: certificate

0 comments on commit aa6caea

Please sign in to comment.