Linux 软件免费装
Banner图

SOCHQ AI Log Agent

开发者 cyberneticsplus
更新时间 2025年9月2日 18:23
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

security logging monitoring AI-Security log analysis

下载

1.0.0

详情介绍:

SOCHQ Log Agent collects lightweight PHP request telemetry from your WordPress site and periodically ships it as JSON to your HTTPS Webhook. Designed for minimal footprint and simple setup: paste a Webhook URL and you’re set.
Ownership/Trademark: SOCHQ is a product of Cyberneticsplus Services Pvt. Ltd. (https://cyberneticsplus.com). Service homepage: https://sochq.com/
Key features What data is sent? By default, the plugin aims to send low-sensitivity request telemetry such as: - Timestamp, HTTP method, request URI/path, response status code - Execution time (ms) and memory usage (if available) - Site identifier (non-PII, e.g., hashed home URL) - Optional: user agent, referrer, client IP (can be disabled)
Note: Exact fields depend on your configuration and the plugin settings available in your version. Review your settings before enabling optional fields.
Security & performance

安装:

  1. Upload the plugin ZIP via Plugins → Add New → Upload Plugin or place the folder in /wp-content/plugins/.
  2. Activate the plugin from Plugins.
  3. Go to Settings → SOCHQ Log Agent.
  4. Enter your HTTPS Webhook URL and save.
  5. Ensure WP-Cron is enabled (it is by default). If you disable WP-Cron, set up a system cron to call wp-cron.php.

升级注意事项:

1.0.0 Initial public release with scheduled batched telemetry delivery.

常见问题:

What data leaves my site?

Only the telemetry fields described above and configured in settings. Review and adjust optional fields before enabling in production.

How often are batches sent?

Every 15 minutes by default, via WP-Cron.

Will this slow down my site?

Telemetry collection is lightweight and sending happens on a scheduled task, not on front-end request path.

Where is data stored before sending?

Temporarily in WordPress (options/transients or similar queue mechanism) until the next scheduled send.

Can I pause sending?

Yes. Remove or blank the Webhook URL to stop outbound requests; queued data will not be transmitted.

Does this plugin store personal data?

By default, the plugin avoids collecting PII. Optional fields (like IP, user agent) can be disabled. You are responsible for configuring the plugin in line with your privacy obligations.

How do I uninstall safely?

Deactivate and delete the plugin. It will stop collecting and sending data. (If the plugin created options/queues, they may be removed on uninstall.)

更新日志:

1.0.0