Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[panw] Enable RFC 6587 framing by default on TCP input #5787

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
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
2 changes: 2 additions & 0 deletions packages/panw/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ To configure syslog monitoring, please follow the steps mentioned in the [_Confi
- If events are getting truncated, then increase `max_message_size` option for TCP and UDP input type.
- 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.

- 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.

## Logs

### PAN-OS
Expand Down
5 changes: 5 additions & 0 deletions packages/panw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.6.0"
changes:
- description: Enable RFC 6587 framing by default on TCP input.
type: bugfix
link: https://github.com/elastic/integrations/pull/5787
- version: "3.5.2"
changes:
- description: Added categories and/or subcategories.
Expand Down
3 changes: 1 addition & 2 deletions packages/panw/data_stream/panos/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ streams:
show_user: false
default: |
max_message_size: 50KiB
framing: rfc6587
#max_connections: 1
#framing: delimiter
#line_delimiter: "\n"
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.
- input: udp
title: "Collect logs via syslog over UDP"
Expand Down
2 changes: 2 additions & 0 deletions packages/panw/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ To configure syslog monitoring, please follow the steps mentioned in the [_Confi
- If events are getting truncated, then increase `max_message_size` option for TCP and UDP input type.
- 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.

- 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.

## Logs

### PAN-OS
Expand Down
4 changes: 2 additions & 2 deletions packages/panw/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: panw
title: Palo Alto Next-Gen Firewall
version: "3.5.2"
version: "3.6.0"
release: ga
description: Collect logs from Palo Alto next-gen firewalls with Elastic Agent.
type: integration
format_version: 1.0.0
license: basic
categories: [security, network, firewall_security]
categories: [security, network]
conditions:
kibana.version: ^8.2.1
icons:
Expand Down