07 2020 档案
摘要:1、先修改系统配置 vi /etc/sysctl.conf vm.max_map_count=262144 vi /etc/security/limits.conf * soft nproc 65536 * hard nproc 65536 * soft nofile 65536 * hard no
阅读全文
摘要:下载 ZooKeeper https://zookeeper.apache.org/releases.html 要下载 apache-zookeeper-{version}-bin.tar.gz 文件名中包含bin的包 集群环境: 10.10.14.63 10.10.14.62 10.10.14.6
阅读全文
摘要:Elasticsearch配置独立的JDK Elasticsearch7.8的tar.gz包中会提供一个JDK为:openjdk version "14.0.1" 如果全局已经设置了其他版本的JDK,可以修改配置使用自带的openjdk 修改bin/elasticsearch-env内容 if [
阅读全文
摘要:1、先修改Elasticsearch配置文件,增加如下配置 http.cors.allow-origin: "*" http.cors.enabled: true http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type
阅读全文