% content_for :title, "#{@network_range.cidr} - Network Range Details" %>
<%= JSON.pretty_generate(@network_range.additional_data_hash) %>
Select the type of rule to create
Action to take when rule matches
Leave blank for permanent rule
Pattern will be used for matching
Maximum requests per time window
Time window in seconds
URL to redirect to when rule matches
Human-readable description of why this rule exists
Create this network range to add rules and manage it permanently.
<% else %>Get started by creating a rule for this network range.
<% end %>| Time | IP | Path | Action | User Agent |
|---|---|---|---|---|
| <%= event.timestamp.strftime("%H:%M:%S") %> | <%= event.ip_address %> | <%= event.request_path || "-" %> | <%= event.waf_action %> |
<%= event.user_agent&.truncate(50) || "-" %>
|