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
|`attr`|`string`| The attribute name to select. |`[]`| yes |
162
162
|`exclude`|`list(string)`| List of attributes to exclude. |`[]`| no |
163
163
|`include`|`list(string)`| List of attributes to include. Use `*` to include all. |`[]`| no |
164
164
@@ -245,10 +245,11 @@ It contains the following blocks:
245
245
246
246
#### `application`
247
247
248
-
The `application` block configures filtering of application attributes. Each attribute filter is defined as a labeled block with the attribute name as the label.
248
+
The `application` block configures filtering of application attributes.
|`attr`|`string`| The name of the attribute to match. | yes |
252
253
|`match`|`string`| String to match attribute values. | no |
253
254
|`not_match`|`string`| String to exclude matching values. | no |
254
255
@@ -258,10 +259,11 @@ wildcards).
258
259
259
260
#### `network` filters
260
261
261
-
The `network` block configures filtering of network attributes. Each attribute filter is defined as a labeled block with the attribute name as the label.
262
+
The `network` block configures filtering of network attributes.
0 commit comments