Skip to content

Commit 14194e9

Browse files
authored
fortiedr: improve syslog set-up documentation (elastic#4744)
1 parent 5ad866f commit 14194e9

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ This integration is for Fortinet FortiEDR logs sent in the syslog format.
44

55
## Configuration
66

7-
The Fortinet FortiEDR integration requires that the **Send Syslog Notification** opion be turned on in the FortiEDR Playbook policy that includes the devices that are to be monitored by the integration.
7+
The Fortinet FortiEDR integration requires that the **Send Syslog Notification** option be turned on in the FortiEDR Playbook policy that includes the devices that are to be monitored by the integration, and a syslog export must be defined.
8+
9+
### Define syslog export
10+
11+
1. In Fortinet console, navigate to Administration > Export Settings
12+
2. Fill in details for the target syslog server. See the Administration Guide [syslog](https://docs.fortinet.com/document/fortiedr/5.0.0/administration-guide/109591/syslog) documentation for details.
13+
14+
### Set up syslog notifications
15+
16+
1. Navigate to Security Settings > Playbooks.
17+
2. In notifications for the playbook being used, set appropriate Send Syslog Notification options for the events to be collected. See [Automated Incident Response - Playbooks Page](https://docs.fortinet.com/document/fortiedr/5.0.0/administration-guide/419440/automated-incident-response-playbooks-page).
818

919
### Log
1020

packages/fortinet_fortiedr/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.2.0"
3+
changes:
4+
- description: Improve configuration documentation.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/4744
27
- version: "1.1.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

packages/fortinet_fortiedr/docs/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ This integration is for Fortinet FortiEDR logs sent in the syslog format.
44

55
## Configuration
66

7-
The Fortinet FortiEDR integration requires that the **Send Syslog Notification** opion be turned on in the FortiEDR Playbook policy that includes the devices that are to be monitored by the integration.
7+
The Fortinet FortiEDR integration requires that the **Send Syslog Notification** option be turned on in the FortiEDR Playbook policy that includes the devices that are to be monitored by the integration, and a syslog export must be defined.
8+
9+
### Define syslog export
10+
11+
1. In Fortinet console, navigate to Administration > Export Settings
12+
2. Fill in details for the target syslog server. See the Administration Guide [syslog](https://docs.fortinet.com/document/fortiedr/5.0.0/administration-guide/109591/syslog) documentation for details.
13+
14+
### Set up syslog notifications
15+
16+
1. Navigate to Security Settings > Playbooks.
17+
2. In notifications for the playbook being used, set appropriate Send Syslog Notification options for the events to be collected. See [Automated Incident Response - Playbooks Page](https://docs.fortinet.com/document/fortiedr/5.0.0/administration-guide/419440/automated-incident-response-playbooks-page).
818

919
### Log
1020

packages/fortinet_fortiedr/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fortinet_fortiedr
22
title: Fortinet FortiEDR Logs
3-
version: "1.1.0"
3+
version: "1.2.0"
44
release: ga
55
description: Collect logs from Fortinet FortiEDR instances with Elastic Agent.
66
type: integration

0 commit comments

Comments
 (0)