Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.0"
changes:
- description: Added optional toggle to enable debug trace logging.
type: enhancement
link: https://github.com/elastic/integrations/pull/5825
- version: "2.5.0"
changes:
- description: Update package to ECS 8.7.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ data_stream:
access_token: abcd
config_ids: aaaa
ssl.verification_mode: none
enable_request_tracer: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ request.timeout: {{http_client_timeout}}
{{#if proxy_url }}
request.proxy_url: {{proxy_url}}
{{/if}}
{{#if enable_request_tracer}}
request.tracer.filename: http-request-trace-httpjson-akamai.ndjson
{{/if}}
request.transforms:
- set:
target: url.params.from
Expand Down
10 changes: 10 additions & 0 deletions packages/akamai/data_stream/siem/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ streams:
required: false
show_user: false
description: "Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. \nThis executes in the agent before the logs are parsed. \nSee [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.\n"
- name: enable_request_tracer
type: bool
title: Enable request tracing
multi: false
required: false
show_user: false
description: >
The request tracer logs requests and responses to the agent's local file-system for debugging configurations.
Enabling this request tracing compromises security and should only be used for debugging.
See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html#_request_tracer_filename) for details.
- input: gcs
title: Collect Akamai SIEM logs via Google Cloud Storage [Beta]
description: Collecting SIEM logs from Akamai via Google Cloud Storage.
Expand Down
4 changes: 2 additions & 2 deletions packages/akamai/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: akamai
title: Akamai
version: "2.5.0"
version: "2.6.0"
release: ga
description: Collect logs from Akamai with Elastic Agent.
type: integration
format_version: 1.0.0
license: basic
categories: [security, cdn_security]
conditions:
kibana.version: "^8.3.0"
kibana.version: "^8.5.0"
icons:
- src: /img/akamai_logo.svg
title: Akamai
Expand Down