File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
public/components/rules/editor Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33> This plugin provides a way to create, test and edit ElastAlert rules within Kibana.
44
5- ![ Showcase] ( showcase.gif )
5+ ![ GitHub release] ( https://img.shields.io/github/release/bitsensor/elastalert-kibana-plugin.svg )
6+ ![ Github Releases] ( https://img.shields.io/github/downloads/bitsensor/elastalert-kibana-plugin/total.svg )
7+ ![ GitHub stars] ( https://img.shields.io/github/stars/bitsensor/elastalert-kibana-plugin.svg?style=social&label=Stars )
68
79---
810
11+ ## Demo
12+ ![ Showcase] ( showcase.gif )
13+
914## Requirements
1015- Our [ ElastAlert] ( https://github.com/bitsensor/elastalert ) fork
1116- Kibana 6.3.1 or higher
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import {
1313 EuiFieldText ,
1414 EuiSpacer
1515} from '@elastic/eui' ;
16+ import 'brace/mode/yaml' ;
1617import 'brace/theme/github' ;
1718import 'brace/ext/language_tools' ;
1819import { addToast } from '../../toast/toast' ;
@@ -139,6 +140,7 @@ export default class Editor extends Component {
139140 />
140141 </ EuiFormRow >
141142 < EuiCodeEditor
143+ mode = "yaml"
142144 theme = "github"
143145 width = "100%"
144146 height = "400px"
You can’t perform that action at this time.
0 commit comments