dashboard
repositories
filestore
activity
search
login
zhyq
/
zhyq_manage
智慧园区后台-java
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
first commit
zrj
2024-10-24
d746467ca976fcc97efe7abe34d24f5c9237ba9d
[zhyq/zhyq_manage.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