✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WP Cerber: activity log, ACL & traffic as tables

WP Cerber writes its activity to wp_cerber_log, ACL rules to wp_cerber_acl, and request traffic to wp_cerber_traffic. SleekView turns each into a sortable grid you can pivot, save, and edit inline.

♾️ Lifetime License available

SleekView table view for WP Cerber Security

Cerber's data, finally pivotable

WP Cerber Security keeps a rich schema by WordPress standards: wp_cerber_log stores the activity log with event codes and the user, IP, and details, wp_cerber_acl holds black and white list rules, wp_cerber_traffic records HTTP requests when traffic inspection is on, and wp_cerber_lab_ip caches IP intelligence. The plugin's screens cover the basics, but each table is presented in its own list with a fixed shortlist of filters.

SleekView reads each table as a first-class grid. Activity, ACL, and traffic each get their own view, with joins on IP available so an ACL rule shows alongside the recent activity from that IP and the cached IP intelligence. Saved views capture the filter and column set, so failed-login triage, traffic spikes, or ACL audits each reopen in one click.

Inline writes route through Cerber's own functions where supported (for example to add an entry to wp_cerber_acl) and fall back to direct table writes with conflict detection where they do not. The activity log itself remains read-only by design; annotations live in a separate store so Cerber's audit chain stays untouched.

Workflow

From WP Cerber tables to a working grid

1

Connect to the activity log

Create a SleekView against wp_cerber_log. User, IP, event code, details, and time are detected as the starting columns.
2

Add ACL and traffic

Layer in wp_cerber_acl and wp_cerber_traffic as joined or sibling grids. The same IP is the join key when a cross-view is useful.
3

Join IP intelligence

Add the join to wp_cerber_lab_ip so country and threat label sit next to the activity row, ready for filtering.
4

Save views and act inline

Pin failed-login, role-change, and lockout views. Add or remove ACL entries from the row, with writes routed through Cerber's API.

Sample columns

A typical WP Cerber activity view

One row per activity event with user, IP, event code, and details from wp_cerber_log.
Source: wp_cerber_log, wp_cerber_acl, wp_cerber_traffic, wp_cerber_lab_ip
When User IP Event Details Outcome
Today 03:42 alex@studio.co 203.0.113.4 logged_in User logged in Allowed
Today 04:05 (anonymous) 198.51.100.7 login_failed Failed login for admin Throttled
Today 04:31 (anonymous) 198.51.100.7 ip_locked IP locked out Blocked
Today 05:10 ria@design.io 203.0.113.18 user_changed_role Role changed to editor Notice

Comparison

Default WP Cerber admin vs SleekView

Default WP Cerber admin

  • The activity log screen filters by a fixed set of fields and does not promote details from wp_cerber_log as filterable columns.
  • ACL entries in wp_cerber_acl are listed but not cross-filtered with the activity that prompted them.
  • Traffic data in wp_cerber_traffic sits on a separate screen with no joined view against the activity log.
  • Bulk actions on activity rows (tag, archive, escalate) are not part of the default UI.
  • Exports are CSV per screen with a fixed column set rather than per saved view.

SleekView

  • Reads wp_cerber_log, wp_cerber_acl, and wp_cerber_traffic as first-class grids.
  • Joins on IP with wp_cerber_lab_ip so country and threat label sit next to the activity row.
  • Saves named views for failed logins, role changes, IP lockouts, or traffic spikes.
  • Inline add or remove of an entry in wp_cerber_acl via the plugin's own functions.
  • Exports per saved view as CSV or JSON with the active filter applied.

Features

What SleekView gives you for WP Cerber Security

Activity, ACL, traffic joined

Reads each Cerber table as its own grid and offers joins on IP so an activity row shows the matching ACL entry and the IP intelligence label without a second screen.

Saved investigation views

Pin filters for failed logins, role changes, IP lockouts, or traffic spikes. Each view captures the active filter, the column set, and the sort, ready to reopen.

Inline ACL writes

Add or remove an entry in wp_cerber_acl from the row via the plugin's API. Activity rows stay read-only; annotations live in a separate store.

Audience

Who uses SleekView for WP Cerber

Security ops

Cross-filter wp_cerber_log with traffic and ACL data. Pivot on IP, event, or country to triage incidents that span login bursts, traffic inspection, and ACL entries.

Site administrators

Review who is currently in wp_cerber_acl and why, by joining ACL rows to the activity that triggered them. Add or remove entries from the row when the picture is clear.

Compliance owners

Export filtered activity rows for monthly access reviews. Saved views ensure auditors see the same filter and column set every cycle.

The bigger picture

Why a real grid matters for Cerber

WP Cerber is one of the few WordPress security plugins that keeps a full activity log in its own tables rather than offloading to a cloud service. That choice is a gift to operations teams because every event, every ACL change, and every traffic record is queryable on the same database the rest of the site runs on. The cost is that the plugin's default screens cannot do justice to that data: they list rows, paginate, and apply a fixed shortlist of filters, when what triage actually needs is a flexible grid where every column is filterable and every IP joins to its intelligence label.

Treating wp_cerber_log, wp_cerber_acl, and wp_cerber_traffic as joined sources turns the data from a feed into a working investigation surface. Saved views let the next on-call admin reopen the same triage with one click rather than rebuilding it. ACL writes stay inline so the action happens where the question was asked.

The activity log itself remains read-only so the audit chain holds. Cerber records the trail; a real grid turns the trail into a tool.

Questions

Common questions about SleekView for WP Cerber Security

No. SleekView reads wp_cerber_log, wp_cerber_acl, and wp_cerber_traffic without intercepting Cerber's pipeline. Cerber keeps writing events the same way it always has.

 

No. The activity log itself is read-only by design so its audit chain stays untouched. Annotations live in a separate store and do not change wp_cerber_log.

 

Yes. ACL writes go through Cerber's own functions where available. The new entry shows in the ACL grid immediately and is enforced by Cerber from that point on.

 

Yes. wp_cerber_traffic is exposed as its own grid when traffic inspection is enabled in Cerber. URIs, user agents, and IPs become filterable columns.

 

Yes. SleekView paginates server-side using Cerber's existing indexes on time, IP, and event code. Even installs with months of log history stay responsive.

 

Yes. Join wp_cerber_lab_ip on IP and the cached label and country join the row as columns, which can then be filtered like any other field.

 

Capability checks follow WordPress roles. Specific saved views can be gated to a smaller group when the data is sensitive.

 

Yes. Exports respect the active filter and visible columns. CSV is the default; JSON is available for SIEMs or downstream automation.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView