multiply
Cortex XDR XQL multiply() function multiplies two integers.
Synopsis
multiply (<string>|<integer>,<string>|<integer>)
Description
The
multiply()
function multiplies two positive integers. Parameters
may be either integer literals, or integers as a string type such as might
be contained in a data field. For example:
dataset = xdr_data | alter mynum = multiply(action_file_size, 3) | fields action_file_size, mynum | filter action_file_size > 0 | limit 1
Most Popular
Recommended For You
Recommended Videos
Recommended videos not found.