svr-pack-analyzer.yml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. elasticsearch:
  2. pool:
  3. init-size: 5
  4. max-size: 10
  5. spring:
  6. datasource:
  7. driver-class-name: com.mysql.jdbc.Driver
  8. max-active: 20
  9. max-idle: 8
  10. min-idle: 8
  11. validation-query: SELECT 1
  12. test-on-borrow: true
  13. # REDIS
  14. redis:
  15. database: 0 # Database index used by the connection factory.
  16. timeout: 0 # Connection timeout in milliseconds.
  17. #sentinel:
  18. # master: # Name of Redis server.
  19. # nodes: # Comma-separated list of host:port pairs.
  20. pool:
  21. max-active: 8 # Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
  22. max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
  23. max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
  24. min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  25. # SOLR (SolrProperties)
  26. data:
  27. solr:
  28. repositories.enabled: true # Enable Solr repositories.
  29. fast-dfs:
  30. pool:
  31. init-size: 5
  32. max-size: 20
  33. wait-time: 500
  34. connect-timeout: 2
  35. network-timeout: 30
  36. charset: ISO8859-1
  37. http:
  38. tracker-http-port: 80
  39. anti-steal-token: no
  40. secret-key: FastDFS1234567890
  41. hadoop:
  42. hbase-properties:
  43. hbase.zookeeper.property.clientPort: 2181
  44. zookeeper.znode.parent: /hbase-unsecure
  45. user:
  46. name: root
  47. analyze:
  48. job:
  49. minSize: 2 #解析入库初始任务数
  50. maxSize: 10 #解析入库最大任务数
  51. cronExp: 0/4 * * * * ? #解析任务触发间隔表达式
  52. ---
  53. spring:
  54. profiles: dev
  55. datasource:
  56. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  57. username: weifuwu
  58. password: weifuwu
  59. redis:
  60. host: 172.19.103.47 # Redis server host.
  61. port: 6379
  62. password: redis!@456
  63. data:
  64. solr:
  65. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  66. metrics:
  67. export:
  68. statsd:
  69. host: 172.19.103.73
  70. port: 8125
  71. fast-dfs:
  72. tracker-server: 172.19.103.13:22122
  73. public-server: http://172.19.103.52
  74. elasticsearch:
  75. cluster-name: elasticsearch
  76. cluster-nodes: 172.19.103.9:9300
  77. hadoop:
  78. hbase-properties:
  79. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  80. ---
  81. spring:
  82. profiles: test
  83. datasource:
  84. url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  85. username: weifuwu
  86. password: weifuwu
  87. redis:
  88. host: 172.19.103.47 # Redis server host.
  89. port: 6379
  90. password: redis!@456
  91. data:
  92. solr:
  93. zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  94. metrics:
  95. export:
  96. statsd:
  97. host: 172.19.103.73
  98. port: 8125
  99. fast-dfs:
  100. tracker-server: 172.19.103.13:22122
  101. public-server: http://172.19.103.52
  102. elasticsearch:
  103. cluster-name: elasticsearch
  104. cluster-nodes: 172.19.103.9:9300
  105. hadoop:
  106. hbase-properties:
  107. hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
  108. ---
  109. spring:
  110. profiles: prod_fz
  111. datasource:
  112. url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  113. username: healthcloud
  114. password: GP8Qz4qU
  115. redis:
  116. host: 11.1.2.22 # Redis server host.
  117. port: 6390
  118. password: Kb6wKDQP1W4
  119. data:
  120. solr:
  121. zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
  122. metrics:
  123. export:
  124. statsd:
  125. host: localhost
  126. port: 8125
  127. fast-dfs:
  128. tracker-server: 11.1.2.9:22122
  129. public-server: http://11.1.2.9:80
  130. elasticsearch:
  131. cluster-name: elasticsearch
  132. cluster-nodes: 172.17.110.17:9300
  133. hadoop:
  134. hbase-properties:
  135. hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
  136. ---
  137. spring:
  138. profiles: prod_sr
  139. datasource:
  140. url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  141. username: healthcloud
  142. password: GP8Qz4qU
  143. redis:
  144. host: 10.176.97.5 # Redis server host.
  145. port: 6390
  146. password: q4YaQemf
  147. data:
  148. solr:
  149. #host: http://172.19.103.10:8983/solr # Solr host. Ignored if "zk-host" is set.
  150. #zk-host: node1,node2,node3:2181/solr # ZooKeeper host address in the form HOST:PORT.
  151. zk-host: node1.hde.jkzlehr.com,node2.hde.jkzlehr.com,node3.hde.jkzlehr.com:2181/solr
  152. metrics:
  153. export:
  154. statsd:
  155. host: localhost
  156. port: 8125
  157. fast-dfs:
  158. tracker-server: 10.176.97.5:22122
  159. public-server: http://10.176.97.5:8888
  160. elasticsearch:
  161. cluster-name: elasticsearch
  162. cluster-nodes: 10.176.97.7:9300
  163. hadoop:
  164. hbase-properties:
  165. #- hbase.zookeeper.quorum: node2.jkzl.com,node3.jkzl.com,node1.jkzl.com
  166. hbase.zookeeper.quorum: node1,node2,node3