It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Web Application Firewall

Log Search

  • Last updated on

To perform custom log searches, or to create or modify any graphs in the existing dashboards, you can use the Log Analytics log query functionality.

For example, the “Per Application Attack Types” chart in the Barracuda Application Attack Statistics Dashboard displays the data based on the service IP address and port of the application instead of service name.

WAF_Attack_Stats.png

 

Examples of Search Filters in the Logs
  • To view the attack types for an application, use the following query in the log search:
    barracuda_CL | where LogType_s == "WF" | search ServiceIP_s == "99.65.141.20" | search ServicePort_d == "443"
  • To view logs related to a particular AppId, use the following query in the log search:
    barracuda_CL | where AppId_s == [appid]

To know more about 'AppId', refer to the article Using Application Id (App Id).