dashboard
repositories
filestore
activity
search
login
admin
/
jfptht-publicSecurity
forked from
jfptht-publicSecurity
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.处警管理新增用户修改,判空条件位置修改,防止空指针异常 2.处境队伍查询条件新增账户模糊查询
Administrator
2021-06-05
02e96b9104ef041ddc52db482301923b9c40fea6
[~admin/jfptht-publicSecurity.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