ElasticSearch 是一个高可用开源全文检索和分析组件。提供存储服务,搜索服务,大数据准实时分析等。一般用于提供一些提供复杂搜索的应。我们为什么要选择 ElasticSearch ?因为它是一个准实时的搜索工具,在一般情况下延时少于一秒,它还支持物理上的水平扩展,并拥有一套分布式协调的管理功能操作比较简单,包括一些 restful 风格的API 等等,接下来我们就来进入今天的正题。

一、前期准备

1.安装 jdk1.8

  1. yum install java

2.配置源

  1. rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
  2. 配置elasticsearch
  3. cat >/etc/yum.repos.d/elasticsearch.repo <<EOF
  4. [elasticsearch-5.x]
  5. name=Elasticsearch repository for 5.x packages
  6. baseurl=https://artifacts.elastic.co/packages/5.x/yum
  7. gpgcheck=1
  8. gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
  9. enabled=1
  10. autorefresh=1
  11. type=rpm-md
  12. EOF
  13. 配置kibana
  14. cat >/etc/yum.repos.d/kibana.repo << EOF
  15. [kibana-5.x]
  16. name=Kibana repository for 5.x packages
  17. baseurl=https://artifacts.elastic.co/packages/5.x/yum
  18. gpgcheck=1
  19. gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
  20. enabled=1
  21. autorefresh=1
  22. type=rpm-md
  23. EOF

3、安装

  1. yum install elasticsearch -y
  2. yum install kibana -y

4.修改 es 配置文件

  1. mkdir /data/es-data/logs -p
  2. chown -R elasticsearch.elasticsearch /data/es-data/logs
  3. [root@linux-node2 ~]# grep -v "^#" /etc/elasticsearch/elasticsearch.yml |grep -v "^$"
  4. cluster.name: lx
  5. node.name: linux-node2.lx.com
  6. path.data: /data/es-data
  7. path.logs: /data/es-data/logs
  8. http.port: 9200
  9. discovery.zen.ping.unicast.hosts: ["192.168.56.12", "192.168.56.14"]
  10. discovery.zen.minimum_master_nodes: 1

5.修改内核参数

  1. vim /etc/security/limits.conf
  2. * soft nofile 655350
  3. * hard nofile 655350
  4. vim /etc/sysctl.conf
  5. fs.file-max=655350
  6. 调整内存大小
  7. cat /data/elasticsearch/config/jvm.options (可设置为物理内存的一半)
  8. -Xms8g
  9. -Xmx8g
  10. sysctl -w vm.max_map_count=262144

6.修改 kibana 配置文件

  1. [root@linux-node5 elasticsearch]# grep -v "^#" /etc/kibana/kibana.yml |grep -v "^$"
  2. server.port: 5601
  3. server.host: "0.0.0.0"
  4. server.name: "lx"
  5. elasticsearch.url: "http://192.168.56.14:9200"
  6. elasticsearch.username: "elastic"
  7. elasticsearch.password: "changeme"

7.x-pack 破解

编辑配置文件

  1. cat LicenseVerifier.java
  2. package org.elasticsearch.license;
  3. import java.nio.*;
  4. import java.util.*;
  5. import java.security.*;
  6. import org.elasticsearch.common.xcontent.*;
  7. import org.apache.lucene.util.*;
  8. import org.elasticsearch.common.io.*;
  9. import java.io.*;
  10. public class LicenseVerifier
  11. {
  12. public static boolean verifyLicense(final License license, final byte[] encryptedPublicKeyData) {
  13. return true;
  14. }
  15. public static boolean verifyLicense(final License license) {
  16. return true;
  17. }
  18. }

安装 java-devel

  1. yum install java-devel -y
  2. 编译生成LicenseVerifier.class
  3. javac -cp "/usr/share/elasticsearch/lib/elasticsearch-5.6.4.jar:/usr/share/elasticsearch/lib/lucene-core-6.6.1.jar:/usr/share/elasticsearch/plugins/x-pack/x-pack-5.6.4.jar" LicenseVerifier.java
  4. 查看生成的LicenseVerifier.class类文件
  5. ll LicenseVerifier.class
  6. 替换class文件
  7. cp /usr/share/elasticsearch/plugins/x-pack/x-pack-5.6.4.jar /tmp/test
  8. cd /tmp/test
  9. jar xvf x-pack-5.6.4.jar
  10. cd /tmp/test/org/elasticsearch/license
  11. rm LicenseVerifier.class -f
  12. cp /root/LicenseVerifier.class /tmp/test/org/elasticsearch/license/ #拷贝上文编译生成的java类文件
  13. jar cvf x-pack-5.6.4.jar /tmp/test/* #压缩
  14. \cp /tmp/test/x-pack-5.6.4.jar /usr/share/elasticsearch/plugins/x-pack/ #拷贝到原来的x-pack目录

注意x-pack-5.6.4.jar 应该拷贝到两个 elasticsearch 集群插件,即目录 /usr/share/elasticsearch/plugins/x-pack/ 

重启 es 集群

  1. systemct restart elasticsearch

获取 license 证书 

https://license.elastic.co/registration

通过填写的邮件获取官方发来的邮件获取证书

  1. cat li-xiang-d28260d9-6c96-4dd2-92dc-2f14a9787903-v5.json
  2. {"license":{"uid":"d28260d9-6c96-4dd2-92dc-2f14a9787903","type":"platinum","issue_date_in_millis":1511740800000,"expiry_date_in_millis":1827359999000,"max_nodes":100,"issued_to":"li xiang (ceshi)","issuer":"Web Form","signature":"AAAAAwAAAA2lsE14rcZQLw3V/JuUAAABmC9ZN0hjZDBGYnVyRXpCOW5Bb3FjZDAxOWpSbTVoMVZwUzRxVk1PSmkxaktJRVl5MUYvUWh3bHZVUTllbXNPbzBUemtnbWpBbmlWRmRZb25KNFlBR2x0TXc2K2p1Y1VtMG1UQU9TRGZVSGRwaEJGUjE3bXd3LzRqZ05iLzRteWFNekdxRGpIYlFwYkJiNUs0U1hTVlJKNVlXekMrSlVUdFIvV0FNeWdOYnlESDc3MWhlY3hSQmdKSjJ2ZTcvYlBFOHhPQlV3ZHdDQ0tHcG5uOElCaDJ4K1hob29xSG85N0kvTWV3THhlQk9NL01VMFRjNDZpZEVXeUtUMXIyMlIveFpJUkk2WUdveEZaME9XWitGUi9WNTZVQW1FMG1DenhZU0ZmeXlZakVEMjZFT2NvOWxpZGlqVmlHNC8rWVVUYzMwRGVySHpIdURzKzFiRDl4TmM1TUp2VTBOUlJZUlAyV0ZVL2kvVk10L0NsbXNFYVZwT3NSU082dFNNa2prQ0ZsclZ4NTltbU1CVE5lR09Bck93V2J1Y3c9PQAAAQBE870HCp9jTj22SVdEP2uAFLF6ikLdDJFtSlbHuYOki6rPtWxIcw8y+WWpPUT5e8lYZw0GkB8CYT5hFLXZTrBqTsNbYRZ3ABdHS1BnKBlkfE4PPcvnTTt4HtBCawNHaW0BNWQ2BA2fFj6zX3HyYJ8q5OaQk/il0t5f/TkIuf0yo3Y/F3rzDIXOHieBFnVvfG3EpNB4lo+G+e6vPMeOW86PsF9eKvQ24nucGDK3S4WSpwxbP1gZFuTdmE9zDguJhRHrtJ6k//A/Q0Fbo8gFntWgHNp+1OJEklH+VBBZUWo17UMGnjjxDrGlLTZcsz2BPmk7mC7e8gBQY4z7zJ/SgnsU","start_date_in_millis":1511740800000}}

此证书的时间为1年使用时间,你可以通过下面网站进行换算http://tool.chinaz.com/Tools/unixtime.aspx,目前我申请了一个10 年的时间

  1. "type":"basic" 替换为 "type":"platinum" # 基础班变更为铂金版
  2. "expiry_date_in_millis":1543363199999 替换为 "expiry_date_in_millis":1827359999000 # 1年变为10年

查看当前的 license

  1. curl -XGET -u elastic:changeme 'http://127.0.0.1:9200/_license'
  2. {
  3. "license" : {
  4. "status" : "active",
  5. "uid" : "21389992-4010-4d2c-917b-94b4e3d5a1dc",
  6. "type" : "trial",
  7. "issue_date" : "2017-11-27T05:12:27.999Z",
  8. "issue_date_in_millis" : 1511759547999,
  9. "expiry_date" : "2017-12-27T05:12:27.999Z",
  10. "expiry_date_in_millis" : 1514351547999,
  11. "max_nodes" : 1000,
  12. "issued_to" : "lx",
  13. "issuer" : "elasticsearch",
  14. "start_date_in_millis" : -1
  15. }
  16. }

替换 license

  1. curl -XPUT -u elastic:changeme 'http://127.0.0.1:9200/_xpack/license?acknowledge=true' -d @li-xiang-d28260d9-6c96-4dd2-92dc-2f14a9787903-v5.json

重启 es 集群

  1. systemctl restart elasticsearch

查看 license

  1. [root@linux-node5 license]# curl -XGET -u elastic:changeme 'http://127.0.0.1:9200/_license'
  2. {
  3. "license" : {
  4. "status" : "active",
  5. "uid" : "d28260d9-6c96-4dd2-92dc-2f14a9787903",
  6. "type" : "platinum",
  7. "issue_date" : "2017-11-27T00:00:00.000Z",
  8. "issue_date_in_millis" : 1511740800000,
  9. "expiry_date" : "2027-11-27T23:59:59.000Z",
  10. "expiry_date_in_millis" : 1827359999000,
  11. "max_nodes" : 100,
  12. "issued_to" : "li xiang (ceshi)",
  13. "issuer" : "Web Form",
  14. "start_date_in_millis" : 1511740800000
  15. }
  16. }

二、配置 X- Pack 告警

本文配置 X- Pack 告警是通过 filebeat 收集 Nginx 的日志来做的模拟

配置邮件报警

 1.安装 Nginx

 2.给 Nginx 配置 json 格式的数据

  1. log_format json '{"@timestamp":"$time_iso8601",'
  2. '"@version":"1",'
  3. '"client":"$remote_addr",'
  4. '"url":"$uri",'
  5. '"status":"$status",'
  6. '"domain":"$host",'
  7. '"host":"$server_addr",'
  8. '"size":$body_bytes_sent,'
  9. '"responsetime":$request_time,'
  10. '"referer": "$http_referer",'
  11. '"ua": "$http_user_agent"'
  12. '}';
  13. access_log logs/access.log json;

3.安装 filebeta

  1. 安装
  2. yum install -y filebeta
  3. 配置filebeta
  4. [root@linux-node4 filebeat]# grep -v "^ #" filebeat.yml|grep -v "^$"|grep -v "^#"
  5. filebeat.prospectors:
  6. - input_type: log
  7. paths:
  8. - /usr/local/nginx/logs/access.log
  9. json.keys_under_root: true
  10. json.overwrite_keys: true
  11. output.elasticsearch:
  12. hosts: ["localhost:9200"]
  13. username: "elastic"
  14. password: "changeme"
  15. 参考网址:https://www.elastic.co/guide/en/beats/filebeat/current/configuration-filebeat-options.html#config-json
  16. http://www.iyunw.cn/archives/filebeat-shou-ji-json-ge-shi-de-nginx-ri-zhi-fa-song-gei-elasticsearch/
  17. 启动filebeta服务
  18. systemctl status filebeat.service

这里默认进入 es 的索引是 filebeat-{%}

4.登陆 kibana 添加索引

5.模拟一些 404  的页面,让其展示 

for i in {1..1000};do curl http://192.168.56.14:/lx-0$i;sleep 1;done

6.添加报警触发器(收集每分钟内超过访问状态大于 400 且个数超过 20 报警)

三、Watch JSON

  1. {
  2. "trigger": {
  3. "schedule": {
  4. "interval": "1m"
  5. }
  6. },
  7. "input": {
  8. "search": {
  9. "request": {
  10. "search_type": "query_then_fetch",
  11. "indices": [
  12. "filebeat-2017*"
  13. ],
  14. "types": [],
  15. "body": {
  16. "size": 0,
  17. "query": {
  18. "bool": {
  19. "must": [
  20. {
  21. "query_string": {
  22. "query": "status:>=400"
  23. }
  24. },
  25. {
  26. "range": {
  27. "@timestamp": {
  28. "gte": "now-1m"
  29. }
  30. }
  31. }
  32. ]
  33. }
  34. },
  35. "sort": [
  36. {
  37. "@timestamp": {
  38. "order": "desc"
  39. }
  40. }
  41. ]
  42. }
  43. }
  44. }
  45. },
  46. "condition": {
  47. "compare": {
  48. "ctx.payload.hits.total": {
  49. "gt": 20
  50. }
  51. }
  52. },
  53. "actions": {
  54. "elasticsearch": {
  55. "throttle_period_in_millis": 60000,
  56. "email": {
  57. "profile": "outlook",
  58. "attachments": {
  59. "attached_data": {
  60. "data": {
  61. "format": "json"
  62. }
  63. }
  64. },
  65. "priority": "high",
  66. "to": [
  67. "lixiang@xxxxx.com"
  68. ],
  69. "subject": "Nginx {{ctx.payload.hits.total}} errors",
  70. "body": {
  71. "text": "nginx 404 错误过多,请注意查看"
  72. }
  73. }
  74. }
  75. }
  76. }

7.这一步特别重要需要在 ES 配置文件设置否则无法报警(因为我公司使用的是  Exchange 客户端)

  1. xpack.notification.email.account:
  2. exchange_account:
  3. profile: outlook
  4. email_defaults:
  5. from: warning@xxxxx.com
  6. smtp:
  7. auth: true
  8. starttls.enable: true
  9. host: smtp.partner.outlook.cn
  10. port: 587
  11. user: 123@xxxxxx.com
  12. password: 233g@123
  13. 参考网址:https://www.elastic.co/guide/en/x-pack/5.6/actions-email.html #邮件设置

8. 查看邮件报警状态以及 kibana 中的状态 

对于上面的内容大家可以参看下面的 url 来了解其中的含义

参考网址: 

https://www.elastic.co/guide/en/x-pack/5.6/xpack-alerting.html 对集群和索引事件的警告 Xpack document

四、配置 Webhook 报警

对于 webhook 的报警,我们需要前期做一下工作需要了解一个东西 web.py,具体  URL 链接大家可以访问这个地方 http://webpy.org/tutorial3.zh-cn#starting

1.用 web.py 启动一个 webhook 的监听

  1. [root@linux-node5 ~]# cat webhooks.py
  2. #!/usr/bin/evn python
  3. # -*- coding:utf-8 -*-
  4. import web
  5. import os
  6. import demjson
  7. import sys
  8. reload(sys)
  9. sys.setdefaultencoding( "utf-8" )
  10. urls = (
  11. '/log_event_watch','abc',
  12. )
  13. class abc:
  14. def POST(self):
  15. data = web.data()
  16. print data
  17. cmd = '''curl -G -v "http://abc.com/abc/" --data "user=lixiang" --data "media=all" --data-urlencode "subject=test" --data-urlencode "message=%s"''' %(data)
  18. os.system(cmd)
  19. if __name__ == "__main__":
  20. app = web.application(urls, globals())
  21. app.run()
  22. 运行 python webhooks.py 9000

注意 :urls,因为我的 Watcher ID 为 "log_event_watch"

 2.再次回到我们的 kibana 界面, "Management"->"Edit"

查看 Watches

查看 Wathch Json 内容

  1. {
  2. "trigger": {
  3. "schedule": {
  4. "interval": "1m"
  5. }
  6. },
  7. "input": {
  8. "search": {
  9. "request": {
  10. "search_type": "query_then_fetch",
  11. "indices": [
  12. "nginx_access*"
  13. ],
  14. "types": [],
  15. "body": {
  16. "size": 0,
  17. "query": {
  18. "bool": {
  19. "must": [
  20. {
  21. "query_string": {
  22. "query": "status:>=400"
  23. }
  24. },
  25. {
  26. "range": {
  27. "@timestamp": {
  28. "gte": "now-1m"
  29. }
  30. }
  31. }
  32. ]
  33. }
  34. },
  35. "sort": [
  36. {
  37. "@timestamp": {
  38. "order": "desc"
  39. }
  40. }
  41. ]
  42. }
  43. }
  44. }
  45. },
  46. "condition": {
  47. "compare": {
  48. "ctx.payload.hits.total": {
  49. "gt": 5
  50. }
  51. }
  52. },
  53. "actions": {
  54. "email": {
  55. "throttle_period_in_millis": 60000,
  56. "email": {
  57. "profile": "outlook",
  58. "attachments": {
  59. "attached_data": {
  60. "data": {
  61. "format": "json"
  62. }
  63. }
  64. },
  65. "priority": "high",
  66. "to": [
  67. "lixiang@xxxxx.com"
  68. ],
  69. "subject": "Nginx {{ctx.payload.hits.total}} errors",
  70. "body": {
  71. "text": "nginx 404 错误过多,请注意查看"
  72. }
  73. }
  74. },
  75. "webhook": {
  76. "condition": {
  77. "compare": {
  78. "ctx.payload.hits.total": {
  79. "gt": 5
  80. }
  81. }
  82. },
  83. "webhook": {
  84. "scheme": "http",
  85. "host": "192.168.56.15",
  86. "port": 9000,
  87. "method": "post",
  88. "path": "/{{watch_id}}",
  89. "params": {},
  90. "headers": {},
  91. "body": "Encountered {{ctx.payload.hits.total}} errors"
  92. }
  93. }
  94. }
  95. }

3.模拟触发报警

  1. for i in {1..200};do curl http://192.168.56.14:/lx-0$i;sleep 2;done

4.查看结果,这里就不贴出来了(微信,短信,邮件都能收到报警)

5.这就是实现报警消息附带 URL 地址

官方参考网址:

https://www.elastic.co/guide/en/x-pack/5.6/watcher-getting-started.html

ElasticSearch + xpack 使用.md的更多相关文章

  1. ElasticSearch + xpack 使用

    ElasticSearch 是一个高可用开源全文检索和分析组件.提供存储服务,搜索服务,大数据准实时分析等.一般用于提供一些提供复杂搜索的应.我们为什么要选择 ElasticSearch ?因为它是一 ...

  2. Elasticsearch+x-pack认证license过期处理

    介绍: x-pack是Elasticsearch中的一个plugin,主要功能是实现认证功能 报错: 类似下面这样的报错,是因为licese过期导致的 解决: 1.首先去Elasticsearch的官 ...

  3. elasticsearch x-pack

    elasticsearch-plugin.bat install x-pack D:\elasticsearch-5.5.3\bin>elasticsearch-plugin.bat insta ...

  4. 在Linux上安装Elasticsearch Head工具.md

    在Linux上安装Elasticsearch Head工具 1.修改elasticsearch的参数 编辑elasticsearch的配置文件elasticsearch.yml $ vim /data ...

  5. elasticsearch x-pack license过期

    1.注册一个新的license,每一项都要填写,每次可以使用一年,一年到期后再来注册一个新的 2.更新license (官方文档:https://www.elastic.co/guide/en/x-p ...

  6. Spring Data Elasticsearch 和 x-pack 用户名/密码验证连接

    Elasticsearch Java API 客户端连接 一个是TransportClient,一个是NodeClient,还有一个XPackTransportClient TransportClie ...

  7. 申请elasticsearch中x-pack插件许可证及授权

    前提:         ES主机中elasticsearch x-pack插件许可证申请使用期限为1年,到期后x-pack插件将不再可用,重启elasticsearch服务后日志会提示一下警告,如图所 ...

  8. ElasticSearch 5学习(3)——单台服务器部署多个节点

    一般情况下单台服务器只会部署一个ElasticSearch node,但是在学习过程中,很多情况下会需要实现ElasticSearch的分布式效果,所以需要启动多个节点,但是学习开发环境(不想开多个虚 ...

  9. zabbix监控Elasticsearch集群

    本节以 zabbix 为例,介绍如何使用监控系统完成 Elasticsearch 的监控报警. github 上有好几个版本的 ESZabbix 仓库,都源自 Elastic 公司员工 unterge ...

随机推荐

  1. 常用的 JS 排序算法整理

    关于排序算法的问题可以在网上搜到一大堆,但是纯 JS 版比较零散,之前面试的时候特意整理了一遍,附带排序效率比较. //1.冒泡排序 var bubbleSort = function(arr) { ...

  2. C++ 头文件系列(set)

    简介 头文件包含set.multiset两个类模版,这里要描述的概念与map非常相似,甚至连成员函数都几乎一样,所以这篇随笔会很短. set set如果翻译成中文应该是集合的意思,这里更确切的说是唯一 ...

  3. Ant学习笔记

    前言:这段时间在学习Ant,发现这是一个很强大的构建工具.你可能使用了很长一段时间,才发现Ant能做数不完的事.总之,个人觉得,Ant学习门槛低,入门简单,能大概看懂程序,写一些简单的脚本即可,剩下在 ...

  4. Python的HTTP服务实例

    1.前言 今天需要实现一个Pyhton的http服务,与Web的JS进行交换. 2.实例代码 支持HEAD.GET.POST方法,将参数转换为JSON格式,返回结果以JSON字符串返回. import ...

  5. C#扩展(2):Random的扩展

    在.net中关于Random一共也只有这几个方法 // // 摘要: // 表示伪随机数生成器,一种能够产生满足某些随机性统计要求的数字序列的设备. [ComVisible(true)] public ...

  6. 基于 HTML5 WebGL 的 3D 场景中的灯光效果

    构建 3D 的场景除了创建模型,对模型设置颜色和贴图外,还需要有灯光的效果才能更逼真的反映真实世界的场景.这个例子我觉得既美观又代表性很强,所以拿出来给大家分享一下. 本例地址:http://www. ...

  7. 教你如何安装配置Windows7系统 IIS IIS7.5本地浏览测试网站 完整版介绍

    大家都知道网站建设前期测试于浏览网站都喜欢用iis本地浏览来操作 那么为了方便大家自己来安装和配置Internet信息服务 相信大家,对于Windows 7有了相应的了解,从操作上,使用上,内置功能上 ...

  8. C# winFrom窗体设计问题-部分文件打不开窗体设计器 变成类.cs

    https://zhidao.baidu.com/question/1513483178103163220.html C# winform程序设计的时候,出现了问题.默认主窗体form1(改名form ...

  9. 一个超级简单的demo带你走进redux的大坑

    先上代码 import React, { Component } from 'react'; import ReactDOM from 'react-dom'; import { createStor ...

  10. 关于 const 的一点小研究

    在饱受 var 的折磨之后,ES6 终于推出了新的定义变量的方法:let 和 const 和 var 相比,let 和 const 有了自己的作用域,let 用于定义变量,而 const 用于定义常量 ...