RegexFilters can be applied at the Forwarder and/or Collector level. Filters defined at both levels are merged, and the Collector's filters take precedence if there are conflicting descriptions. NEXT TAG: 4
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["RegexFilters can be applied at the Forwarder and/or Collector level, with Collector filters taking precedence in conflicts."],["Each RegexFilter includes a `description`, a `regexp` for matching lines, and a `behavior` to specify how to handle matches."],["The `behavior` field can be set to either `ALLOW` to permit uploading of matched lines or `BLOCK` to prevent their upload."],["The `regexp` field contains the regular expression used to determine whether an incoming line matches the filter."]]],[]]