02. Defining FortiSOAR, Collectors And Agents Flashcards
Function of collector
collect logs and performance metrics from geographically disparate networks.
Data collection protocols (SNMP, WMI) are chatty
Syslog uses UDP and thus unreliable
Collector solves this problems
Who serves as Syslog and snmp trap destination for local devices?
Collector
FortiSIEM collector formats
- Appliance
- VM
- ISO image
Advantage of using collector VM image
Can increase vCPU and memory to handle higher loads
FortiSIEM collector minimum requirement for appliance
4 CPU
16 GB RAM
3 TB DISK
FortiSIEM collector minimum requirement for ISO image
4 vCPU
8GB RAM
40 GB disk
FortiSIEM collector minimum requirement for VM
4 vCPU
4 GB RAM
Os - 25 GB disk
OPT - 100 GB disk
Collector processes
Collectors run a reduced set of system processes
The processes that run on a collector are for specific functions, such as discovery, performance monitoring, event parsing, and log data collection.
Admin > Health > Collector Health
phMonitorAgent
phParser
phCheckpoint
phEventPackager
phAgentManager
phPerfMonitor
phEventForwarder
phDiscover
Collector Operations
The collector
1. parses the logs
2. forwards the compressed logs to the supervisor or worker nodes over an encrypted HTTPS channel.
3. buffers the logs locally for a period of time, if the network connection to the super or worker is not available.
How frequently collector is uploading data?
every five seconds or 10 MB, whichever is reached first
five seconds for low EPS environments, and 10 MB for high EPS environments.
compression ratio
8:1 ratio
Uses standard zlib
Data enrichment
collector enriches each event with a collector ID, organization ID, and org name. The collector name is not added during the event enrichment process.
a built-in mechanism to buffer events in case there is WAN link failure
By default, there are a maximum of 10,000 event files that are buffered on the collector. Each event file contains five seconds’ worth of events and is limited to 10 MB in size before compression. The average event size is estimated to be 200 Bytes, which depends on the device type and event.
Buffer size is dependent upon the EPS being received
The collector drops events when the buffer is full
Buffer calculation examples
Revisit later and fill card with examples
What state is collector when deployed
Unconfigured state