| Time | IP Address | Action | Path | Method | Status | Country | User Agent |
|---|---|---|---|---|---|---|---|
| <%= event.timestamp.strftime("%Y-%m-%d %H:%M:%S") %> | <%= event.ip_address %> |
<%= event.waf_action %> | <%= event.request_path %> |
<%= event.request_method %> | <%= event.response_status %> | <% if event.country_code.present? %> <%= event.country_code %> <% else %> - <% end %> | <%= event.user_agent&.truncate(30) || '-' %> |
<% if params[:ip].present? || params[:waf_action].present? || params[:country].present? %> No events found matching your filters. <% else %> No events have been received yet. <% end %>
<% if params[:ip].present? || params[:waf_action].present? || params[:country].present? %> <%= link_to "Clear Filters", project_events_path(@project), class: "btn btn-outline-primary" %> <% end %>