Skip to content
5 changes: 5 additions & 0 deletions packages/akamai/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.8.2"
changes:
- description: fixed a variable naming issue in manifest.yml files for the gcs stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/6199
- version: "2.8.1"
changes:
- description: fixed a variable naming issue in the gcs.yml.hbs file.
Expand Down
2 changes: 1 addition & 1 deletion packages/akamai/data_stream/siem/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ streams:
multi: false
required: false
show_user: false
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down
2 changes: 1 addition & 1 deletion packages/akamai/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: akamai
title: Akamai
version: "2.8.1"
version: "2.8.2"
description: Collect logs from Akamai with Elastic Agent.
type: integration
format_version: 2.7.0
Expand Down
5 changes: 5 additions & 0 deletions packages/cloudflare_logpush/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: fixed a variable naming issue in manifest.yml files for all gcs streams.
type: enhancement
link: https://github.com/elastic/integrations/pull/6199
- version: "1.3.0"
changes:
- description: Added support local AWS SQS queue URLs for each data stream.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ streams:
description: Collect Audit logs from Cloudflare.
template_path: gcs.yml.hbs
vars:
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudflare_logpush/data_stream/dns/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ streams:
description: Collect DNS logs from Cloudflare.
template_path: gcs.yml.hbs
vars:
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down Expand Up @@ -228,4 +228,4 @@ streams:
show_user: false
default:
- forwarded
- cloudflare_logpush_audit
- cloudflare_logpush_dns
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ streams:
description: Collect Firewall Event logs from Cloudflare.
template_path: gcs.yml.hbs
vars:
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down Expand Up @@ -228,4 +228,4 @@ streams:
show_user: false
default:
- forwarded
- cloudflare_logpush_audit
- cloudflare_logpush_firewall_event
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ streams:
description: Collect HTTP Request logs from Cloudflare.
template_path: gcs.yml.hbs
vars:
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down Expand Up @@ -228,4 +228,4 @@ streams:
show_user: false
default:
- forwarded
- cloudflare_logpush_audit
- cloudflare_logpush_http_request
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ streams:
description: Collect NEL Report logs from Cloudflare.
template_path: gcs.yml.hbs
vars:
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down Expand Up @@ -228,4 +228,4 @@ streams:
show_user: false
default:
- forwarded
- cloudflare_logpush_audit
- cloudflare_logpush_nel_report
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ streams:
description: Collect Network Analytics logs from Cloudflare.
template_path: gcs.yml.hbs
vars:
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down Expand Up @@ -228,4 +228,4 @@ streams:
show_user: false
default:
- forwarded
- cloudflare_logpush_audit
- cloudflare_logpush_network_analytics
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ streams:
description: Collect Spectrum Event logs from Cloudflare.
template_path: gcs.yml.hbs
vars:
- name: max_workers
- name: number_of_workers
type: integer
title: 'Maximum number of workers'
multi: false
Expand Down Expand Up @@ -228,4 +228,4 @@ streams:
show_user: false
default:
- forwarded
- cloudflare_logpush_audit
- cloudflare_logpush_spectrum_event
2 changes: 1 addition & 1 deletion packages/cloudflare_logpush/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 2.7.0
name: cloudflare_logpush
title: Cloudflare Logpush
version: "1.3.0"
version: "1.3.1"
description: Collect and parse logs from Cloudflare API with Elastic Agent.
type: integration
categories:
Expand Down