Hash Functions
A list of all hash functions supported by Cribl Search.
Name | Description |
---|---|
hash | Returns a hash value for the input value. |
hash_combine | Combines hash values of two or more hashes. |
hash_many | Returns a combined hash value of multiple values. |
hash_md5 | Returns an MD5 hash value for the input value. |
hash_sha1 | Returns a SHA1 hash value for the input value. |
hash_sha256 | Returns a SHA-256 hash value for the input value. |
hash_xxhash64 | Returns a 64-bit hash value for the input value. |