Skip to content

Commit bb7c87b

Browse files
authored
fix: add support of HCL code_editor to suppport for log_filters variable to enhance user experience (#163)
* Update ibm_catalog.json * Update DA-types.md
1 parent c65c634 commit bb7c87b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ibm_catalog.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,12 @@
235235
"key": "max_unavailable"
236236
},
237237
{
238-
"key": "log_filters"
238+
"key": "log_filters",
239+
"custom_config": {
240+
"type": "code_editor",
241+
"grouping": "deployment",
242+
"original_grouping": "deployment"
243+
}
239244
},
240245
{
241246
"key": "logs_agent_selected_log_source_paths"

solutions/fully-configurable/DA-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The `logs_agent_resources` variable is used to configure the resource requests a
119119

120120
### Example `log_filters` Usage
121121

122-
To configure additional filters on logs, you can set the `log_filters` variable in below format.
122+
To configure additional filters on logs, you can set the `log_filters` variable in below format. Use `hcl` code editor format if using projects.
123123

124124
```hcl
125125
[

0 commit comments

Comments
 (0)