fingerprint

fingerprint #

CategoryScope
Enrichmentrecord

Configuration #

FieldTypeDefaultDescription
fieldsliststringSource fields to read from.
targetstringDestination prefix or field to write the result to.
methodstring“sha256”HTTP method of the request.

Example #

processor:
  - fingerprint:
      fields: ["message", "tags"]
      target: "parsed"
      method: "GET"
Edit Edit this page