-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f109cfe
commit 97abff6
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ In your `kibana.yml` file enable alerting and actions like so: | |
|
||
```sh | ||
# Feature flag to turn on alerting | ||
# xpack.alerting.enabled: true | ||
xpack.alerting.enabled: true | ||
|
||
# Feature flag to turn on actions which goes with alerting | ||
# xpack.actions.enabled: true | ||
xpack.actions.enabled: true | ||
``` | ||
|
||
Start Kibana and you will see these messages indicating signals is activated like so: | ||
|
@@ -90,7 +90,8 @@ xpack.alerting.enabled: true | |
xpack.actions.enabled: true | ||
``` | ||
|
||
Restart Kibana and you should see alerting and actions starting up | ||
Restart Kibana and ensure that you are using `--no-base-path` as changing the base path is a feature but will | ||
get in the way of the CURL scripts written as is. You should see alerting and actions starting up like so afterwards | ||
|
||
```sh | ||
server log [22:05:22.277] [info][status][plugin:[email protected]] Status changed from uninitialized to green - Ready | ||
|