Browse Source

elk迁移

yingp 5 years ago
parent
commit
2f7ff59e16

+ 2 - 3
README.md

@@ -175,7 +175,7 @@
 | saas_file | mysql | 10.10.100.18:3306 |  saas  | select111*** |  文件系统  |
 | saas_mail | mysql | 10.10.100.18:3306 |  saas  | select111*** |  邮件系统  |
 | saas_biz | mysql | 10.10.100.18:3306 |  saas  | select111*** |  业务系统  |
-| saas_ui | mongo | 10.10.100.123:27017 |    |  |  UI配置  |
+| saas_ui | mongo | 10.10.100.40:27017 |    |  |  UI配置  |
 
 > 中间件
 
@@ -189,8 +189,7 @@
 
 | IP      |  账号  |  密码  |  环境  |  资源  |
 | --------   | :----:  | :----: | :------:  | :------:  |
-| 10.10.100.40 |  centos  | mykey.key |  CentOS6, RabbitMQ, ELK  | Cpu: 40, Mem: 128G, Disk: 600G |
-| 10.10.100.123 |  centos  | mykey.key |  CentOS6, MongoDB  | Cpu: 8, Mem: 8G, Disk: 60G |
+| 10.10.100.40 |  centos  | mykey.key |  CentOS6, RabbitMQ, ELK, MongoDB  | Cpu: 40, Mem: 128G, Disk: 600G |
 | 10.10.100.127 |  centos  | mykey.key |  CentOS6, Nginx  | Cpu: 4, Mem: 8G, Disk: 35G |
 | 10.10.100.40 |  centos  | mykey.key |  CentOS6, ELK  | Cpu: 8, Mem: 8G, Disk: 60G |
 | 10.10.100.173 |  centos  | mykey.key |  CentOS6, Redis  | Cpu: 4, Mem: 8G, Disk: 35G |

+ 1 - 1
base-servers/datacenter/datacenter-server/src/main/resources/config/application-docker-prod.yml

@@ -21,6 +21,6 @@ spring:
     port: 6379
   data:
     mongodb:
-      uri: mongodb://10.10.100.123:27017/saas_data
+      uri: mongodb://10.10.100.40:27017/saas_data
 logging:
   destination: 10.10.100.40:5000

+ 1 - 1
base-servers/ui-server/src/main/resources/config/application-docker-prod.yml

@@ -14,6 +14,6 @@ spring:
     password: select123***
   data:
     mongodb:
-      uri: mongodb://10.10.100.123:27017/saas_ui
+      uri: mongodb://10.10.100.40:27017/saas_ui
 logging:
   destination: 10.10.100.40:5000