aiFWall, Inc. is making the free licenses available to eligible businesses worldwide. The company solely reserves all right related to the free licenses including determining business eligibility, accepting or rejecting license requests, changing license or any other terms as the company sees fit.
aiFObserve
Generic WAF Log Enablement And Extraction Guide
Important Note
The generic profile is best used when you can supply structured exports with predictable field names. It is also a good staging option before creating a more opinionated vendor-specific preprocessor.
Enable Logging
Enable request, policy, or security-event logging on the WAF so both allowed and blocked application traffic can be exported.
Choose a structured export path whenever possible: JSON, JSONL, CEF, syslog key-value, or CSV.
If the WAF can export only text syslog, preserve the original message format because the aiFObserve generic converter can parse key-value and CEF-style logs.
Extract or Export the Logs
Export the WAF logs to a file, bucket, syslog collector, or SIEM destination.
Save a representative raw file into the aiFObserve workspace and test the generic converter against it.
If field names do not map cleanly on the first pass, adjust your WAF export format so common aliases are present, or preprocess the logs into a normalized CSV/JSON file.