Elasticsearch SQL supports the following math operators:
+
SELECT 1 + 1 AS x;
-
SELECT 1 - 1 AS x;
SELECT - 1 AS x;
*
SELECT 2 * 3 AS x;
/
SELECT 6 / 3 AS x;
%
SELECT 5 % 2 AS x;
Most Popular
Video
Get Started with Elasticsearch
Intro to Kibana
ELK for Logs & Metrics