Now you can use the eval command's bitwise operators. https://docs.splunk.com/Documentation/SplunkCloud/9.1.2308/SearchReference/BitFunctions Your query will look like: * | head 1 | eval x=2 | eval y=2 | eval z = bit_and(x, y) | table x y z
... View more