✨ 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 iThemes Security: Lockouts, Logs, and Trends

iThemes Security (now Solid Security Free) records every lockout and security event in its own wp_itsec tables. SleekView Charts groups those rows into Number, Pie, Bar, and Area cards so review starts on a dashboard instead of three separate screens.

♾️ Lifetime License available

SleekView Charts dashboard for iThemes Security (Solid Security Free)

Lockout data, finally aggregated

iThemes Security writes to two main tables. wp_itsec_lockouts holds every active and historical lockout with lockout_type, lockout_host, lockout_user, lockout_start, and lockout_expire. wp_itsec_logs records the rest of the security activity with log_type, log_function, log_date, and a JSON log_data column. The default Logs screen is a list, fine for inspecting a single row, but it never aggregates.

SleekView Charts puts the answers on one screen. A Number card carries the day's active lockouts, a Pie groups by lockout_type across brute force, 404 attempts, bad user agent, and others, a Bar ranks the top lockout_host values, and an Area card tracks log_date per day. Each card runs server-side against the same itsec rows, no extra storage required.

Pro tables like wp_itsec_vulnerabilities plug in automatically when Solid Security Pro is active. Network admins get a network-wide rollup by pointing the chart at the right blog scope, something the bundled UI never offers in the free version.

Workflow

From itsec rows to a triage dashboard

1

Connect the itsec tables

Register wp_itsec_lockouts and wp_itsec_logs as sources. Lockout type, host, user, log function, and date become groupable fields ready for any chart.
2

Drop four cards

Number for active lockouts, Pie for reasons, Bar for top blocked hosts, Area for daily volume. Every card runs server-side aggregations against the itsec data already on disk.
3

Save the dashboard

Pin the layout for security ops. A global date range and lockout status filter reframe every card at once when reviewing the last 24 hours or a quarter.
4

Scope per role

Hand junior admins a read-only triage view. Settings, signatures, and scan configuration stay locked away behind iThemes Security's own capabilities and pages.

Sample dashboard

Charts you can build from iThemes Security data

Four cards that turn the Logs screen and the Lockouts screen into one triage dashboard.
Number · Default

Active lockouts

A KPI counting rows in wp_itsec_lockouts where lockout_expire is in the future. The first number on the morning security review.
Count
Pie · Donut

Lockouts by type

Distribution across brute_force, four_oh_four, bad_user_agent, and other lockout_type values on wp_itsec_lockouts. A sudden shift in mix usually flags a targeted campaign.
Count group by lockout_type
Bar · Horizontal

Top blocked hosts

IPs ranked by lockout_host count over the current window. Pairs with a click-through to the SleekView grid filtered to the matching rows for a one-step block escalation.
Count group by lockout_host
Area · Gradient

Daily event volume

Security event count per day on wp_itsec_logs grouped by log_date. The chart that surfaces an emerging campaign before the lockout queue gets long.
Count group by log_date

Comparison

Default iThemes Security reporting vs SleekView Charts

Default iThemes Security screens

  • Lockouts, logs, and vulnerabilities live on separate screens with no shared aggregates.
  • No cross-screen aggregate of lockout reason mix or top blocked hosts.
  • Daily event volume is not part of the free dashboard.
  • Pro reports cover scheduled email summaries, not an interactive dashboard.
  • Network admins lack a network-wide visual rollup of itsec activity.

SleekView Charts

  • Number, Pie, Bar, and Area cards run on wp_itsec_lockouts and wp_itsec_logs with no extra storage.
  • Group by lockout_type, lockout_host, log_function, or any column with no extra storage.
  • Filters by date range and lockout_active status apply globally across every card.
  • Solid Security Pro tables plug in automatically when the Pro version is active.
  • Saved layouts scope per role for ops, dev, or compliance audiences.

Features

What SleekView Charts gives you for iThemes Security (Solid Security Free)

Triage as a dashboard

Active lockouts, type mix, top hosts, and daily volume in one screen. Triage starts at the dashboard instead of three separate Logs and Lockouts views.

Filters that reframe everything

Set a date range or lockout_type once. Every card updates including the daily volume Area chart and the host ranking, no per-card editing.

Read-only by default

Charts never write to the itsec tables. Release-lockout actions stay in SleekView's grid view, so the dashboard layer never touches the security data.

Audience

Who builds iThemes Security charts dashboards with SleekView

Security admins

Open the dashboard, scan type mix and daily volume, then click into the grid only when a spike calls for action on a specific host or user.

Agency support

Give clients a one-screen security overview. Active lockouts, top reason, top host, and the trend chart in one shared dashboard.

Incident responders

Use the daily Area chart to scope when an attack started and tapered off, then narrow the grid to the matching wp_itsec_logs rows.

The bigger picture

Why lockout data deserves a visual layer

iThemes Security captures everything needed to understand an attack, but the Logs and Lockouts screens are designed to surface individual rows. Aggregate questions, the ones that matter when an attack is in progress or being reviewed afterward, need charts. Where did the spike come from, when did it stop, which lockout reason absorbed it, which hosts were most persistent.

Those questions are about distribution and time, not a single hit. SleekView Charts gives the itsec tables a real dashboard surface so security teams can answer trend questions without exporting and without leaving WordPress. The plugin keeps locking out and logging; the dashboard makes the activity legible.

Questions

Common questions about SleekView Charts for iThemes Security (Solid Security Free)

Yes. wp_itsec_lockouts and wp_itsec_logs exist in the free version, and SleekView Charts reads from both. Pro features like the vulnerabilities table plug in automatically when Solid Security Pro is active.

 

No. The table names stay the same. Solid Security Free uses identical itsec_lockouts and itsec_logs schemas, so every chart keeps working after the rebrand.

 

Yes. The two tables can be used side by side on the same dashboard. Lockouts answer who is being blocked, logs answer what activity preceded each lockout, and the chart cards can be filtered with the same date range.

 

No. Charts read from existing itsec tables and never write to them. iThemes Security continues to log, lock out, and scan exactly as before, with no added write load.

 

Yes. Each card supports CSV export of its aggregated values, and the underlying SleekView grid is one click away for the raw lockout and log rows behind any chart.

 

Release-lockout actions live in the SleekView grid, not the chart cards. The dashboard is intentionally read-only so the visual layer never modifies the wp_itsec tables.

 

Yes. iThemes Security stores data on the active blog or network depending on configuration, and SleekView respects the active scope. Network admins can build a network-wide rollup dashboard from the same tables.

 

Solid Security Pro adds tables like wp_itsec_vulnerabilities and wp_itsec_logs metadata columns. SleekView picks those up automatically once Pro is active, so a pro dashboard adds vulnerability severity to the same view.

 

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