On This Page

Home / Search/ Language Reference/ Functions/ Scalar Functions/Hash Functions

Hash Functions

A list of all hash functions supported by Cribl Search.


NameDescription
hashReturns a hash value for the input value.
hash_combineCombines hash values of two or more hashes.
hash_manyReturns a combined hash value of multiple values.
hash_md5Returns an MD5 hash value for the input value.
hash_sha1Returns a SHA1 hash value for the input value.
hash_sha256Returns a SHA-256 hash value for the input value.
hash_xxhash64Returns a 64-bit hash value for the input value.