Skip to content

Commit 3401c33

Browse files
authored
[DOCS] Add MurmurHash3 as a supported hash method for fingerprint processor (elastic#70737) (elastic#75235)
1 parent 49d78c6 commit 3401c33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/ingest/processors/fingerprint.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ value. For other fields, the processor hashes only the field value.
2020
| `target_field` | no | `fingerprint` | Output field for the fingerprint.
2121
| `salt` | no | <none> |
2222
{wikipedia}/Salt_(cryptography)[Salt value] for the hash function.
23-
| `method` | no | `SHA-1` | The cryptographic hash function used to
24-
compute the fingerprint. Must be one of `MD5`, `SHA-1`, `SHA-256`, or `SHA-512`.
23+
| `method` | no | `SHA-1` | The hash method used to
24+
compute the fingerprint. Must be one of `MD5`, `SHA-1`, `SHA-256`, `SHA-512`, or
25+
`MurmurHash3`.
2526
| `ignore_missing` | no | `false` | If `true`, the processor
2627
ignores any missing `fields`. If all fields are missing, the processor silently
2728
exits without modifying the document.

0 commit comments

Comments
 (0)