dashboard
repositories
filestore
activity
search
login
main
/
school-java
智慧校园后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
设置redis 密码
zrj
2024-08-31
eb719dc2dc88a0f9b13dc1ce6923a5b0ef3710af
[school-java.git]
/
doc
/
script
/
docker
/
elk
/
logstash.yml
1
2
3
4
5
6
7
8
# 服务IP
http.host: "0.0.0.0"
# ES
xpack.monitoring.elasticsearch.hosts: [ "http://es-master:9200" ]
xpack.monitoring.enabled: true
xpack.management.enabled: false