✨ 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 Charts for WP Cerber Cloud: blocks, traffic, and trends

Cerber writes every security event to wp_cerber_log with ip, ip_long, user_login, user_id, stamp, and an activity code, plus full request data to wp_cerber_traffic. SleekView Charts reads those tables straight from MySQL and renders Number, Pie, Bar, and Area cards on top of them.

♾️ Lifetime License available

SleekView Charts dashboard for WP Cerber Cloud

From cerber_log rows to a live block dashboard

Cerber's activity tab is the right tool for inspecting a single event. It is not the right tool for a question shaped like a chart: how many cloud blocks landed in the last seven days, which activity codes are firing most, which IP ranges keep showing up, how does today's failed-login volume compare to last week. The default view answers one row at a time, while the data already lives in two well-shaped tables.

SleekView Charts connects to wp_cerber_log and wp_cerber_traffic directly. The log table tracks ip, ip_long, user_login, user_id, stamp, and an activity integer that maps to Cerber's event taxonomy (failed login, blocked IP, spam comment, file change, and so on). The traffic table tracks request URI, HTTP method, status, and processing time. Every column becomes either a groupBy axis or an aggregation target on a chart card.

The cloud module adds a layer on top: blocks pushed in from the global Cerber blocklist appear in the log with their own activity codes alongside locally detected blocks. A Pie of activity codes shows the local versus cloud split instantly, while a Bar of top blocked IPs surfaces the noisiest networks. The cerber_acl table contributes another layer for allowlist and blocklist entries, and cerber_blocks tracks active IP locks with TTLs so a Number card can show how many addresses are currently locked.

Workflow

From cerber_log and cerber_traffic to dashboards

1

Connect Cerber tables

Point SleekView at wp_cerber_log and wp_cerber_traffic. The ip, ip_long, user_login, user_id, stamp, and activity columns become groupable fields the moment the source is mapped.
2

Pick chart cards

Add a Number card for cloud blocks in the last 7 days, a Pie for activity-code mix, a Bar for top blocked IPs, and an Area for daily failed-login volume. Each card is wired to a real cerber_log column.
3

Save the dashboard

Pin the layout as a saved view so the next reviewer opens the same charts in the same order. Filters apply across every card, including stamp ranges and activity-code scoping.
4

Scope per role

Assign the saved dashboard to a security or admin role. Sensitive IP and user_login columns stay out of reach for users without the matching capability, while the operational summary stays open.

Sample dashboard

Charts you can build from WP Cerber tables

Four cards that turn cerber_log and cerber_traffic into a working defender dashboard you can scan in a single glance.
Number · Default

Cloud blocks (7d)

A single KPI counting cerber_log rows with the cloud-block activity codes over the last seven days, filtered by stamp. The card the night-shift dashboard opens with.
Count
Pie · Donut

Activity mix

Distribution of failed-login, blocked-IP, spam-comment, and file-change activity codes from the activity integer on cerber_log. Spot a sudden surge in one category before it becomes a problem.
Count group by activity
Bar · Horizontal

Top blocked IPs

Horizontal bar of IPs that appear most often in cerber_log with block-style activity codes. The repeat offenders surface to the top with their hit counts.
Count group by ip
Area · Gradient

Daily failed logins

Gradient area of failed-login volume per day sourced from the stamp column on cerber_log. Sudden peaks usually mean a brute-force run, sudden valleys often mean the logger paused.
Count group by stamp

Comparison

Default Cerber dashboard vs SleekView Charts

Default Cerber dashboard

  • The activity log is row by row, so totals and trends rely on the small built-in widgets only.
  • Activity-code mix, top blocked IPs, and daily volume never appear together with shared filters.
  • Cloud blocks and local blocks share columns in cerber_log but the admin shows them separately.
  • Custom activity-code totals require a manual SQL query against cerber_log.
  • Per-role dashboards are not part of the free Cerber workflow at all.

SleekView Charts

  • Number, Pie, Bar, and Area cards built on wp_cerber_log and wp_cerber_traffic with no extra storage.
  • Cards can group by activity, ip, user_login, user_id, or request URI from the cerber_traffic side.
  • Filters apply globally so a stamp range scopes every card on the dashboard in one click.
  • Active IP locks from cerber_blocks show up as their own Number card with TTL countdowns.
  • Saved layouts scope per role so admin and reviewer dashboards stay separate.

Features

What SleekView Charts gives you for WP Cerber Cloud

Chart cards on Cerber tables

Number, Pie, Bar, Area, Line, Radar, and Radial cards drop directly onto cerber_log and cerber_traffic. Group by activity code, IP, user_login, status, or request URI without writing SQL.

One filter, every card

A stamp range or activity-code filter applied to the dashboard scopes the cloud-block KPI, the activity donut, the IP bar, and the failed-login area at once. One view, one question, one click.

Role-scoped dashboards

Save separate layouts for security ops and senior reviewers. Sensitive IP and user_login columns stay tied to the capability checks WordPress already defines on the Cerber tables.

Audience

Who builds WP Cerber charts dashboards with SleekView

Security operations

Open the dashboard each shift, scan activity mix and failed-login volume, and click through to the cerber_log rows only when something stands out.

Agency owners

Hand each client a one-screen Cerber snapshot, scoped to their site, that the account manager can read without learning the activity-code taxonomy.

Compliance reviewers

Track cloud blocks, failed logins, and file-change events across the reporting period and export the same chart values used in the audit summary.

The bigger picture

Why an activity log needs a dashboard around it

WP Cerber writes a clean, indexed activity log to cerber_log and a fully detailed request log to cerber_traffic. The data is high quality and the admin views work well for single-row review. The moment a team needs to compare days, weeks, or sites, a list is the wrong shape.

The activity column on cerber_log carries the entire event taxonomy as integers, so a Pie groups it directly. The ip column joins back to ip_long for fast range queries, so a Bar of top blockers is a one-line aggregate. The stamp column is indexed, so a daily Area runs without scanning the table.

None of this needs a second copy of the data. SleekView Charts reads the same rows Cerber writes and reframes them as a dashboard the night shift can keep open all the time.

Questions

Common questions about SleekView Charts for WP Cerber Cloud

Yes. Cloud blocks land in cerber_log with their own activity codes alongside local blocks. A Pie grouped by activity shows the cloud vs local split, and a Number card can scope only to the cloud-related codes.

 

Yes. The integer codes in the activity column have well-known meanings (failed login, blocked IP, spam comment, file change, and so on). SleekView can map the integers to labels on the card axis.

 

No. SleekView Charts only reads. The cerber_log and cerber_traffic tables stay untouched by the dashboard, which keeps the audit chain intact and matches Cerber's own read-only stance for outside tools.

 

No. Aggregations run server-side against the indexes Cerber already maintains on stamp, ip_long, and activity. Charts query aggregate buckets, not the raw rows.

 

Yes. The cerber_blocks table tracks currently locked IPs with TTL values. A Number card counts active locks, and a Bar can show the longest current locks alongside their reasons.

 

Yes. When cerber_traffic is empty (logging disabled), the cards that depend on it stay empty without errors, and the cerber_log cards keep working independently.

 

Yes. Each card supports CSV export of its aggregated values, and the underlying rows are reachable via the connected SleekView grid for evidence handoffs.

 

Yes. Saved chart layouts respect WordPress capability checks and can layer additional capability gates per card so sensitive IP and user_login views stay scoped.

 

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