File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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[
You can’t perform that action at this time.
0 commit comments