Fortinet Sentinel Log Filtering

Yusuf Buker 65 Reputation points
2023-10-16T12:10:00.2466667+00:00

Hello,

I've some problem about filtering Fortinet FW logs to the Sentinel. Logs are forwarded by FortiAnalyzer. Our daily data volume is more than 160 GB. I want to ingest only security logs, not others. I've tried this (https://docs.fortinet.com/document/fortianalyzer/6.0.5/administration-guide/576889/configuring-log-forwarding ) , but could't reach the solution.

Is there any way to filter fw logs.

Thanks.

Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,260 questions
0 comments No comments
{count} vote

Accepted answer
  1. Clive Watson 7,476 Reputation points MVP
    2023-10-17T09:08:50.1266667+00:00

    Hello, You can drop unwanted Data with a DCR.

    It's also now possible to split the data into different cost tiers, this is a great write-up of that process. https://www.linkedin.com/pulse/filter-split-firewallcef-logs-multiple-sentinel-tables-marko-lauren/?utm_source=share&utm_medium=member_android&utm_campaign=share_via

    As an example, this wont send "traffic" to the CommonSecurityLog (you need to know what you are happy to drop, traffic is just an example)

    source | where DeviceVendor != \"\" and Activity !startswith \"traffic\""													
    
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.