Skip to content

ch-bas/elastalert-kibana-plugin

 
 

Repository files navigation

ElastAlert Kibana Plugin

This plugin provides a way to create, test and edit ElastAlert rules within Kibana.

GitHub release Github Releases GitHub stars


Demo

Showcase

Why I created a fork repository

Since the official site does not release the latest Kibana compatible version, it is intended to publish the latest version until the release, and there are no plans to add features or fix bugs. If the official website resumes the latest release, this repository will be deleted.

Requirements

Installation

Check the releases page to download and install the latest version of this plugin that is compatible with your Kibana version. Please be aware that you will need a running ElastAlert server to make use of this plugin.

ElastAlert Server Docker Images
docker-compose sample

Configuration

By default the plugin will connect to localhost:3030. If your ElastAlert server is running on a different host or port add/change the global environment variables in your configuration file:

PROTOCOL: http
HOSTNAME: localhost
PORT: 3030

Contribution

Please report any issues or suggestions you have on the issues page. If you want to create a pull request please check our contribution guide.