Skip to content

Commit 8a3df8b

Browse files
[panw] Enable RFC 6587 framing by default on TCP input (#5787)
- Enabled RFC 6587 framing by default on the TCP input, as PAN-OS devices will use this framing by default when TCP (and TLS) is used. - Added note in docs recommending that IETF format is used on PAN-OS and that RFC 6587 is enabled by default with TCP input. - Remove non-compliant category from manifest.
1 parent 8bb1537 commit 8a3df8b

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ To configure syslog monitoring, please follow the steps mentioned in the [_Confi
2020
- If events are getting truncated, then increase `max_message_size` option for TCP and UDP input type.
2121
- It can be found under Advanced Options and can be configured as per requirements. The default value of `max_message_size` is set to 50KiB.
2222

23+
- If the TCP input is used, it is recommended that PAN-OS is configured to send syslog messages using the IETF (RFC 5424) format. In addition, RFC 6587 framing (Octet Counting) will be enabled by default on the TCP input.
24+
2325
## Logs
2426

2527
### PAN-OS

packages/panw/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: "3.7.0"
3+
changes:
4+
- description: Enable RFC 6587 framing by default on TCP input.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/5787
27
- version: "3.6.0"
38
changes:
49
- description: Update package to ECS 8.7.0.

packages/panw/data_stream/panos/manifest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ streams:
9696
show_user: false
9797
default: |
9898
max_message_size: 50KiB
99+
framing: rfc6587
99100
#max_connections: 1
100-
#framing: delimiter
101-
#line_delimiter: "\n"
102101
description: Specify custom configuration options for the TCP input. See [TCP](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-tcp.html) for details.
103102
- input: udp
104103
title: "Collect logs via syslog over UDP"

packages/panw/docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ To configure syslog monitoring, please follow the steps mentioned in the [_Confi
2020
- If events are getting truncated, then increase `max_message_size` option for TCP and UDP input type.
2121
- It can be found under Advanced Options and can be configured as per requirements. The default value of `max_message_size` is set to 50KiB.
2222

23+
- If the TCP input is used, it is recommended that PAN-OS is configured to send syslog messages using the IETF (RFC 5424) format. In addition, RFC 6587 framing (Octet Counting) will be enabled by default on the TCP input.
24+
2325
## Logs
2426

2527
### PAN-OS

packages/panw/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: panw
22
title: Palo Alto Next-Gen Firewall
3-
version: "3.6.0"
3+
version: "3.7.0"
44
release: ga
55
description: Collect logs from Palo Alto next-gen firewalls with Elastic Agent.
66
type: integration
77
format_version: 1.0.0
88
license: basic
9-
categories: [security, network, firewall_security]
9+
categories: [security, network]
1010
conditions:
1111
kibana.version: ^8.2.1
1212
icons:

0 commit comments

Comments
 (0)