Skip to content
/ mycol Public

This kibana plug-in can define periodic tasks and alert.

License

Notifications You must be signed in to change notification settings

cqoyq/mycol

Repository files navigation

mycol guide

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.

Plug-in compilation preconditions

  • 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

Debug mycol plug-in

In the mycol plug-in path, execute the command.
[root@localhost ~]# cd /yourpath/kibana-extra/mycol
[root@localhost ~]# yarn start

Plug-in compilation

  • Execute the command.
    [root@localhost ~]# yarn build
  • After successful compilation, the plug-in generation path is /yourpath/kibana-extra/mycol/build.

Install plug-in.

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

About

This kibana plug-in can define periodic tasks and alert.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published