随笔分类 - Elastic Stack
摘要:https://www.elastic.co/guide/en/beats/filebeat/7.12/index.html 自定义索引名称 setup.ilm.enabled: false setup.template.name: "nginx-mesapicore" setup.template
阅读全文
摘要:下载https://www.elastic.co/cn/downloads/beats/metricbeat#ga-release 修改配置文件 metricbeat.yml 运行 #帮助 metricbeat --help 启动 metricbeat run 创建索引 xxx 系统指标采集汇总 指
阅读全文
摘要:定义 一个 Elasticsearch 集群可以 包含多个 索引 ,相应的每个索引可以包含多个 类型 。 这些不同的类型存储着多个 文档 ,每个文档又有 多个 属性 。 创建一个索引 http://192.168.1.10:9200/test/student/1 PUT { "name" : "li
阅读全文
摘要:下载 https://www.elastic.co/cn/downloads/beats 文档 https://www.elastic.co/guide/en/beats/filebeat/index.html 配置文件 解压 在根目录创建一个 run.bat文件 .\filebeat -e -c
阅读全文
摘要:中文文档 https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html 下载 https://www.elastic.co/cn/ 安装jdk1.8以上 修改配置 elasticsearch.yml 解开注释并设置为0.
阅读全文