Fluent Bit and SQL
Statements
SELECT
SELECT results_statement
FROM STREAM:stream_name | TAG:match_rule
[WINDOW TUMBLING (integer SECOND) | WINDOW HOPPING (integer SECOND, ADVANCE BY integer SECOND)]
[WHERE condition]
[GROUP BY groupby]Examples [#select-examples]
SELECT * FROM STREAM:apache;CREATE STREAM
Examples [#create-stream-examples]
Aggregation functions
AVG
COUNT
MIN
MAX
SUM
TIMESERIES_FORECAST
WINDOW HOPPING example
Time functions
NOW
UNIX_TIMESTAMP
Record functions
RECORD_TAG
RECORD_TIME
WHERE condition
Last updated
Was this helpful?