温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

kibana日志告警

发布时间:2020-07-12 21:39:53 阅读:860 作者:小小三郎1 栏目:系统运维
开发者测试专用服务器限时活动,0元免费领,库存有限,领完即止! 点击查看>>

1.下载相应版本的sentinl

  wget  https://github.com/sirensolutions/sentinl/releases/download/tag-6.6.1/sentinl-v6.6.1.zip

2.kiban集成安装插件

  kibana-plugin  install  file:///home/cloud/software/sentinl-v6.6.1.zip

3.配置邮件

kibana日志告警

sentinl:
  settings:
    email:
      active: true
      user: l用户名
      password: 邮箱客户端授权码
      host: smtp.exmail.qq.com
      ssl: true
      port: 465
      timeout: 10000

4.重启kibana

systemctl  restart  kibana

5.kibana设置

kibana日志告警

6.查看高级配置

{
  "actions": {
    "email_html_alarm_76b83c8f-0f4a-4db5-8a15-185933e17ca2": {
      "name""项目credit-manager日志告警",
      "throttle_period""2m",
      "email_html": {
        "stateless"false,
        "subject""项目credit-manager日志告警",
        "priority""medium",
        "html""<p>Hi {{watcher.username}}</p>\n<p>There are {{payload.hits.total}} results found by the watcher <i>{{watcher.title}}</i>.</p>\n\n<div style=\"color:grey;\">\n  <hr />\n  <p>This watcher sends alerts based on the following criteria:</p>\n  <ul><li>{{watcher.wizard.chart_query_params.queryType}} of {{watcher.wizard.chart_query_params.over.type}} over the last {{watcher.wizard.chart_query_params.last.n}} {{watcher.wizard.chart_query_params.last.unit}} {{watcher.wizard.chart_query_params.threshold.direction}} {{watcher.wizard.chart_query_params.threshold.n}} in index {{watcher.wizard.chart_query_params.index}}</li></ul>\n</div>\n\n<div>\n异常信息如下:\n{{#payload.hits.hits}} {{_source.message}} \n \n \n{{/payload.hits.hits}} \n</div>",
        "to""w67307788@163.com",
        "from""lii@linccc.com"
      }
    },
    "Webhook_f3303006-a643-42f6-a2ff-8d4066d18c3a": {
      "name""项目credit-manager日志告警",
      "throttle_period""2m",
      "webhook": {
        "priority""medium",
        "stateless"false,
        "method""POST",
        "host""oapi.dingtalk.com",
        "port""443",
        "path""/robot/send?access_token=token",
        "body""{\r\n    \"msgtype\"\"markdown\",\r\n    \"at\": {\r\n        \"isAtAll\"\"True\"\r\n    },\r\n    \"markdown\": {\r\n        \"title\"\"异常消息\",\r\n        \"text\"\" credit-manager项目异常日志: \\n {{#payload.hits.hits}} {{_source.message}} \r\n \r\n{{/payload.hits.hits}}\"\r\n    }\r\n}",
        "params": {
          "watcher""{{watcher.title}}",
          "payload_count""{{payload.hits.total}}"
        },
        "headers": {
          "Content-Type""application/json"
        },
        "message""credit-manager项目生产环境异常",
        "use_https"true
      }
    }
  },
  "input": {
    "search": {
      "request": {
        "index": [
          "credit-manager-*"
        ],
        "body": {
          "query": {
            "bool": {
              "must": {
                "match": {
                  "message""ERROR"
                }
              },
              "filter": {
                "range": {
                  "@timestamp": {
                    "gte""now-3m/m",
                    "lte""now/m",
                    "format""epoch_millis"
                  }
                }
              }
            }
          },
          "size"2,
          "aggs": {
            "dateAgg": {
              "date_histogram": {
                "field""@timestamp",
                "time_zone""Asia/Shanghai",
                "interval""1m",
                "min_doc_count"1
              }
            }
          }
        }
      }
    }
  },
  "condition": {
    "script": {
      "script""payload.hits.total >= 1"
    }
  },
  "trigger": {
    "schedule": {
      "later""every 1 minutes"
    }
  },
  "disable"false,
  "report"false,
  "title""credit-manager项目告警",
  "wizard": {},
  "save_payload"false,
  "spy"false,
  "impersonate"false
}

测试:

kibana日志告警

kibana日志告警

亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI

开发者交流群×