Skip to content

Commit 7c66dc9

Browse files
committed
proofpoint_tap: clarify use of {source,destination}.ip
1 parent ecdb5d5 commit 7c66dc9

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

packages/proofpoint_tap/_dev/build/docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For the more information on generating TAP credentials please follow the steps m
2323

2424
This is the `clicks_blocked` dataset.
2525

26+
NOTE: For the `clicks_blocked` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
27+
2628
{{event "clicks_blocked"}}
2729

2830
{{fields "clicks_blocked"}}
@@ -31,6 +33,8 @@ This is the `clicks_blocked` dataset.
3133

3234
This is the `clicks_permitted` dataset.
3335

36+
NOTE: For the `clicks_permitted` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
37+
3438
{{event "clicks_permitted"}}
3539

3640
{{fields "clicks_permitted"}}

packages/proofpoint_tap/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.1.0"
3+
changes:
4+
- description: Clarify us of `{source,destination}.ip` in click datasets.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/3979
27
- version: "1.0.0"
38
changes:
49
- description: Make GA

packages/proofpoint_tap/docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For the more information on generating TAP credentials please follow the steps m
2323

2424
This is the `clicks_blocked` dataset.
2525

26+
NOTE: For the `clicks_blocked` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
27+
2628
An example event for `clicks_blocked` looks as following:
2729

2830
```json
@@ -249,6 +251,8 @@ An example event for `clicks_blocked` looks as following:
249251

250252
This is the `clicks_permitted` dataset.
251253

254+
NOTE: For the `clicks_permitted` dataset, `source.ip` corresponds to the Proofpoint `senderIP` — the IP of the email sender — and `destination.ip` corresponds to `clickIP` — the IP of the click destination.
255+
252256
An example event for `clicks_permitted` looks as following:
253257

254258
```json

packages/proofpoint_tap/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: proofpoint_tap
33
title: Proofpoint TAP
4-
version: "1.0.0"
4+
version: "1.1.0"
55
license: basic
66
description: Collect logs from Proofpoint TAP with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)