[WordPress] 外掛分享: Anomify AI – Anomaly Detection and Alerting

前言介紹

  • 這款 WordPress 外掛「Anomify AI – Anomaly Detection and Alerting」是 2022-07-14 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2024-03-19,距離現在已有 411 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

simonholliday |

外掛標籤

anomaly | metrics | analysis | anomalies | detection |

內容簡介

這個 Anomify 外掛程式可以選擇性地將您的 WordPress 網站所選擇的效能指標傳送到 Anomify.ai 的服務進行異常偵測和警示。

在收集數據後,我們學習正常的模式,偵測任何不尋常的行為,即時警示並持續回饋以改善模型。

在啟用此外掛程式之前,您需要從 Anomify AI 取得 API 金鑰和數據 URL。Anomify 提供一個免費的開發人員帳戶,最多可使用 1000 種指標。

簡介

Anomify AI 是一家位於英國的實時時序數據異常偵測公司。透過機器學習和多階段分析,我們讓組織能夠快速反應其數據健康狀況的變化。

我們提供一個具成本效益的異常偵測解決方案,可透過雲端或原地應用靈活部署。

Anomify 使用半監督系統模型,允許領域專家直接訓練系統並持續改善其性能和實用性。

與其他 WordPress 外掛的整合

Anomify 可以與某些其他外掛程式整合,將其效能描述指標傳送到 Anomify,並自動偵測異常。

Anomify WordPress 外掛程式可以偵測來自某些其他外掛程式產生的指標異常。

若要啟用第三方外掛整合,請先安裝和啟用該外掛程式,然後從 Anomify 外掛程式設定頁面啟用它。所有外掛整合都是默認禁用的。

從外掛程式產生的指標會自動加上前綴 “plugin.{plugin_name}.”,例如 “plugin.woocommerce.”。

這些整合是進行中的工作。如果您發現它們有用,請告訴我們,因為這將有助於我們優先進行進一步的開發。

WP 統計

外掛程式頁面

Anomify 將收集以下指標:

visitor.new – 今天的新訪客數
visitor.returning – 今天的回訪訪客數
visitor.country.$country_code – 來自 ISO 代碼為 $country_code 的國家的訪客數,例如「ca」
visitor.agent.$agent – 使用 $agent 使用者代理程式的訪客數,例如「chrome」
visitor.device.$device – 使用 $device 設備類型的訪客數,例如「desktop」
visitor.platform.$platform – 使用 $platform 平臺的訪客數,例如「windows」
exclusion.$exclusion_reason – 由於 $exclusion_reason 而被排除在訪問計數之外的請求的數量,例如「robot」

來自此外掛程式的指標會加上前綴 “plugin.wp-statistics”,例如 “plugin.wp-statistics.visitor.new”。

WooCommerce

外掛程式頁面

Anomify 將收集以下指標:

cart.added
cart.emptied
cart.updated
customer.created
customer.deleted
customer.password.reset
order.cancelled
order.created
payment.complete

來自此外掛程式的指標會加上前綴 “plugin.woocommerce”,例如 “plugin.woocommerce.payment.complete”。

針對外掛程式開發人員

如果您想要從自己的外掛程式傳送指標,請安裝 Anomify 外掛程式,然後在自己的程式碼中使用以下語法:

do_action('anomify_increment_plugin_metric', 'my.metric.name');

原文外掛簡介

The Anomify plugin sends selected performance metrics about your WordPress site to the Anomify.ai service for anomaly detection and alerting.
After ingesting data we learn normal patterns, detect any unusual behaviour, alert on anomalies in real time, and constantly feed back to improve the model.
You will need to obtain an API key and data URL from Anomify AI before the plugin can be enabled. Anomify has a free Developer account which allows up to 100 metrics.
Intro
Anomify AI is a UK based anomaly detection company for real time time-series data. Using machine learning and multi-stage analysis we enable organisations to react quickly to the changing health of their data at scale.
We provide a cost-effective anomaly detection solution, which can be deployed flexibly via the cloud or on-premise.
Anomify employs a semi-supervised system model that allows domain experts to directly train the system and continually improve its performance and usefulness.
Native Metrics

content.comment.added.{approved|not-approved|spam}
content.{post_id}.deleted
content.{post_id}.updated
content.{post_type}.status.transition.{new_status}
login.fail
login.success
php.exception

Integration with other WordPress plugins
Anomify can integrate with certain other plugins to send metrics describing their performance to Anomify which wll automatically detect anomalies.
The Anomify WordPress plugin can detect anomalies on metrics generated from certain other plugins.
To enable a third-party plugin integration, first install and activate the plugin, then enable it from the Anomify plugin settings page. All plugin integrations are disabled by default.
Metrics generated from plugins are automatically prefixed with “plugin.{plugin_name}.” e.g. “plugin.woocommerce.”.
These integrations are works in progress. If you find them useful, please let us know as it will help us to prioritise further development.
WP Statistics
Plugin page
Metrics that Anomify will collect:

visitor.new – number of new visitors today
visitor.returning – number of return visitors today
visitor.country.$country_code – number of visitors from country with ISO code $country_code e.g. “ca”
visitor.agent.$agent – number of visitors using user agent $agent e.g. “chrome”
visitor.device.$device – number of visitors using device type $device e.g. “desktop”
visitor.platform.$platform – number of visitors using platform $platform e.g. “windows”
exclusion.$exclusion_reason – number of requests which are excluded from visit counts due to $exclusion_reason e.g. “robot”

Metrics from this plugin are prefixed with “plugin.wp-statistics”, e.g. “plugin.wp-statistics.visitor.new”
WooCommerce
Plugin page
Metrics that Anomify will collect:

cart.added
cart.emptied
cart.updated
customer.created
customer.deleted
customer.password.reset
order.cancelled
order.created
payment.complete

Metrics from this plugin are prefixed with “plugin.woocommerce”, e.g. “plugin.woocommerce.payment.complete”
For plugin developers
If you want to send metrics from your own plugin, install the Anomify plugin, and use the following syntax in your own code:
do_action('anomify_increment_plugin_metric', 'my.metric.name');

Or to increment the metric by a value other than 1, e.g. 5, add an optional third parameter:
do_action('anomify_increment_plugin_metric', 'my.metric.name', 5);

The name of your plugin will be automatically prepended to the metric name so you don’t need to include it in the name that you pass.
Features

Always on
Analysing your data 24/7
Real-time alerts
Custom algorithms
Root cause analysis
API access
Patented tech

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Anomify AI – Anomaly Detection and Alerting」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.2.7 | 0.2.9 | 0.3.0 | 0.3.1 | 0.3.2 | 0.3.3 | 0.3.4 | 0.3.5 | 0.3.6 | trunk |

延伸相關外掛(你可能也想知道)

  • Metricool 》此外掛可讓你將你的 WordPress 博客或網站與 Metricool 連接。Metricool 是一個提供有關你的博客和社交資訊的度量和分析工具,你可以使用 Metricool 設定要發...。
  • Intelligence 》Intelligence 的目標是提供真正可行的見解,讓團隊能夠做出更好的、基於數據的決策,並創建更有影響力的網頁體驗。, Intelligence 從 WordPress 直接添加以結...。
  • Social Metrics 》社交指標是一個社交媒體分析工具,您可以使用它來追蹤流行的社交網絡網站和服務中,您的 WordPress 博客的表現。, 外掛首頁 | 了解更多專業版, 功能:, , 追蹤...。
  • WP Unit Converter 》WP Unit Converter是一個外掛程式,允許你在不同的計量單位之間轉換以下多種度量衡。, , 長度/距離, 溫度, 時間, 重量, 面積, 速度, , 自動安裝, 自動安裝是...。
  • MixPanel 》這個外掛會在每個網頁底部新增一個 meta 欄位,讓你可以根據需求標記每個頁面在 MixPanel 上的事件。, 你不再需要在佈景主題檔案中加入 mixpanel.track() 的 ...。
  • Cookieless Analytics – Self Hosted Analytics 》Cookieless Analytics 是一款自主托管、注重隱私的外掛,具有實時訪客計數器和超先進的分析儀表板,可提供最重要的統計數據,如頁面瀏覽量、會話、跳出率、獨...。
  • EDD Metrics 》這個外掛提供了關鍵的業務指標,例如人均收益、更新率、退款率等等。支援 EDD Software Licensing 續訂率功能,以及 EDD Recurring Payments 訂閱資訊。, 包...。
  • Business KPI Reporting Dashboard 》**總結:**, BlinkMetrics將您的網站數據(以及您用於運營業務的其他SaaS工具的數據)帶入一個單一真實數據來源。這個外掛讓您將所有WordPress數據帶入BlinkM...。
  • PromPress 》總結:PromPress外掛可追蹤與WordPress相關的多種網站指標,供Prometheus監測,讓您監控網站的表現與健康狀態。除了放置Grafana的儀表板或透過Prometheus Ale...。
  • StatsD WordPress Client 》透過 Etsy’s StatsD 和 Graphite 實現即時環境下的高伸縮度的應用程式度量跟程式碼分析。, 追蹤 WordPress 及 Multisite 中的所有事情:, , 登入 (成功...。
  • Prodlytic 》使用這個WordPress外掛,您可以像使用產品或瀏覽網站一樣添加、更改或移除指標,歷史數據將立即顯示在您的儀表板上。自動的Slack更新或電子郵件報告確保您始...。
  • KissHerder 》KissHerder 外掛可以方便地添加您的 KissMetrics 代碼,您還可以跟踪用戶交互,例如評論、Twitter 轉發、分享等等。。
  • Gear5 Plugin 》這是一個 Gear5 網站效能測量和提醒系統的外掛程式。, , 此外掛程式能讓您輕鬆建立 Gear5 網站效能測量工具。, Gear5 是一個免費且易於使用的網站效能監測和...。
  • Church Metrics Dashboard 》使用此外掛,您可以建立自訂指標來顯示來自 Church Metrics 的數據,比較不同時間段的數字,並透過簡短代碼在您的 WordPress 儀表板或網站上任意顯示。您也可...。
  • Monitori – WordPress Monitoring & Real-Time Alerts for Slack, Discord, and Email 》總結:這個 WordPress 外掛是一個動態通知管理器,能輕鬆地創建並精確管理基於事件和指標的通知。這款外掛專為 WordPress 設計,讓您可以通知用戶、管理員或...。

文章
Filter
Apply Filters
Mastodon