Update various inbound data filters for a project.
The type of filter toggle to update. The options are:
browser-extensions
- Filter out errors known to be caused by browser extensions.localhost
- Filter out events coming from localhost. This applies to both IPv4 (127.0.0.1
)
and IPv6 (::1
) addresses.filtered-transaction
- Filter out transactions for healthcheck and ping endpoints.web-crawlers
- Filter out known web crawlers. Some crawlers may execute pages in incompatible
ways which cause errors that are unlikely to be seen by a normal user.legacy-browser
- Filter out known errors from legacy browsers. Older browsers often give less
accurate information, and while they may report valid issues, the context to understand them is
incorrect or missing.Request body which must comply to the following JSON Schema:
{ "type" : "object", "properties" : { "active" : { "type" : "boolean", "description" : "Toggle the browser-extensions, localhost, filtered-transaction, or web-crawlers filter on or off." }, "subfilters" : { "type" : "array", "description" : "\nSpecifies which legacy browser filters should be active. Anything excluded from the list will be\ndisabled. The options are:\n- `ie` - Internet Explorer Version 11 and lower\n- `edge` - Edge Version 18 and lower\n- `safari` - Safari Version 11 and lower\n- `firefox` - Firefox Version 66 and lower\n- `chrome` - Chrome Version 62 and lower\n- `opera` - Opera Version 50 and lower\n- `android` - Android Version 3 and lower\n- `opera_mini` - Opera Mini Version 34 and lower\n\nDeprecated options:\n- `ie_pre_9` - Internet Explorer Version 8 and lower\n- `ie9` - Internet Explorer Version 9\n- `ie10` - Internet Explorer Version 10\n- `ie11` - Internet Explorer Version 11\n- `safari_pre_6` - Safari Version 5 and lower\n- `opera_pre_15` - Opera Version 14 and lower\n- `opera_mini_pre_8` - Opera Mini Version 8 and lower\n- `android_pre_4` - Android Version 3 and lower\n- `edge_pre_79` - Edge Version 18 and lower (non Chromium based)\n", "items" : { "type" : "string", "description" : "* `ie` - ie\n* `edge` - edge\n* `safari` - safari\n* `firefox` - firefox\n* `chrome` - chrome\n* `opera` - opera\n* `android` - android\n* `opera_mini` - opera_mini\n* `ie_pre_9` - ie_pre_9\n* `ie9` - ie9\n* `ie10` - ie10\n* `ie11` - ie11\n* `opera_pre_15` - opera_pre_15\n* `android_pre_4` - android_pre_4\n* `safari_pre_6` - safari_pre_6\n* `opera_mini_pre_8` - opera_mini_pre_8\n* `edge_pre_79` - edge_pre_79", "enum" : [ "ie", "edge", "safari", "firefox", "chrome", "opera", "android", "opera_mini", "ie_pre_9", "ie9", "ie10", "ie11", "opera_pre_15", "android_pre_4", "safari_pre_6", "opera_mini_pre_8", "edge_pre_79" ] } } } }
Specify how the response should be mapped to the table output. The following formats are available:
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Sentry Nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.