Property Filter
插件 活跃This plugin will set all configured properties to null inside an ingested event.
To cleanse ingested event data by removing specific, unwanted properties, ensuring cleaner analytics or compliance.
功能
- Sets specified event properties to null.
- Configurable list of properties to filter.
- Operates on ingested event data.
- Supports comma-separated property names.
使用场景
- Removing PII from event streams before storage.
- Filtering out irrelevant or noisy properties from analytics events.
- Simplifying event payloads by removing developer-specific or internal properties.
非目标
- Filtering events based on their names or types.
- Transforming property values (other than setting to null).
- Real-time data validation beyond property existence.
Trust
- warning:Issues AttentionThe repository has 544 open issues and only 163 closed issues in the last 90 days, indicating a very low closure rate and potential for slow maintainer response.
Code Execution
- info:ValidationThe `properties` input is validated as a string, but the internal parsing of this string (e.g., splitting by comma) is not explicitly shown to be schema-validated, and the prompt notes 'no spaces' hint which implies some level of expected format.
- info:Error HandlingThe `plugin.json` provides a hint for property formatting but doesn't detail specific error handling for invalid property inputs or parsing failures. The actual error handling logic in `index.js` is not available for review.
Compliance
- info:GDPRThe plugin processes ingested event data, which may contain personal data. While it sets properties to null, it does not explicitly sanitize or strip data before processing, nor does it send data to a third party. The primary risk is if the LLM processing the event itself is not GDPR compliant.
Errors
- info:Actionable error messagesWhile the `plugin.json` provides a hint for the `properties` format, it does not explicitly detail actionable error messages for invalid inputs. The actual implementation's error handling is not visible.
安装
/plugin install property-filter-plugin@PostHog-posthog质量评分
类似扩展
Advanced GeoIP
95Advanced GeoIP filtering app for PostHog
Filter Out Plugin
90Filter out events where property values satisfy the given condition
Property Flattener Plugin
76Flatten event properties to easily access them in filters.
Discovery Interview Prep
100Plan customer discovery interviews with the right goal, segment, constraints, and method.
Comprehensive Review
99Multi-perspective code analysis covering architecture, security, and best practices
Documentation Standards
99HADS (Human-AI Document Standard) — semantic tagging convention for writing documentation that works efficiently for both human readers and AI models. Reduces token consumption and hallucination risk by separating machine-critical facts from human context.