mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[DOCS] Fixes formatting in alerting doc (#64338)
This commit is contained in:
parent
e2baff36b8
commit
a53d53369c
1 changed files with 2 additions and 3 deletions
|
@ -20,8 +20,7 @@ action are predefined, including the connector name and ID.
|
|||
|
||||
The following example shows a valid configuration 2 out-of-the box connector.
|
||||
|
||||
[source,console]
|
||||
------------------------
|
||||
```js
|
||||
xpack.actions.preconfigured:
|
||||
- id: 'my-slack1' <1>
|
||||
actionTypeId: .slack <2>
|
||||
|
@ -40,7 +39,7 @@ The following example shows a valid configuration 2 out-of-the box connector.
|
|||
secrets: <5>
|
||||
user: elastic
|
||||
password: changeme
|
||||
------------------------
|
||||
```
|
||||
|
||||
<1> `id` is the action connector identifier.
|
||||
<2> `actionTypeId` is the action type identifier.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue