Skip to content

Commit

Permalink
[ProxySG] Add log format option to all input configs (#11718)
Browse files Browse the repository at this point in the history
In ProxySG integration, add new log format config options to all inputs. Previously, the new formats were added to only one input. These config values need to exist on all inputs, so all can be configured to all supported log formats.
  • Loading branch information
mjwolf authored Nov 12, 2024
1 parent 753d1d4 commit dab2986
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/proxysg/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 0.3.1
changes:
- description: Add format config to all inputs
type: bugfix
link: https://github.com/elastic/integrations/pull/11718
- version: 0.3.0
changes:
- description: Do not do syslog parsing by default in TCP and UCP inputs
Expand Down
22 changes: 19 additions & 3 deletions packages/proxysg/data_stream/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ streams:
- text: ssl
value: ssl
default: main
description: Log configuration type for input.
description: >
Log configuration type for input. For a description of the log formats see [here](https://techdocs.broadcom.com/us/en/symantec-security-software/web-and-network-security/edge-swg/7-3/getting-started/page-help-administration/page-help-logging/log-formats/default-formats.html).
required: true
show_user: true
- name: processors
Expand Down Expand Up @@ -119,8 +121,16 @@ streams:
options:
- text: main
value: main
- text: bcreportermain_v1
value: bcreportermain_v1
- text: bcreporterssl_v1
value: bcreporterssl_v1
- text: ssl
value: ssl
default: main
description: Log configuration type for input.
description: >
Log configuration type for input. For a description of the log formats see [here](https://techdocs.broadcom.com/us/en/symantec-security-software/web-and-network-security/edge-swg/7-3/getting-started/page-help-administration/page-help-logging/log-formats/default-formats.html).
required: true
show_user: true
- input: tcp
Expand Down Expand Up @@ -194,9 +204,15 @@ streams:
options:
- text: main
value: main
- text: bcreportermain_v1
value: bcreportermain_v1
- text: bcreporterssl_v1
value: bcreporterssl_v1
- text: ssl
value: ssl
default: main
required: true
description: >
Log configuration type for input. For a description of the log formats see [here](https://techdocs.broadcom.com/us/en/symantec-security-software/web-and-network-security/edge-swg/7-3/getting-started/page-help-administration/page-help-logging/log-formats/default-formats.html).
required: true
show_user: true
2 changes: 1 addition & 1 deletion packages/proxysg/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.1
name: proxysg
title: "Broadcom ProxySG"
version: 0.3.0
version: 0.3.1
source:
license: "Elastic-2.0"
description: "Collect access logs from Broadcom ProxySG with Elastic Agent."
Expand Down

0 comments on commit dab2986

Please sign in to comment.