logstash+elastic+kibana日志管理工具介绍及安装一、 Logstash 安装1.1 前置条件,安装了官方java 7或更新版本
查看[ldx@1511-min ~]$ java -version
openjdk version "1.8.0_71"
OpenJDK Runtime Environment (build 1.8.0_71-b15)
OpenJDK 64-Bit S...
分类:
其他好文 时间:
2016-03-26 07:55:03
阅读次数:
222
最近简单了解了关于ELK的知识: ELK 由ElasticSearch 、 Logstash 和 Kiabana 三个开源工具组成 官方网站:https://www.elastic.co/products | Elasticsearch 是个开源分布式搜索引擎,它的特点有:分布式,零配置,自动发现,
分类:
其他好文 时间:
2016-03-22 06:20:54
阅读次数:
203
query 和 filter 的区别请看: http://www.cnblogs.com/ghj1976/p/5292740.html Filter DSL term 过滤 term主要用于精确匹配哪些值,比如数字,日期,布尔值或 not_analyzed 的字符串(未经分析的文本数据类型): { ...
分类:
其他好文 时间:
2016-03-18 19:47:16
阅读次数:
258
运行环境如下Centos6.4elasticsearch1.7.2jdk-7u67-linux-x64.rpm一、检查当前操作系统的版本[root@es~]#hostname//查看当前的主机名称
es
[root@es~]#uname-m//查看系统是多少位
x86_64
[root@es~]#uname-r//查看内核版本
2.6.32-358.el6.x86_64
[root@es~]#cat/etc/redhat-re..
分类:
其他好文 时间:
2016-03-17 19:59:54
阅读次数:
419
#####################ElasticsearchConfigurationExample######################Thisfilecontainsanoverviewofvariousconfigurationsettings,#targetedatoperationsstaff.Applicationdevelopersshould#consulttheguideat<http://elasticsearch.org/guide>.##Theinstalla..
分类:
其他好文 时间:
2016-03-17 19:55:26
阅读次数:
1160
一、环境系统CentOS6.4x64最小化安装elk-search1192.168.3.71elk-search2192.168.3.72二、安装jdk[root@elk-search1~]#ll|greptar.gz
-rw-r--r--1rootroot28478292Mar1715:36elasticsearch-1.7.2.tar.gz
-rw-r--r--1rootroot173271626Mar1715:39jdk-8u45-linux-x64.tar.gz
-rw-..
分类:
其他好文 时间:
2016-03-17 19:51:06
阅读次数:
390
在最新版本的Elasticsearch中,基于安全考虑(如果用不到,请保持禁用),默认禁用了动态脚本功能.如果被禁用,在使用脚本的时候则报以下的错误: scripts of type [inline], operation [update] and lang [groovy] are disable
分类:
其他好文 时间:
2016-03-17 19:18:17
阅读次数:
937
elasticsearch2.2 集群搭建各种坑 目前生产环境的es版本是1.0版本,需要升级到最新的2.2版本,于是在测试环境进行部署集群测试,在测试过程中遇到的坑相当多,下面详细介绍下。 1. 版本升级到2.2后,必须建一个单独的账号用于启动elasticsearch,不可以
分类:
其他好文 时间:
2016-03-15 08:34:27
阅读次数:
186
作者:Danbo 时间:2016-03-13 Logstash可以试用不同的协议实现完成将数据写入Elasticsearch的工作,本节中介绍HTTP方式。 配置示例: 解释: 批量发送 flush_size 和 idle_flush_time 共同控制Logstash向 Elasticsearch
分类:
其他好文 时间:
2016-03-13 23:54:35
阅读次数:
348
目前生产环境的es版本是1.0版本,需要升级到最新的2.2版本,于是在测试环境进行部署集群测试,在测试过程中遇到的坑相当多,下面详细介绍下。 1. 版本升级到2.2后,必须建一个单独的账号用于启动elasticsearch,不可以使用root账号进行启动,否则会报以下错误 Exception in
分类:
其他好文 时间:
2016-03-12 13:02:10
阅读次数:
182