Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/citrix_adc/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.18.5"
changes:
- description: Fix parsing of Source/Destination IP, port, and byte counts for TCP CONN_TERMINATE events with trailing whitespace.
type: bugfix
link: https://github.com/elastic/enhancements/issues/27329
- version: "1.18.4"
changes:
- description: "Add parsing for APPFW native messages with IP-based format"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,40 @@
},
"citrix_adc": {
"log": {
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 "
"destination": {
"ip": "127.1.1.2",
"port": 20714
},
"end_time": "2024-10-08T09:38:41.000-04:00",
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"source": {
"ip": "127.1.2.1",
"port": 80
},
"start_time": "2024-10-08T09:37:54.000-04:00",
"total_bytes_received": 1,
"total_bytes_send": 1
}
},
"destination": {
"bytes": 1,
"ip": "127.1.1.2",
"port": 20714
},
"ecs": {
"version": "8.11.0"
},
"event": {
"category": [
"network"
],
"duration": 47000000000,
"end": "2024-10-08T09:38:41.000-04:00",
"id": "6715345",
"kind": "event",
"original": "<123> 10/08/2024:09:38:41 SYSLOGHOST 0-PPE-1 : default TCP CONN_TERMINATE 6715345 0 : Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"severity": 0,
"start": "2024-10-08T09:37:54.000-04:00",
"timezone": "America/New_York",
"type": [
"end",
Expand All @@ -41,6 +61,17 @@
"type": "firewall",
"vendor": "Citrix"
},
"related": {
"ip": [
"127.1.2.1",
"127.1.1.2"
]
},
"source": {
"bytes": 1,
"ip": "127.1.2.1",
"port": 80
},
"tags": [
"preserve_original_event",
"preserve_duplicate_custom_fields"
Expand All @@ -61,20 +92,40 @@
},
"citrix_adc": {
"log": {
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 "
"destination": {
"ip": "127.1.1.2",
"port": 20714
},
"end_time": "2024-10-08T09:38:41.000-04:00",
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"source": {
"ip": "127.1.2.1",
"port": 80
},
"start_time": "2024-10-08T09:37:54.000-04:00",
"total_bytes_received": 1,
"total_bytes_send": 1
}
},
"destination": {
"bytes": 1,
"ip": "127.1.1.2",
"port": 20714
},
"ecs": {
"version": "8.11.0"
},
"event": {
"category": [
"network"
],
"duration": 47000000000,
"end": "2024-10-08T09:38:41.000-04:00",
"id": "6715345",
"kind": "event",
"original": "<123> 10/08/2024:09:38:41 SYSLOGHOST 0-PPE-1 : default TCP CONN_TERMINATE 6715345 0 : Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"severity": 0,
"start": "2024-10-08T09:37:54.000-04:00",
"timezone": "America/New_York",
"type": [
"end",
Expand All @@ -87,6 +138,17 @@
"type": "firewall",
"vendor": "Citrix"
},
"related": {
"ip": [
"127.1.2.1",
"127.1.1.2"
]
},
"source": {
"bytes": 1,
"ip": "127.1.2.1",
"port": 80
},
"tags": [
"preserve_original_event",
"preserve_duplicate_custom_fields"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,40 @@
},
"citrix_adc": {
"log": {
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 "
"destination": {
"ip": "127.1.1.2",
"port": 20714
},
"end_time": "2024-10-08T09:38:41.000-07:00",
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"source": {
"ip": "127.1.2.1",
"port": 80
},
"start_time": "2024-10-08T09:37:54.000-07:00",
"total_bytes_received": 1,
"total_bytes_send": 1
}
},
"destination": {
"bytes": 1,
"ip": "127.1.1.2",
"port": 20714
},
"ecs": {
"version": "8.11.0"
},
"event": {
"category": [
"network"
],
"duration": 47000000000,
"end": "2024-10-08T09:38:41.000-07:00",
"id": "6715345",
"kind": "event",
"original": "<123> 10/08/2024:09:38:41 SYSLOGHOST 0-PPE-1 : default TCP CONN_TERMINATE 6715345 0 : Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"severity": 0,
"start": "2024-10-08T09:37:54.000-07:00",
"timezone": "-07:00",
"type": [
"end",
Expand All @@ -41,6 +61,17 @@
"type": "firewall",
"vendor": "Citrix"
},
"related": {
"ip": [
"127.1.2.1",
"127.1.1.2"
]
},
"source": {
"bytes": 1,
"ip": "127.1.2.1",
"port": 80
},
"tags": [
"preserve_original_event",
"preserve_duplicate_custom_fields"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,40 @@
},
"citrix_adc": {
"log": {
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 "
"destination": {
"ip": "127.1.1.2",
"port": 20714
},
"end_time": "2024-08-10T09:38:41.000Z",
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"source": {
"ip": "127.1.2.1",
"port": 80
},
"start_time": "2024-08-10T09:37:54.000Z",
"total_bytes_received": 1,
"total_bytes_send": 1
}
},
"destination": {
"bytes": 1,
"ip": "127.1.1.2",
"port": 20714
},
"ecs": {
"version": "8.11.0"
},
"event": {
"category": [
"network"
],
"duration": 47000000000,
"end": "2024-08-10T09:38:41.000Z",
"id": "6715345",
"kind": "event",
"original": "<123> 10/08/2024:09:38:41 SYSLOGHOST 0-PPE-1 : default TCP CONN_TERMINATE 6715345 0 : Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 10/08/2024:09:37:54 - End Time 10/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"severity": 0,
"start": "2024-08-10T09:37:54.000Z",
"timezone": "UTC",
"type": [
"end",
Expand All @@ -41,6 +61,17 @@
"type": "firewall",
"vendor": "Citrix"
},
"related": {
"ip": [
"127.1.2.1",
"127.1.1.2"
]
},
"source": {
"bytes": 1,
"ip": "127.1.2.1",
"port": 80
},
"tags": [
"preserve_original_event",
"preserve_duplicate_custom_fields"
Expand Down Expand Up @@ -152,20 +183,40 @@
},
"citrix_adc": {
"log": {
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 21/08/2024:09:37:54 - End Time 21/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 "
"destination": {
"ip": "127.1.1.2",
"port": 20714
},
"end_time": "2024-08-21T09:38:41.000Z",
"message": "Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 21/08/2024:09:37:54 - End Time 21/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"source": {
"ip": "127.1.2.1",
"port": 80
},
"start_time": "2024-08-21T09:37:54.000Z",
"total_bytes_received": 1,
"total_bytes_send": 1
}
},
"destination": {
"bytes": 1,
"ip": "127.1.1.2",
"port": 20714
},
"ecs": {
"version": "8.11.0"
},
"event": {
"category": [
"network"
],
"duration": 47000000000,
"end": "2024-08-21T09:38:41.000Z",
"id": "6715345",
"kind": "event",
"original": "<123> 21/08/2024:09:38:41 SYSLOGHOST 0-PPE-1 : default TCP CONN_TERMINATE 6715345 0 : Source 127.1.2.1:80 - Destination 127.1.1.2:20714 - Start Time 21/08/2024:09:37:54 - End Time 21/08/2024:09:38:41 - Total_bytes_send 1 - Total_bytes_recv 1 ",
"severity": 0,
"start": "2024-08-21T09:37:54.000Z",
"timezone": "UTC",
"type": [
"end",
Expand All @@ -178,6 +229,17 @@
"type": "firewall",
"vendor": "Citrix"
},
"related": {
"ip": [
"127.1.2.1",
"127.1.1.2"
]
},
"source": {
"bytes": 1,
"ip": "127.1.2.1",
"port": 80
},
"tags": [
"preserve_original_event",
"preserve_duplicate_custom_fields"
Expand Down
Loading
Loading