Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
als0m3 committed Mar 25, 2024
1 parent 193cd9c commit 7c0938f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup-kibana.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!bin/bash
#!/bin/bash

# Installing Kibana
wget https://artifacts.elastic.co/downloads/kibana/kibana-8.12.2-amd64.deb
Expand Down
9 changes: 6 additions & 3 deletions setup-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ discovery.seed_hosts: ${es_seed_hosts}
# ---------------------------------- Security ----------------------------------
xpack.security.enabled: false
xpack.security.enrollment.enabled: false
xpack.security.enabled: true
xpack.security.enrollment.enabled: true
xpack.security.http.ssl:
enabled: false
xpack.security.transport.ssl:
enabled: false
enabled: true
verification_mode: certificate
keystore.path: certs/elastic-certificates.p12
truststore.path: certs/elastic-certificates.p12
cluster.initial_master_nodes: ${initial_master_nodes}
EOF
Expand Down

0 comments on commit 7c0938f

Please sign in to comment.