Skip to content

Commit 5797fd0

Browse files
committed
update manifest and changelog
1 parent 698a0ad commit 5797fd0

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

packages/cisco_asa/changelog.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# newer versions go on top
2+
- version: "2.2.0"
3+
changes:
4+
- description: Add community_id processor, update 805001, 304001, 106023 and 602304 message parsing. elastic/beats#26879
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/XXX
7+
- description: Add user.name field to ASA Security negotiation log line. elastic/beats#26975
8+
type: enhancement
9+
link: https://github.com/elastic/integrations/pull/XXX
10+
- description: Change event.outcome and event.type handling to be more ECS compliant. elastic/beats#29698
11+
type: enhancement
12+
link: https://github.com/elastic/integrations/pull/XXX
213
- version: "2.1.0"
314
changes:
415
- description: Add parsing for event code 113029-113040

packages/cisco_asa/data_stream/log/sample_event.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"@timestamp": "2018-10-10T12:34:56.000Z",
33
"agent": {
4-
"ephemeral_id": "07939676-bd51-4ca4-ac31-513b0df21144",
5-
"id": "9c3a0352-a8ed-4cf6-ab7d-f78439d723bc",
4+
"ephemeral_id": "147a5d91-18f7-4a75-9392-267d0d1f7e3b",
5+
"id": "76622dbf-9aac-410d-ad3f-a1e99729e87f",
66
"name": "docker-fleet-agent",
77
"type": "filebeat",
88
"version": "8.0.0"
@@ -27,7 +27,7 @@
2727
"version": "8.0.0"
2828
},
2929
"elastic_agent": {
30-
"id": "9c3a0352-a8ed-4cf6-ab7d-f78439d723bc",
30+
"id": "76622dbf-9aac-410d-ad3f-a1e99729e87f",
3131
"snapshot": false,
3232
"version": "8.0.0"
3333
},
@@ -39,7 +39,7 @@
3939
],
4040
"code": "305011",
4141
"dataset": "cisco_asa.log",
42-
"ingested": "2022-03-10T23:27:34Z",
42+
"ingested": "2022-03-10T23:57:18Z",
4343
"kind": "event",
4444
"original": "Oct 10 2018 12:34:56 localhost CiscoASA[999]: %ASA-6-305011: Built dynamic TCP translation from inside:172.31.98.44/1772 to outside:192.168.98.44/8256",
4545
"severity": 6,
@@ -57,7 +57,7 @@
5757
"log": {
5858
"level": "informational",
5959
"source": {
60-
"address": "172.31.0.4:40778"
60+
"address": "192.168.32.7:40986"
6161
}
6262
},
6363
"network": {

packages/cisco_asa/docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ An example event for `log` looks as following:
1717
{
1818
"@timestamp": "2018-10-10T12:34:56.000Z",
1919
"agent": {
20-
"ephemeral_id": "db04ebf9-45c1-446a-904a-651450e4418b",
21-
"id": "cff46509-5938-47ff-ab4a-5f2e7ab95a34",
20+
"ephemeral_id": "07939676-bd51-4ca4-ac31-513b0df21144",
21+
"id": "9c3a0352-a8ed-4cf6-ab7d-f78439d723bc",
2222
"name": "docker-fleet-agent",
2323
"type": "filebeat",
2424
"version": "8.0.0"
@@ -43,7 +43,7 @@ An example event for `log` looks as following:
4343
"version": "8.0.0"
4444
},
4545
"elastic_agent": {
46-
"id": "cff46509-5938-47ff-ab4a-5f2e7ab95a34",
46+
"id": "9c3a0352-a8ed-4cf6-ab7d-f78439d723bc",
4747
"snapshot": false,
4848
"version": "8.0.0"
4949
},
@@ -55,7 +55,7 @@ An example event for `log` looks as following:
5555
],
5656
"code": "305011",
5757
"dataset": "cisco_asa.log",
58-
"ingested": "2022-03-10T23:01:42Z",
58+
"ingested": "2022-03-10T23:27:34Z",
5959
"kind": "event",
6060
"original": "Oct 10 2018 12:34:56 localhost CiscoASA[999]: %ASA-6-305011: Built dynamic TCP translation from inside:172.31.98.44/1772 to outside:192.168.98.44/8256",
6161
"severity": 6,
@@ -73,7 +73,7 @@ An example event for `log` looks as following:
7373
"log": {
7474
"level": "informational",
7575
"source": {
76-
"address": "172.28.0.4:33307"
76+
"address": "172.31.0.4:40778"
7777
}
7878
},
7979
"network": {

packages/cisco_asa/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: cisco_asa
33
title: Cisco ASA
4-
version: 2.1.0
4+
version: 2.2.0
55
license: basic
66
description: Collect logs from Cisco ASA with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)