作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有许多服务器被心跳ping通。我正在尝试找出方法是:
“观察者1”每分钟运行一次-当服务器持续关闭一分钟(没有monitor.status =在过去60秒的文档中心跳中某个地址的任何文档都已启动)时,发送电子邮件通知,然后触发每24小时重新评估的“观察者”。
最佳答案
我认为您应该在观察者中查看Throttling选项。根据Elasticsearch documentation
During the watch execution, once the condition is met, a decision is made per configured action as to whether it should be throttled. The main purpose of action throttling is to prevent too many executions of the same action for the same watch.
"actions" : {
"email_administrator" : {
"throttle_period": "24h",
"email" : {
"to" : "sys.admino@host.domain",
"subject" : "Encountered {{ctx.payload.hits.total}} errors",
"body" : "Too many error in the system, see attached data",
"attachments" : {
"attached_data" : {
"data" : {
"format" : "json"
}
}
},
"priority" : "high"
}
}
关于elasticsearch - Kibana-服务器停机时的监视程序;如果服务器停机24小时,则采取后续措施?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60214622/
当我编写 jQuery 插件时,我喜欢以 CSS 方式指定间距选项。我编写了一个函数,它返回一个 CSS 字符串作为对象中的值。 5px 10px 返回上:5px,右:10px,下:5px,左:10p
我是一名优秀的程序员,十分优秀!