最全Kibana插件sentinl使用教程_kibana sentinl使用,软件测试组件化架构实践

img
img
img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,涵盖了95%以上软件测试知识点,真正体系化!

由于文件比较多,这里只是将部分目录截图出来,全套包含大厂面经、学习笔记、源码讲义、实战项目、大纲路线、讲解视频,并且后续会持续更新

需要这份系统化的资料的朋友,可以戳这里获取

     "input": {
         "search": {
             "request": {
                 "index": [
                     "movies"
                 ],
                 "body": {
                     "query": {
                         "match\_all": {}
                     }
                 }
             }
         }
     },
     "condition": {
         "script": {
             "script": "payload.hits.total > 1"
         }
     },
     "transform": {},
     "trigger": {
         "schedule": {
             "later": "every 5 minutes"
         }
     },
     "disable": true,
     "report": false,
     "title": "watcher\_title"
 }

}


测试结果:  
 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200307202128923.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQwOTA3OTc3,size_16,color_FFFFFF,t_70)  
 7.3 使用sentinl 执行多个watcher方案  
 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200307202140409.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQwOTA3OTc3,size_16,color_FFFFFF,t_70)  
 原理:将第一个watcher的结果写入es index 中,以供其他watcher使用(可以作为触发其他watcher方式)


7.3.1 新建第一个watcher,内容如下:



{
“actions”: {
“New console action txv1ad1yazr”: {
“throttle_period”: “0h0m1s”,
“console”: {
“message”: “{\n{{#payload.hits.hits}}\n"name”:“{{_source.name}}”,\n"age":{{_source.age}}\n{{/payload.hits.hits}}\n}"
}
},
“New webhook action 20wm9sojv9j”: {
“throttle_period”: “0h0m1s”,
“webhook”: {
“method”: “POST”,
“host”: “10.16.232.163”,
,
“proxy”: false,
“path”: “/twoindex/doc”,
“body”: “{\n{{#payload.hits.hits}}\n"name”:“{{_source.name}}”,\n"age":{{_source.age}}\n{{/payload.hits.hits}}\n}",
“save_payload”: false,
“headers”: {
“content-type”: “application/json”
}
}
}
},
“input”: {
“search”: {
“request”: {
“index”: [
“trumantest”
],
“body”: {
“query”: {
“match”: {
"
}
}
}
}
}
},
“condition”: {
“script”: {
“script”: “payload.hits.total > 0”
}
},
“transform”: {},
“trigger”: {
“schedule”: {
“later”: “every 1 minutes”
}
},
“disable”: false,
“report”: false,
“title”: “first_watcher”
}


第一个watcher 主要是检测 trumantest是否含有"age": “19” 数据,如果有,将该结果写入twoindex 中。


7.3.2新建第二个watcher,主要检测index 数量,如果大于1,则在console 中输出



{
“actions”: {
“New console action 34fsgrz5dhd”: {
“throttle_period”: “0h0m1s”,
“console”: {
“message”: “this is a measage :{{payload.hits.total}}”
}
}
},
“input”: {
“search”: {
“request”: {
“index”: [
“twoindex”
],
“body”: {
“query”: {
“match_all”: {}
}
}
}
}
},
“condition”: {
“script”: {
“script”: “payload.hits.total > 1”
}
},
“transform”: {},
“trigger”: {
“schedule”: {
“later”: “every 1 minutes”
}

img
img

网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。

需要这份系统化的资料的朋友,可以戳这里获取

一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!

s://bbs.csdn.net/forums/4f45ff00ff254613a03fab5e56a57acb)**

一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!

  • 25
    点赞
  • 21
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值