Skip to content

Commit

Permalink
[DOCS] Add MurmurHash3 as a supported hash method for fingerprint pro…
Browse files Browse the repository at this point in the history
…cessor (#70737) (#75235)
  • Loading branch information
danhermann authored Jul 12, 2021
1 parent 49d78c6 commit 3401c33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/ingest/processors/fingerprint.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ value. For other fields, the processor hashes only the field value.
| `target_field` | no | `fingerprint` | Output field for the fingerprint.
| `salt` | no | <none> |
{wikipedia}/Salt_(cryptography)[Salt value] for the hash function.
| `method` | no | `SHA-1` | The cryptographic hash function used to
compute the fingerprint. Must be one of `MD5`, `SHA-1`, `SHA-256`, or `SHA-512`.
| `method` | no | `SHA-1` | The hash method used to
compute the fingerprint. Must be one of `MD5`, `SHA-1`, `SHA-256`, `SHA-512`, or
`MurmurHash3`.
| `ignore_missing` | no | `false` | If `true`, the processor
ignores any missing `fields`. If all fields are missing, the processor silently
exits without modifying the document.
Expand Down

0 comments on commit 3401c33

Please sign in to comment.