Skip to content

Logs agent DA input cleanup #41

@ocofaigh

Description

@ocofaigh
  • cluster_resource_group_id should be resource group picker:
    {
      "key": "cluster_resource_group_name",
      "required": true,
      "custom_config": {
          "type": "resource_group",
          "grouping": "deployment",
          "original_grouping": "deployment",
          "config_constraints": {
              "identifier": "rg_id"
          }
      }
    },
    
  • logs_agent_additional_log_source_paths, logs_agent_exclude_log_source_paths, logs_agent_log_source_namespaces should use the following syntax:
    {
      "key": "logs_agent_additional_log_source_paths",
      "custom_config": {
        "grouping": "deployment",
        "original_grouping": "deployment",
        "config_constraints": {
          "type": "string"
        }
      }
    },
    
  • The description of logs_agent_iam_mode needs to be updated because I assume if its set to IAM apikey, a value then needs to be passed for the logs_agent_iam_api_key input. Also logs_agent_iam_api_key should be below logs_agent_iam_mode not above it in the order

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions