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

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/imperva_cloud_waf/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.0"
changes:
- description: Added Attack Map, Events Over Time, Unique IP and domain visualizations.
type: enhancement
link: https://github.com/elastic/integrations/pull/9210
- version: "0.1.0"
changes:
- description: Initial release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@ processors:
- {from: "message", to: "event.original"}
- decode_cef:
field: event.original
{{#if processors}}
{{processors}}
{{/if}}
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ processors:
- {from: "message", to: "event.original"}
- decode_cef:
field: event.original
{{#if processors}}
{{processors}}
{{/if}}
2 changes: 2 additions & 0 deletions packages/imperva_cloud_waf/data_stream/event/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ streams:
title: Event logs
description: Collect Event logs from Imperva Cloud WAF.
template_path: cel.yml.hbs
enabled: false
vars:
- name: api_id
type: password
Expand Down Expand Up @@ -121,6 +122,7 @@ streams:
title: Imperva Cloud WAF Events
description: Collect Imperva Cloud WAF Events via AWS S3 input.
template_path: aws-s3.yml.hbs
enabled: false
vars:
- name: collect_s3_logs
required: true
Expand Down
Binary file modified packages/imperva_cloud_waf/img/imperva-cwaf-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"usesAdHocDataView": false
},
"coreMigrationVersion": "8.8.0",
"created_at": "2024-01-28T05:01:49.361Z",
"created_at": "2024-02-21T09:52:08.110Z",
"id": "imperva_cloud_waf-4c603c80-9a84-11ee-b689-05e9d8af2773",
"managed": true,
"references": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"usesAdHocDataView": false
},
"coreMigrationVersion": "8.8.0",
"created_at": "2024-01-28T05:01:49.361Z",
"created_at": "2024-02-21T09:52:08.110Z",
"id": "imperva_cloud_waf-c10e98f0-9cbf-11ee-b689-05e9d8af2773",
"managed": true,
"references": [
Expand Down
2 changes: 1 addition & 1 deletion packages/imperva_cloud_waf/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.1
name: imperva_cloud_waf
title: Imperva Cloud WAF
version: 0.1.0
version: 0.2.0
description: Collect logs from Imperva Cloud WAF with Elastic Agent.
type: integration
categories:
Expand Down