diff --git a/packages/cef/changelog.yml b/packages/cef/changelog.yml index 485b7a30b46..1a584a548bc 100644 --- a/packages/cef/changelog.yml +++ b/packages/cef/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.5.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "2.4.1" changes: - description: Migrate the visualizations to by value in dashboards to minimize the saved object clutter and reduce time to load diff --git a/packages/cef/data_stream/log/agent/stream/udp.yml.hbs b/packages/cef/data_stream/log/agent/stream/udp.yml.hbs index 4d71aa02349..05659c16302 100644 --- a/packages/cef/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cef/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cef/data_stream/log/manifest.yml b/packages/cef/data_stream/log/manifest.yml index 8383dac3ad9..ba31c7efb1d 100644 --- a/packages/cef/data_stream/log/manifest.yml +++ b/packages/cef/data_stream/log/manifest.yml @@ -94,6 +94,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cef/manifest.yml b/packages/cef/manifest.yml index b6d32236a7d..e3d9c5a499b 100644 --- a/packages/cef/manifest.yml +++ b/packages/cef/manifest.yml @@ -1,6 +1,6 @@ name: cef title: Common Event Format (CEF) -version: "2.4.1" +version: "2.5.0" release: ga description: Collect logs from CEF Logs with Elastic Agent. type: integration diff --git a/packages/checkpoint/changelog.yml b/packages/checkpoint/changelog.yml index 60504c59a05..dd744a1173c 100644 --- a/packages/checkpoint/changelog.yml +++ b/packages/checkpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.10.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.9.1" changes: - description: Support `checkpoint.time` field as both UNIX and UNIX_MS diff --git a/packages/checkpoint/data_stream/firewall/agent/stream/udp.yml.hbs b/packages/checkpoint/data_stream/firewall/agent/stream/udp.yml.hbs index 79ed0fc89da..663a75aeda9 100644 --- a/packages/checkpoint/data_stream/firewall/agent/stream/udp.yml.hbs +++ b/packages/checkpoint/data_stream/firewall/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/checkpoint/data_stream/firewall/manifest.yml b/packages/checkpoint/data_stream/firewall/manifest.yml index a89aa8dbcbf..43eac543490 100644 --- a/packages/checkpoint/data_stream/firewall/manifest.yml +++ b/packages/checkpoint/data_stream/firewall/manifest.yml @@ -19,6 +19,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/checkpoint/manifest.yml b/packages/checkpoint/manifest.yml index affe3a64205..9873ebeb354 100644 --- a/packages/checkpoint/manifest.yml +++ b/packages/checkpoint/manifest.yml @@ -1,6 +1,6 @@ name: checkpoint title: Check Point -version: "1.9.1" +version: "1.10.0" release: ga description: Collect logs from Check Point with Elastic Agent. type: integration diff --git a/packages/cisco/changelog.yml b/packages/cisco/changelog.yml index ed20c974cd2..84eba359629 100644 --- a/packages/cisco/changelog.yml +++ b/packages/cisco/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.14.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "0.13.3" changes: - description: Update readme file diff --git a/packages/cisco/data_stream/asa/agent/stream/udp.yml.hbs b/packages/cisco/data_stream/asa/agent/stream/udp.yml.hbs index f76534e8ceb..4beca7aa172 100644 --- a/packages/cisco/data_stream/asa/agent/stream/udp.yml.hbs +++ b/packages/cisco/data_stream/asa/agent/stream/udp.yml.hbs @@ -1,5 +1,8 @@ udp: host: "{{udp_host}}:{{udp_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco/data_stream/asa/manifest.yml b/packages/cisco/data_stream/asa/manifest.yml index da5b9c83c39..65c02d98295 100644 --- a/packages/cisco/data_stream/asa/manifest.yml +++ b/packages/cisco/data_stream/asa/manifest.yml @@ -38,6 +38,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco/data_stream/ftd/agent/stream/udp.yml.hbs b/packages/cisco/data_stream/ftd/agent/stream/udp.yml.hbs index e129442a234..88485bb0af1 100644 --- a/packages/cisco/data_stream/ftd/agent/stream/udp.yml.hbs +++ b/packages/cisco/data_stream/ftd/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{udp_host}}:{{udp_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco/data_stream/ftd/manifest.yml b/packages/cisco/data_stream/ftd/manifest.yml index 8098dcc50ce..6d9ea657a09 100644 --- a/packages/cisco/data_stream/ftd/manifest.yml +++ b/packages/cisco/data_stream/ftd/manifest.yml @@ -38,6 +38,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco/data_stream/ios/agent/stream/udp.yml.hbs b/packages/cisco/data_stream/ios/agent/stream/udp.yml.hbs index 8716e7a1dfd..2eacc60c65f 100644 --- a/packages/cisco/data_stream/ios/agent/stream/udp.yml.hbs +++ b/packages/cisco/data_stream/ios/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco/data_stream/ios/manifest.yml b/packages/cisco/data_stream/ios/manifest.yml index cbbdb93b394..e317d3e302a 100644 --- a/packages/cisco/data_stream/ios/manifest.yml +++ b/packages/cisco/data_stream/ios/manifest.yml @@ -38,6 +38,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco/manifest.yml b/packages/cisco/manifest.yml index 2b4ec970c68..72348419bdf 100644 --- a/packages/cisco/manifest.yml +++ b/packages/cisco/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco title: Cisco -version: 0.13.3 +version: 0.14.0 license: basic description: Deprecated. Use a specific Cisco package instead. type: integration diff --git a/packages/cisco_aironet/changelog.yml b/packages/cisco_aironet/changelog.yml index 20e38981402..87b59d3067e 100644 --- a/packages/cisco_aironet/changelog.yml +++ b/packages/cisco_aironet/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "0.1.0" changes: - description: Update package to ECS 8.5.0. diff --git a/packages/cisco_aironet/data_stream/log/agent/stream/udp.yml.hbs b/packages/cisco_aironet/data_stream/log/agent/stream/udp.yml.hbs index f0fa58a08ad..7669ae7d7ae 100644 --- a/packages/cisco_aironet/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cisco_aironet/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{udp_host}}:{{udp_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco_aironet/data_stream/log/manifest.yml b/packages/cisco_aironet/data_stream/log/manifest.yml index 59497e50895..f2898d932ca 100644 --- a/packages/cisco_aironet/data_stream/log/manifest.yml +++ b/packages/cisco_aironet/data_stream/log/manifest.yml @@ -47,6 +47,17 @@ streams: show_user: false default: UTC description: IANA time zone or time offset (e.g. `+0200`) to use when interpreting syslog timestamps without a time zone. + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco_aironet/manifest.yml b/packages/cisco_aironet/manifest.yml index 74c7b1536e3..1b5041094e5 100644 --- a/packages/cisco_aironet/manifest.yml +++ b/packages/cisco_aironet/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_aironet title: "Cisco Aironet" -version: "0.1.0" +version: "0.2.0" release: beta license: basic description: "Integration for Cisco Aironet WLC Logs" diff --git a/packages/cisco_asa/changelog.yml b/packages/cisco_asa/changelog.yml index 1a9e9f49528..d797a131dfa 100644 --- a/packages/cisco_asa/changelog.yml +++ b/packages/cisco_asa/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.11.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "2.10.1" changes: - description: Migrate the visualizations to by value in dashboards to minimize the saved object clutter and reduce time to load diff --git a/packages/cisco_asa/data_stream/log/agent/stream/udp.yml.hbs b/packages/cisco_asa/data_stream/log/agent/stream/udp.yml.hbs index eaf976326bb..4bc1a3389cb 100644 --- a/packages/cisco_asa/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cisco_asa/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{udp_host}}:{{udp_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco_asa/data_stream/log/manifest.yml b/packages/cisco_asa/data_stream/log/manifest.yml index ac4c51044b5..48cc06cbef8 100644 --- a/packages/cisco_asa/data_stream/log/manifest.yml +++ b/packages/cisco_asa/data_stream/log/manifest.yml @@ -51,6 +51,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco_asa/manifest.yml b/packages/cisco_asa/manifest.yml index 345a986e752..8228725ebcb 100644 --- a/packages/cisco_asa/manifest.yml +++ b/packages/cisco_asa/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_asa title: Cisco ASA -version: "2.10.1" +version: "2.11.0" license: basic description: Collect logs from Cisco ASA with Elastic Agent. type: integration diff --git a/packages/cisco_ftd/changelog.yml b/packages/cisco_ftd/changelog.yml index 9f8c4bf69e3..da362636e03 100644 --- a/packages/cisco_ftd/changelog.yml +++ b/packages/cisco_ftd/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.7.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "2.6.0" changes: - description: Allow configuration of internal/external zones diff --git a/packages/cisco_ftd/data_stream/log/agent/stream/udp.yml.hbs b/packages/cisco_ftd/data_stream/log/agent/stream/udp.yml.hbs index eaf976326bb..4bc1a3389cb 100644 --- a/packages/cisco_ftd/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cisco_ftd/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{udp_host}}:{{udp_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco_ftd/data_stream/log/manifest.yml b/packages/cisco_ftd/data_stream/log/manifest.yml index 45342a12678..35de4819f3d 100644 --- a/packages/cisco_ftd/data_stream/log/manifest.yml +++ b/packages/cisco_ftd/data_stream/log/manifest.yml @@ -49,6 +49,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco_ftd/manifest.yml b/packages/cisco_ftd/manifest.yml index 828674bf6b9..d46c113f932 100644 --- a/packages/cisco_ftd/manifest.yml +++ b/packages/cisco_ftd/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_ftd title: Cisco FTD -version: "2.6.0" +version: "2.7.0" license: basic description: Collect logs from Cisco FTD with Elastic Agent. type: integration diff --git a/packages/cisco_ios/changelog.yml b/packages/cisco_ios/changelog.yml index b404e3cedff..646d5b2c066 100644 --- a/packages/cisco_ios/changelog.yml +++ b/packages/cisco_ios/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.11.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.10.0" changes: - description: Update package to ECS 8.5.0. diff --git a/packages/cisco_ios/data_stream/log/agent/stream/udp.yml.hbs b/packages/cisco_ios/data_stream/log/agent/stream/udp.yml.hbs index f0f20354c14..77f6c87649d 100644 --- a/packages/cisco_ios/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cisco_ios/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco_ios/data_stream/log/manifest.yml b/packages/cisco_ios/data_stream/log/manifest.yml index de5d50174a1..ab08d9a8768 100644 --- a/packages/cisco_ios/data_stream/log/manifest.yml +++ b/packages/cisco_ios/data_stream/log/manifest.yml @@ -45,6 +45,17 @@ streams: show_user: false default: UTC description: IANA time zone or time offset (e.g. `+0200`) to use when interpreting syslog timestamps without a time zone. + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco_ios/manifest.yml b/packages/cisco_ios/manifest.yml index 3991f11e0fc..b38dcb82d70 100644 --- a/packages/cisco_ios/manifest.yml +++ b/packages/cisco_ios/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_ios title: Cisco IOS -version: "1.10.0" +version: "1.11.0" license: basic description: Collect logs from Cisco IOS with Elastic Agent. type: integration diff --git a/packages/cisco_ise/changelog.yml b/packages/cisco_ise/changelog.yml index 6c92904b881..53e26bb1f55 100644 --- a/packages/cisco_ise/changelog.yml +++ b/packages/cisco_ise/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.4.0" changes: - description: Update Aggregation visualizations to Lens, Add an on_failure processor to the convert and date processors, remove unnecessary white spaces, and convert double quotes to single quotes. diff --git a/packages/cisco_ise/data_stream/log/agent/stream/udp.yml.hbs b/packages/cisco_ise/data_stream/log/agent/stream/udp.yml.hbs index deaa10ff900..b11a3aa8539 100644 --- a/packages/cisco_ise/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cisco_ise/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{listen_address}}:{{listen_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco_ise/data_stream/log/manifest.yml b/packages/cisco_ise/data_stream/log/manifest.yml index 91e8a4ee157..d4378868946 100644 --- a/packages/cisco_ise/data_stream/log/manifest.yml +++ b/packages/cisco_ise/data_stream/log/manifest.yml @@ -53,6 +53,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco_ise/manifest.yml b/packages/cisco_ise/manifest.yml index f78141f59c0..3da01d54ed4 100644 --- a/packages/cisco_ise/manifest.yml +++ b/packages/cisco_ise/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_ise title: Cisco ISE -version: "1.4.0" +version: "1.5.0" license: basic description: Collect logs from Cisco ISE with Elastic Agent. type: integration diff --git a/packages/cisco_meraki/changelog.yml b/packages/cisco_meraki/changelog.yml index e011d44101e..2ca641b4416 100644 --- a/packages/cisco_meraki/changelog.yml +++ b/packages/cisco_meraki/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.3.1" changes: - description: Enhanced error handling for timezone field diff --git a/packages/cisco_meraki/data_stream/log/agent/stream/udp.yml.hbs b/packages/cisco_meraki/data_stream/log/agent/stream/udp.yml.hbs index 993860734ef..808e34f4a74 100644 --- a/packages/cisco_meraki/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cisco_meraki/data_stream/log/agent/stream/udp.yml.hbs @@ -1,5 +1,7 @@ host: "{{listen_address}}:{{listen_port}}" -max_message_size: 1 MiB +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} diff --git a/packages/cisco_meraki/data_stream/log/manifest.yml b/packages/cisco_meraki/data_stream/log/manifest.yml index bf78f78a809..50e1a3dd0fb 100644 --- a/packages/cisco_meraki/data_stream/log/manifest.yml +++ b/packages/cisco_meraki/data_stream/log/manifest.yml @@ -49,6 +49,17 @@ streams: show_user: false default: UTC description: IANA time zone or time offset (e.g. `+0200`) to use when interpreting syslog timestamps without a time zone. + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + max_message_size: 1MiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco_meraki/manifest.yml b/packages/cisco_meraki/manifest.yml index b71363d1831..d2cf45cad44 100644 --- a/packages/cisco_meraki/manifest.yml +++ b/packages/cisco_meraki/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_meraki title: Cisco Meraki -version: "1.3.1" +version: "1.4.0" license: basic description: Collect logs from Cisco Meraki with Elastic Agent. type: integration diff --git a/packages/cisco_secure_email_gateway/changelog.yml b/packages/cisco_secure_email_gateway/changelog.yml index 69851d9f953..7782772ec5b 100644 --- a/packages/cisco_secure_email_gateway/changelog.yml +++ b/packages/cisco_secure_email_gateway/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.3.1" changes: - description: Fix grok pattern to extract additional fields diff --git a/packages/cisco_secure_email_gateway/data_stream/log/agent/stream/udp.yml.hbs b/packages/cisco_secure_email_gateway/data_stream/log/agent/stream/udp.yml.hbs index 6030fce0e43..2ebad5416f8 100644 --- a/packages/cisco_secure_email_gateway/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/cisco_secure_email_gateway/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{listen_address}}:{{listen_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml b/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml index a4521eecb66..a97d0779e2b 100644 --- a/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml +++ b/packages/cisco_secure_email_gateway/data_stream/log/manifest.yml @@ -95,6 +95,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cisco_secure_email_gateway/manifest.yml b/packages/cisco_secure_email_gateway/manifest.yml index 00d194d380f..aef1e00a5df 100644 --- a/packages/cisco_secure_email_gateway/manifest.yml +++ b/packages/cisco_secure_email_gateway/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_secure_email_gateway title: Cisco Secure Email Gateway -version: "1.3.1" +version: "1.4.0" license: basic description: Collect logs from Cisco Secure Email Gateway with Elastic Agent. type: integration diff --git a/packages/cyberark_pta/changelog.yml b/packages/cyberark_pta/changelog.yml index 7d5e914868d..0826215cd25 100644 --- a/packages/cyberark_pta/changelog.yml +++ b/packages/cyberark_pta/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.3.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "0.2.0" changes: - description: Update package to ECS 8.5.0. diff --git a/packages/cyberark_pta/data_stream/events/agent/stream/udp.yml.hbs b/packages/cyberark_pta/data_stream/events/agent/stream/udp.yml.hbs index c31bfc13298..195b85dad5f 100644 --- a/packages/cyberark_pta/data_stream/events/agent/stream/udp.yml.hbs +++ b/packages/cyberark_pta/data_stream/events/agent/stream/udp.yml.hbs @@ -1,5 +1,8 @@ udp: host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cyberark_pta/data_stream/events/manifest.yml b/packages/cyberark_pta/data_stream/events/manifest.yml index 5d835d12a68..7e0e7c9620b 100644 --- a/packages/cyberark_pta/data_stream/events/manifest.yml +++ b/packages/cyberark_pta/data_stream/events/manifest.yml @@ -37,6 +37,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cyberark_pta/manifest.yml b/packages/cyberark_pta/manifest.yml index 7e0ce6c389e..fdb1089148f 100644 --- a/packages/cyberark_pta/manifest.yml +++ b/packages/cyberark_pta/manifest.yml @@ -1,6 +1,6 @@ name: cyberark_pta title: Cyberark Privileged Threat Analytics -version: "0.2.0" +version: "0.3.0" release: beta license: basic description: Collect security logs from Cyberark PTA integration. diff --git a/packages/cyberarkpas/changelog.yml b/packages/cyberarkpas/changelog.yml index 3b07642d73f..394747e8966 100644 --- a/packages/cyberarkpas/changelog.yml +++ b/packages/cyberarkpas/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.8.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "2.7.0" changes: - description: Update package to ECS 8.5.0. diff --git a/packages/cyberarkpas/data_stream/audit/agent/stream/udp.yml.hbs b/packages/cyberarkpas/data_stream/audit/agent/stream/udp.yml.hbs index 3b9f36d9ca9..7ab6101a5e6 100644 --- a/packages/cyberarkpas/data_stream/audit/agent/stream/udp.yml.hbs +++ b/packages/cyberarkpas/data_stream/audit/agent/stream/udp.yml.hbs @@ -1,5 +1,8 @@ udp: host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/cyberarkpas/data_stream/audit/manifest.yml b/packages/cyberarkpas/data_stream/audit/manifest.yml index 7d7ee68cea6..0b264b174f2 100644 --- a/packages/cyberarkpas/data_stream/audit/manifest.yml +++ b/packages/cyberarkpas/data_stream/audit/manifest.yml @@ -129,6 +129,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/cyberarkpas/manifest.yml b/packages/cyberarkpas/manifest.yml index e8ed784e5fc..57d0e7c4c7a 100644 --- a/packages/cyberarkpas/manifest.yml +++ b/packages/cyberarkpas/manifest.yml @@ -1,6 +1,6 @@ name: cyberarkpas title: CyberArk Privileged Access Security -version: "2.7.0" +version: "2.8.0" release: ga description: Collect logs from CyberArk Privileged Access Security with Elastic Agent. type: integration diff --git a/packages/fireeye/changelog.yml b/packages/fireeye/changelog.yml index 56cfc316325..8edcf9a306b 100644 --- a/packages/fireeye/changelog.yml +++ b/packages/fireeye/changelog.yml @@ -1,3 +1,8 @@ +- version: "1.8.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.7.0" changes: - description: Update package to ECS 8.5.0. diff --git a/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs b/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs index 405544b01aa..a1228d5017a 100644 --- a/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs +++ b/packages/fireeye/data_stream/nx/agent/stream/udp.yml.hbs @@ -1,5 +1,8 @@ udp: host: "{{udp_host}}:{{udp_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/fireeye/data_stream/nx/manifest.yml b/packages/fireeye/data_stream/nx/manifest.yml index c52d2799bea..a1adfb6df56 100644 --- a/packages/fireeye/data_stream/nx/manifest.yml +++ b/packages/fireeye/data_stream/nx/manifest.yml @@ -87,6 +87,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/fireeye/manifest.yml b/packages/fireeye/manifest.yml index d3d3e1139f2..a51fa5fa09e 100644 --- a/packages/fireeye/manifest.yml +++ b/packages/fireeye/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: fireeye title: "FireEye Network Security" -version: "1.7.0" +version: "1.8.0" license: basic description: Collect logs from FireEye NX with Elastic Agent. type: integration diff --git a/packages/fortinet/changelog.yml b/packages/fortinet/changelog.yml index 56cdb28cb7a..18e40cb6b06 100644 --- a/packages/fortinet/changelog.yml +++ b/packages/fortinet/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.9.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.8.1" changes: - description: Deprecating Fortinet package in favor of new product specific packages diff --git a/packages/fortinet/data_stream/firewall/agent/stream/udp.yml.hbs b/packages/fortinet/data_stream/firewall/agent/stream/udp.yml.hbs index 852d6d18f06..a2e47f8dd09 100644 --- a/packages/fortinet/data_stream/firewall/agent/stream/udp.yml.hbs +++ b/packages/fortinet/data_stream/firewall/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/fortinet/data_stream/firewall/manifest.yml b/packages/fortinet/data_stream/firewall/manifest.yml index 8cc086f8af8..e6dc85f6ff3 100644 --- a/packages/fortinet/data_stream/firewall/manifest.yml +++ b/packages/fortinet/data_stream/firewall/manifest.yml @@ -104,6 +104,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/fortinet/manifest.yml b/packages/fortinet/manifest.yml index f00581c7ad1..307504902ac 100644 --- a/packages/fortinet/manifest.yml +++ b/packages/fortinet/manifest.yml @@ -1,6 +1,6 @@ name: fortinet title: Fortinet -version: "1.8.1" +version: "1.9.0" release: ga description: Deprecated. Collect logs from Fortinet instances with Elastic Agent. type: integration diff --git a/packages/fortinet_fortiedr/changelog.yml b/packages/fortinet_fortiedr/changelog.yml index 802507bc2a8..14fafc012dc 100644 --- a/packages/fortinet_fortiedr/changelog.yml +++ b/packages/fortinet_fortiedr/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.2.0" changes: - description: Improve configuration documentation. diff --git a/packages/fortinet_fortiedr/data_stream/log/agent/stream/udp.yml.hbs b/packages/fortinet_fortiedr/data_stream/log/agent/stream/udp.yml.hbs index c9efeac7ee4..9e793f786fb 100644 --- a/packages/fortinet_fortiedr/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/fortinet_fortiedr/data_stream/log/agent/stream/udp.yml.hbs @@ -1,5 +1,8 @@ udp: host: "{{udp_host}}:{{udp_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/fortinet_fortiedr/data_stream/log/manifest.yml b/packages/fortinet_fortiedr/data_stream/log/manifest.yml index 416ace50bfd..1af27b5156f 100644 --- a/packages/fortinet_fortiedr/data_stream/log/manifest.yml +++ b/packages/fortinet_fortiedr/data_stream/log/manifest.yml @@ -64,6 +64,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/fortinet_fortiedr/manifest.yml b/packages/fortinet_fortiedr/manifest.yml index c47d86c4c95..6344b1197bb 100644 --- a/packages/fortinet_fortiedr/manifest.yml +++ b/packages/fortinet_fortiedr/manifest.yml @@ -1,6 +1,6 @@ name: fortinet_fortiedr title: Fortinet FortiEDR Logs -version: "1.2.0" +version: "1.3.0" release: ga description: Collect logs from Fortinet FortiEDR instances with Elastic Agent. type: integration diff --git a/packages/fortinet_fortigate/changelog.yml b/packages/fortinet_fortigate/changelog.yml index 1992369219e..ece4997fab3 100644 --- a/packages/fortinet_fortigate/changelog.yml +++ b/packages/fortinet_fortigate/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.4.0" changes: - description: Add source and destination NAT IPs to `related.ip`. diff --git a/packages/fortinet_fortigate/data_stream/log/agent/stream/udp.yml.hbs b/packages/fortinet_fortigate/data_stream/log/agent/stream/udp.yml.hbs index 852d6d18f06..a2e47f8dd09 100644 --- a/packages/fortinet_fortigate/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/fortinet_fortigate/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/fortinet_fortigate/data_stream/log/manifest.yml b/packages/fortinet_fortigate/data_stream/log/manifest.yml index 64911c6e367..a906cde1234 100644 --- a/packages/fortinet_fortigate/data_stream/log/manifest.yml +++ b/packages/fortinet_fortigate/data_stream/log/manifest.yml @@ -125,6 +125,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/fortinet_fortigate/manifest.yml b/packages/fortinet_fortigate/manifest.yml index a8ffc9d26dd..ca05443f2c2 100644 --- a/packages/fortinet_fortigate/manifest.yml +++ b/packages/fortinet_fortigate/manifest.yml @@ -1,6 +1,6 @@ name: fortinet_fortigate title: Fortinet FortiGate Firewall Logs -version: "1.4.0" +version: "1.5.0" release: ga description: Collect logs from Fortinet FortiGate firewalls with Elastic Agent. type: integration diff --git a/packages/infoblox_nios/changelog.yml b/packages/infoblox_nios/changelog.yml index d37735247d2..140a7c3b8ff 100644 --- a/packages/infoblox_nios/changelog.yml +++ b/packages/infoblox_nios/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: '1.4.2' changes: - description: Remove duplicate fields. diff --git a/packages/infoblox_nios/data_stream/log/agent/stream/udp.yml.hbs b/packages/infoblox_nios/data_stream/log/agent/stream/udp.yml.hbs index 7cbc27e3d73..e5682455278 100644 --- a/packages/infoblox_nios/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/infoblox_nios/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{listen_address}}:{{listen_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/infoblox_nios/data_stream/log/manifest.yml b/packages/infoblox_nios/data_stream/log/manifest.yml index 6c3a4495b2f..ed36b094e9d 100644 --- a/packages/infoblox_nios/data_stream/log/manifest.yml +++ b/packages/infoblox_nios/data_stream/log/manifest.yml @@ -110,6 +110,17 @@ streams: default: local description: >- By default, datetimes in the logs will be interpreted as relative to the timezone configured in the host where the agent is running. If ingesting logs from a host on a different timezone, use this field to set the timezone offset so that datetimes are correctly parsed. Acceptable timezone formats are: a canonical ID (e.g. "Europe/Amsterdam"), abbreviated (e.g. "EST") or an HH:mm differential (e.g. "-05:00") from UCT. + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/infoblox_nios/manifest.yml b/packages/infoblox_nios/manifest.yml index bfdc4c7ebf7..beeaf4beebd 100644 --- a/packages/infoblox_nios/manifest.yml +++ b/packages/infoblox_nios/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: infoblox_nios title: Infoblox NIOS -version: '1.4.2' +version: '1.5.0' license: basic description: Collect logs from Infoblox NIOS with Elastic Agent. type: integration diff --git a/packages/iptables/changelog.yml b/packages/iptables/changelog.yml index e34de579b8a..d0836008224 100644 --- a/packages/iptables/changelog.yml +++ b/packages/iptables/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.2.1" changes: - description: Migrate the visualizations to by value in dashboards to minimize the saved object clutter and reduce time to load diff --git a/packages/iptables/data_stream/log/agent/stream/udp.yml.hbs b/packages/iptables/data_stream/log/agent/stream/udp.yml.hbs index 0b127c740da..bb45b97ccc0 100644 --- a/packages/iptables/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/iptables/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/iptables/data_stream/log/manifest.yml b/packages/iptables/data_stream/log/manifest.yml index efa49cb1d18..4ef5fadaf18 100644 --- a/packages/iptables/data_stream/log/manifest.yml +++ b/packages/iptables/data_stream/log/manifest.yml @@ -40,6 +40,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/iptables/manifest.yml b/packages/iptables/manifest.yml index a40e60d08a0..59a4243bc21 100644 --- a/packages/iptables/manifest.yml +++ b/packages/iptables/manifest.yml @@ -1,6 +1,6 @@ name: iptables title: Iptables -version: "1.2.1" +version: "1.3.0" release: ga description: Collect logs from Iptables with Elastic Agent. type: integration diff --git a/packages/juniper/changelog.yml b/packages/juniper/changelog.yml index 11a217e4c81..73fffc98fb0 100644 --- a/packages/juniper/changelog.yml +++ b/packages/juniper/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.1.1" changes: - description: Add documentation for multi-fields diff --git a/packages/juniper/data_stream/srx/agent/stream/udp.yml.hbs b/packages/juniper/data_stream/srx/agent/stream/udp.yml.hbs index 0696ac9d89f..61d686cca9c 100644 --- a/packages/juniper/data_stream/srx/agent/stream/udp.yml.hbs +++ b/packages/juniper/data_stream/srx/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/juniper/data_stream/srx/manifest.yml b/packages/juniper/data_stream/srx/manifest.yml index 8e21c3258df..132e69f0326 100644 --- a/packages/juniper/data_stream/srx/manifest.yml +++ b/packages/juniper/data_stream/srx/manifest.yml @@ -79,6 +79,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/juniper/manifest.yml b/packages/juniper/manifest.yml index 74ccaa02073..f58effdaf54 100644 --- a/packages/juniper/manifest.yml +++ b/packages/juniper/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: juniper title: Juniper Logs -version: 1.1.1 +version: "1.2.0" description: Deprecated. Use a specific Juniper package instead. categories: ["network", "security"] release: ga diff --git a/packages/juniper_srx/changelog.yml b/packages/juniper_srx/changelog.yml index 5e5be71d931..73f36579bdc 100644 --- a/packages/juniper_srx/changelog.yml +++ b/packages/juniper_srx/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.7.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.6.1" changes: - description: Remove duplicate fields. diff --git a/packages/juniper_srx/data_stream/log/agent/stream/udp.yml.hbs b/packages/juniper_srx/data_stream/log/agent/stream/udp.yml.hbs index 0696ac9d89f..61d686cca9c 100644 --- a/packages/juniper_srx/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/juniper_srx/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/juniper_srx/data_stream/log/manifest.yml b/packages/juniper_srx/data_stream/log/manifest.yml index 5ec184fed01..1c854893c46 100644 --- a/packages/juniper_srx/data_stream/log/manifest.yml +++ b/packages/juniper_srx/data_stream/log/manifest.yml @@ -100,6 +100,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/juniper_srx/manifest.yml b/packages/juniper_srx/manifest.yml index ffd15783f20..f63ed0652ad 100644 --- a/packages/juniper_srx/manifest.yml +++ b/packages/juniper_srx/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: juniper_srx title: Juniper SRX -version: "1.6.1" +version: "1.7.0" description: Collect logs from Juniper SRX devices with Elastic Agent. categories: ["network", "security"] release: ga diff --git a/packages/pfsense/changelog.yml b/packages/pfsense/changelog.yml index 5a0e31a6613..0037857a79f 100644 --- a/packages/pfsense/changelog.yml +++ b/packages/pfsense/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.5.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.4.2" changes: - description: Migrate the visualizations to by value in dashboards to minimize the saved object clutter and reduce time to load diff --git a/packages/pfsense/data_stream/log/agent/stream/udp.yml.hbs b/packages/pfsense/data_stream/log/agent/stream/udp.yml.hbs index ca515ab1995..85a1aaf60af 100644 --- a/packages/pfsense/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/pfsense/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/pfsense/data_stream/log/manifest.yml b/packages/pfsense/data_stream/log/manifest.yml index 1b65cbac0b8..1dac9ae7d25 100644 --- a/packages/pfsense/data_stream/log/manifest.yml +++ b/packages/pfsense/data_stream/log/manifest.yml @@ -58,6 +58,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/pfsense/manifest.yml b/packages/pfsense/manifest.yml index f9c08f77c0e..cc7043069ba 100644 --- a/packages/pfsense/manifest.yml +++ b/packages/pfsense/manifest.yml @@ -1,6 +1,6 @@ name: pfsense title: pfSense -version: "1.4.2" +version: "1.5.0" release: ga description: Collect logs from pfSense and OPNsense with Elastic Agent. type: integration diff --git a/packages/pulse_connect_secure/changelog.yml b/packages/pulse_connect_secure/changelog.yml index 0c649bc9909..e62e98c0d89 100644 --- a/packages/pulse_connect_secure/changelog.yml +++ b/packages/pulse_connect_secure/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.3.1" changes: - description: Remove duplicate fields. diff --git a/packages/pulse_connect_secure/data_stream/log/agent/stream/udp.yml.hbs b/packages/pulse_connect_secure/data_stream/log/agent/stream/udp.yml.hbs index dfe707f6ab7..b4f1258afaf 100644 --- a/packages/pulse_connect_secure/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/pulse_connect_secure/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/pulse_connect_secure/data_stream/log/manifest.yml b/packages/pulse_connect_secure/data_stream/log/manifest.yml index d6c75386344..495c1d51791 100644 --- a/packages/pulse_connect_secure/data_stream/log/manifest.yml +++ b/packages/pulse_connect_secure/data_stream/log/manifest.yml @@ -34,6 +34,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/pulse_connect_secure/manifest.yml b/packages/pulse_connect_secure/manifest.yml index 58d22014405..990b0e50af6 100644 --- a/packages/pulse_connect_secure/manifest.yml +++ b/packages/pulse_connect_secure/manifest.yml @@ -1,6 +1,6 @@ name: pulse_connect_secure title: Pulse Connect Secure -version: "1.3.1" +version: "1.4.0" release: ga description: Collect logs from Pulse Connect Secure with Elastic Agent. type: integration diff --git a/packages/qnap_nas/changelog.yml b/packages/qnap_nas/changelog.yml index 96bebf124ca..04be750e071 100644 --- a/packages/qnap_nas/changelog.yml +++ b/packages/qnap_nas/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.5.1" changes: - description: Migrate the visualizations to by value in dashboards to minimize the saved object clutter and reduce time to load diff --git a/packages/qnap_nas/data_stream/log/agent/stream/udp.yml.hbs b/packages/qnap_nas/data_stream/log/agent/stream/udp.yml.hbs index 53b6e1b0cb6..c6b79f661de 100644 --- a/packages/qnap_nas/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/qnap_nas/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/qnap_nas/data_stream/log/manifest.yml b/packages/qnap_nas/data_stream/log/manifest.yml index 81a6c1fd29e..bd5f1aa76f3 100644 --- a/packages/qnap_nas/data_stream/log/manifest.yml +++ b/packages/qnap_nas/data_stream/log/manifest.yml @@ -109,6 +109,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/qnap_nas/manifest.yml b/packages/qnap_nas/manifest.yml index f2d56bc6da7..2437f8429b4 100644 --- a/packages/qnap_nas/manifest.yml +++ b/packages/qnap_nas/manifest.yml @@ -1,6 +1,6 @@ name: qnap_nas title: QNAP NAS -version: "1.5.1" +version: "1.6.0" release: ga description: Collect logs from QNAP NAS devices with Elastic Agent. type: integration diff --git a/packages/snort/changelog.yml b/packages/snort/changelog.yml index 48f7626bd3d..529e0025b3d 100644 --- a/packages/snort/changelog.yml +++ b/packages/snort/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.2.0" changes: - description: Update package to ECS 8.5.0. diff --git a/packages/snort/data_stream/log/agent/stream/udp.yml.hbs b/packages/snort/data_stream/log/agent/stream/udp.yml.hbs index 526e65f09d7..c9e9c17a023 100644 --- a/packages/snort/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/snort/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/snort/data_stream/log/manifest.yml b/packages/snort/data_stream/log/manifest.yml index 01f5928d72d..4081e802cb6 100644 --- a/packages/snort/data_stream/log/manifest.yml +++ b/packages/snort/data_stream/log/manifest.yml @@ -117,6 +117,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/snort/manifest.yml b/packages/snort/manifest.yml index 359b1644126..525474d4912 100644 --- a/packages/snort/manifest.yml +++ b/packages/snort/manifest.yml @@ -1,6 +1,6 @@ name: snort title: Snort -version: "1.2.0" +version: "1.3.0" release: ga description: Collect logs from Snort with Elastic Agent. type: integration diff --git a/packages/sonicwall_firewall/changelog.yml b/packages/sonicwall_firewall/changelog.yml index a330af6eda2..09d372587d8 100644 --- a/packages/sonicwall_firewall/changelog.yml +++ b/packages/sonicwall_firewall/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.2.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "1.1.0" changes: - description: Update package to ECS 8.5.0. diff --git a/packages/sonicwall_firewall/data_stream/log/agent/stream/udp.yml.hbs b/packages/sonicwall_firewall/data_stream/log/agent/stream/udp.yml.hbs index 93707136be4..eabbdd8b81d 100644 --- a/packages/sonicwall_firewall/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/sonicwall_firewall/data_stream/log/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ host: "{{syslog_host}}:{{syslog_port}}" +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} - preserve_original_event diff --git a/packages/sonicwall_firewall/data_stream/log/manifest.yml b/packages/sonicwall_firewall/data_stream/log/manifest.yml index dc297483321..96a7a9683e2 100644 --- a/packages/sonicwall_firewall/data_stream/log/manifest.yml +++ b/packages/sonicwall_firewall/data_stream/log/manifest.yml @@ -24,6 +24,17 @@ streams: required: true show_user: true default: 9514 + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - input: logfile enabled: false template_path: logfile.yml.hbs diff --git a/packages/sonicwall_firewall/manifest.yml b/packages/sonicwall_firewall/manifest.yml index dc1c839c53c..700f1ca0bce 100644 --- a/packages/sonicwall_firewall/manifest.yml +++ b/packages/sonicwall_firewall/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: sonicwall_firewall title: "SonicWall Firewall" -version: "1.1.0" +version: "1.2.0" license: basic release: ga description: "Integration for SonicWall firewall logs" diff --git a/packages/sophos/changelog.yml b/packages/sophos/changelog.yml index 87448e9dea4..c262f66012f 100644 --- a/packages/sophos/changelog.yml +++ b/packages/sophos/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.6.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "2.5.1" changes: - description: Remove duplicate fields. diff --git a/packages/sophos/data_stream/xg/agent/stream/udp.yml.hbs b/packages/sophos/data_stream/xg/agent/stream/udp.yml.hbs index 426c9fc4407..8217fe3c25f 100644 --- a/packages/sophos/data_stream/xg/agent/stream/udp.yml.hbs +++ b/packages/sophos/data_stream/xg/agent/stream/udp.yml.hbs @@ -1,4 +1,7 @@ udp: +{{#if udp_options}} +{{udp_options}} +{{/if}} host: "{{syslog_host}}:{{syslog_port}}" tags: {{#if preserve_original_event}} diff --git a/packages/sophos/data_stream/xg/manifest.yml b/packages/sophos/data_stream/xg/manifest.yml index 7da1c15a18f..bcfbffa108b 100644 --- a/packages/sophos/data_stream/xg/manifest.yml +++ b/packages/sophos/data_stream/xg/manifest.yml @@ -148,6 +148,17 @@ streams: type: bool multi: false default: false + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + #max_message_size: 50KiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/sophos/manifest.yml b/packages/sophos/manifest.yml index 3d5dae27917..a5d40de372a 100644 --- a/packages/sophos/manifest.yml +++ b/packages/sophos/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: sophos title: Sophos -version: "2.5.1" +version: "2.6.0" description: Collect logs from Sophos with Elastic Agent. categories: ["security"] release: ga diff --git a/packages/symantec_endpoint/changelog.yml b/packages/symantec_endpoint/changelog.yml index be2dd3c91ca..e842c7ba991 100644 --- a/packages/symantec_endpoint/changelog.yml +++ b/packages/symantec_endpoint/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.2.0" + changes: + - description: Add `udp_options` to the UDP input. + type: enhancement + link: https://github.com/elastic/integrations/pull/4863 - version: "2.1.1" changes: - description: Remove duplicate fields. diff --git a/packages/symantec_endpoint/data_stream/log/agent/stream/udp.yml.hbs b/packages/symantec_endpoint/data_stream/log/agent/stream/udp.yml.hbs index 9ef03795f97..cb31f7303df 100644 --- a/packages/symantec_endpoint/data_stream/log/agent/stream/udp.yml.hbs +++ b/packages/symantec_endpoint/data_stream/log/agent/stream/udp.yml.hbs @@ -1,5 +1,7 @@ host: "{{listen_address}}:{{listen_port}}" -max_message_size: 1 MiB +{{#if udp_options}} +{{udp_options}} +{{/if}} tags: {{#if preserve_original_event}} diff --git a/packages/symantec_endpoint/data_stream/log/manifest.yml b/packages/symantec_endpoint/data_stream/log/manifest.yml index e24087b13be..9aa7ba62c0b 100644 --- a/packages/symantec_endpoint/data_stream/log/manifest.yml +++ b/packages/symantec_endpoint/data_stream/log/manifest.yml @@ -49,6 +49,17 @@ streams: show_user: false default: UTC description: IANA time zone or time offset (e.g. `+0200`) to use when interpreting syslog timestamps without a time zone. + - name: udp_options + type: yaml + title: Custom UDP Options + multi: false + required: false + show_user: false + default: | + #read_buffer: 100MiB + max_message_size: 1MiB + #timeout: 300s + description: Specify custom configuration options for the UDP input. - name: processors type: yaml title: Processors diff --git a/packages/symantec_endpoint/manifest.yml b/packages/symantec_endpoint/manifest.yml index b61ce8f531c..8ba8e068fc6 100644 --- a/packages/symantec_endpoint/manifest.yml +++ b/packages/symantec_endpoint/manifest.yml @@ -1,6 +1,6 @@ name: symantec_endpoint title: Symantec Endpoint Protection -version: "2.1.1" +version: "2.2.0" release: ga description: Collect logs from Symantec Endpoint Protection with Elastic Agent. type: integration