dashboard
repositories
filestore
activity
search
login
main
/
multimedia-java
多媒体后端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
sockeio连接调整,连接与获取菜单数据进行分离
guoshilong
2023-03-20
eb70b82c29aa08cd3e94b1f6c0ced5f1cd7135dd
[multimedia-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