This kibana plug-in can define periodic tasks, and determine whether to trigger response operations based on conditions after the task is executed. Note that the current operation only supports webhook and Kibana version 7.0.1.
- Install plug-in dependencies.
[root@localhost ~]# cd /yourpath/kibana-extra/mycol
[root@localhost ~]# npm install node-schedule
- Once you have completed install, use the following yarn scripts.
[root@localhost ~]# yarn kbn bootstrap
In the mycol plug-in path, execute the command.
[root@localhost ~]# cd /yourpath/kibana-extra/mycol
[root@localhost ~]# yarn start
- Execute the command.
[root@localhost ~]# yarn build
- After successful compilation, the plug-in generation path is
/yourpath/kibana-extra/mycol/build
.
In the kibana installation path, execute the command.
[root@localhost ~]# cd /yourpath/kibana
[root@localhost ~]# bin/kibana-plugin install file:///yourpath/kibana-extra/mycol/build/mycol-7.0.1.zip