Update ElasticSearch+Kibana单机环境搭建.md

This commit is contained in:
heibaiying 2019-07-10 15:05:46 +08:00 committed by GitHub
parent b0412b4d89
commit 8b9ed15454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
### 1.1 下载并解压 ### 1.1 下载并解压
elastic 所有软件的下载地址均为 https://www.elastic.co/cn/downloads/past-releases下载相同版本的 ElasticSearch 和 Kibana下载后进行解压 Elastic 所有软件的下载地址均为 https://www.elastic.co/cn/downloads/past-releases ,下载相同版本的 ElasticSearch 和 Kibana下载后进行解压
```shell ```shell
tar -zxvf elasticsearch-7.2.0-linux-x86_64.tar.gz -C /usr/app/ tar -zxvf elasticsearch-7.2.0-linux-x86_64.tar.gz -C /usr/app/
@ -73,7 +73,7 @@ root soft nofile 65536
root hard nofile 65536 root hard nofile 65536
``` ```
修改配置完成重启 shell 客户端即可生效,想要验证是否生效,可以使用命令 `ulimit -a` 查看输出中的 `open files ` 的值是否为 65536。 修改配置完成重启 shell 客户端即可生效,想要验证是否生效,可以使用命令 `ulimit -a` 查看输出中的 `open files` 的值是否为 65536。
### 1.4 启动服务 ### 1.4 启动服务