From fafd33a2ce98fa6aa67d05ece588f7837a00f7dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 22:55:06 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2023-07-12) (#35) --- pkg/dist/integration_types.yml | 73 ++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/pkg/dist/integration_types.yml b/pkg/dist/integration_types.yml index dbc9756..328cbfa 100644 --- a/pkg/dist/integration_types.yml +++ b/pkg/dist/integration_types.yml @@ -310,6 +310,21 @@ datasource: external_aws_cloudwatch_logs: title: Integration user config type: object + properties: + selected_log_fields: + title: List of logging fields to include + description: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent. + type: array + items: + title: Log field name + type: string + enum: + - value: HOSTNAME + - value: PRIORITY + - value: REALTIME_TIMESTAMP + - value: service_name + - value: SYSTEMD_UNIT + max_items: 5 external_aws_cloudwatch_metrics: title: External AWS CloudWatch Metrics integration user config type: object @@ -365,12 +380,42 @@ external_aws_cloudwatch_metrics: external_elasticsearch_logs: title: Integration user config type: object + properties: + selected_log_fields: + title: List of logging fields to include + description: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent. + type: array + items: + title: Log field name + type: string + enum: + - value: HOSTNAME + - value: PRIORITY + - value: REALTIME_TIMESTAMP + - value: service_name + - value: SYSTEMD_UNIT + max_items: 5 external_google_cloud_logging: title: Integration user config type: object external_opensearch_logs: title: Integration user config type: object + properties: + selected_log_fields: + title: List of logging fields to include + description: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent. + type: array + items: + title: Log field name + type: string + enum: + - value: HOSTNAME + - value: PRIORITY + - value: REALTIME_TIMESTAMP + - value: service_name + - value: SYSTEMD_UNIT + max_items: 5 flink: title: Integration user config type: object @@ -421,6 +466,20 @@ kafka_logs: pattern: ^(?!\.$|\.\.$)[-_.A-Za-z0-9]+$ example: mytopic user_error: Must consist of alpha-numeric characters, underscores, dashes or dots, max 249 characters + selected_log_fields: + title: List of logging fields to include + description: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent. + type: array + items: + title: Log field name + type: string + enum: + - value: HOSTNAME + - value: PRIORITY + - value: REALTIME_TIMESTAMP + - value: service_name + - value: SYSTEMD_UNIT + max_items: 5 kafka_mirrormaker: title: Integration user config type: object @@ -499,6 +558,20 @@ logs: min_length: 1 max_length: 1024 example: logs + selected_log_fields: + title: List of logging fields to include + description: The list of logging fields that will be sent to the integration logging service. The MESSAGE and timestamp fields are always sent. + type: array + items: + title: Log field name + type: string + enum: + - value: HOSTNAME + - value: PRIORITY + - value: REALTIME_TIMESTAMP + - value: service_name + - value: SYSTEMD_UNIT + max_items: 5 m3aggregator: title: Integration user config type: object