
Elasticsearch
鄭文豪
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[單機] Install Elasticsearch with .tar.gz
文章目录Step 1: 下載檔案Step 2: 修改設定檔案Step 3: 執行 Step 1: 下載檔案 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.6.0.zip wget https://artifacts.elastic.co/downloads/elasticsearch/elasti...原创 2019-02-13 13:17:30 · 312 阅读 · 0 评论 -
[單機] Install kibana with .tar.gz
文章目录Step 1: 下載檔案Step 2: 修改設定檔案Step 3: 執行Step 4: 停止執行中的Kibana檢查是否成功 Step 1: 下載檔案 wget https://artifacts.elastic.co/downloads/kibana/kibana-6.6.0-linux-x86_64.tar.gz shasum -a 512 kibana-6.6.0-linux-x86...原创 2019-02-13 15:17:23 · 232 阅读 · 0 评论 -
max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
sudo nano /etc/security/limits.conf * - nofile 658000原创 2019-03-11 14:37:20 · 476 阅读 · 0 评论 -
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
sudo nano /etc/sysctl.conf vm.swappiness=1 vm.max_map_count=262144原创 2019-03-11 14:40:15 · 435 阅读 · 0 评论 -
[單機] Install kibana with deb
文章目录Step 1: 下載檔案Step 2: 修改設定檔案Step 3: 執行Step 4: 停止執行中的Kibana檢查是否成功 Step 1: 下載檔案 wget https://artifacts.elastic.co/downloads/kibana/kibana-6.6.1-x86_64.rpm shasum -a 512 kibana-6.6.1-x86_64.rpm sudo r...原创 2019-03-11 15:50:25 · 308 阅读 · 0 评论