Skip to content

Commit 28d6f26

Browse files
committed
Enable user auth
Still disable TLS though, since we don't really need it and it just adds overhead.
1 parent 900cd40 commit 28d6f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ network.host: '0.0.0.0'
44
xpack:
55
graph: {enabled: 'false'}
66
ml: {enabled: 'false'}
7-
security: {enabled: 'false'}
7+
security: {http: {ssl: {enabled: 'false'}}}
88

99
# Never automatically create index. This is a bug. Don't hide it.
1010
# Mega-confusing.

0 commit comments

Comments
 (0)