dashboard
repositories
filestore
activity
search
login
main
/
jfpt-BladeX
南昌市物联网技防平台-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.警情导出bug修复 2.警情统计接口修改 3.一键报警设备接收报文时修改设备状态
Administrator
2021-05-06
c7d05af4e7ebf92b67308df21bde17282c0c50f1
[jfpt-BladeX.git]
/
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