摘要:
1. 查看cluster state 2. 只查看某字段 3. 查看index 4.查看type 5. 查看id 7. 查看id存储的内容 8. 删除index 阅读全文
随笔分类 - elastic static
Install Elastic stack
2019-03-26 15:04 by divl, 183 阅读, 收藏, 编辑
摘要:
1. 安装环境 2. 安装顺序 3. 安装 Elasticsearch 4. 安装kibana 5. 安装logstash 6. 安装filebeat 阅读全文
config system setting for elasticsearch
2019-03-26 15:03 by divl, 223 阅读, 收藏, 编辑
摘要:
1. disable swapping. swap 分区会导致garbage collections 花费太多时间,elasticsearch 响应变慢。 2. 修改文件描述符限制 3. elasticsearch 使用mmapfs indices。修改系统mmap counts。 4. use a 阅读全文