Monthly Archives: August 2018

elasticsearch6.x {“error”:”Content-Type header [application/x-www-form-urlencoded] is not supported”

问题描述 curl -XPOST 192.168.14.173:32000/test_index_1221/test_type/5 -d '{'user_name':"xiaoming"}' {"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406} 解决方法 curl -H "Content-Type:... Read More | Share it now!

ElK + Filebeat安装教程

EKL Stack简介 ELK 不是一款软件,而是Elasticsearch、Logstash和Kibana首字母的缩写。这三者是开源软件,通常配合一起使用,而且先后归于Elasic.co公司的名下,所以简称ELK Stack。根据Google... Read More | Share it now!

daemon: command not found

If you are missing the scripts, you can simply (re)install them this should get daemon: command not found issue resolved yum install -y initscripts ... Read More | Share it now!

Docker容器使用问题:Failed to get D-Bus connection: Operation not permitted

刚开始接触Docker的朋友,可能会遇到这么一个问题,使用centos7镜像创建容器后,在里面使用systemctl启动服务报错。针对这个报错,我们接下来就分析下! # docker run -itd –name centos7 centos:7 #... Read More | Share it now!

Logstash基础知识

https://doc.yonyoucloud.com/doc/logstash-best-practice-cn/get_start/index.html Hello World 下载 https://www.elastic.co/cn/downloads/logstash 和绝大多数 IT 技术介绍一样,我们以一个输出 “hello world”... Read More | Share it now!

ELK-配置使用 Filebeat

为什么使用 Filebeat Logstash 是一个 Java 程序,当作为收集日志的 Agent 时,显得太臃肿了。 之前听过一个公司(斗鱼)使用 Logstash 作为日志收集 Agent 时,资源占用好像比业务进程占用还多!  ... Read More | Share it now!

全文搜索引擎 Elasticsearch 入门教程

作者: 阮一峰 日期: 2017年8月17日 http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html 全文搜索属于最常见的需求,开源的 Elasticsearch (以下简称... Read More | Share it now!

Filebeat中文指南

翻译自:https://www.elastic.co/guide/en/beats/filebeat/current/index.html 下面的博客是公司里使用filebeat的实例,可以直接借鉴,有问题可以向我反馈。 Filebeat... Read More | Share it now!