You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@ for
9
9
10
10
All configuration parameters can be templated via [metadata service](#metadata). You can define templated value as follows: `{{key:default}}` or `{{key}}` (in this case `""` used as default value). All strings matched this template will be replaced by metadata values. In `default_payload` parameter you also can use this template as a JSON value (without quotes), so that JSON struct or array will be included in default payload.
11
11
12
-
| Key | Description |
13
-
|:---|:---|
12
+
| Key | Description |
13
+
|:------------------|:---|
14
14
|`group_id`| (_optional_) [Log group](https://cloud.yandex.ru/docs/logging/concepts/log-group) ID. Has higher priority than `folder_id`. |
15
15
|`folder_id`| (_optional_) Folder ID. Has lower priority than `group_id`. Can be auto-detected via [metadata service](#metadata) if `group_id` and `folder_id` are not set. |
16
16
|`resource_type`| (_optional_) Resource type of log entries. Can be templated via entry payload as follows: `{entry/json/path}`. |
17
17
|`resource_id`| (_optional_) Resource id of log entries. Can be templated via entry payload as follows: `{entry/json/path}`. |
18
+
|`stream_name`| (_optional_) Resource id of log entries. Can be templated via entry payload as follows: `{entry/json/path}`. |
18
19
|`message_tag_key`| Key of the field to be assigned to the message tag. By default, will be skipped. |
19
20
|`message_key`| Key of the field, which will go to `message` attribute of LogEntry. |
20
21
|`level_key`| Key of the field, which contains log level, optional. |
0 commit comments