Changelog
Fluent Bit v1.2
Sub-key selection and conditionals support
{
"key1": 123,
"key2": 456,
"key3": {
"sub1": {
"sub2": 789
}
}
}SELECT key3['sub1']['sub2'] FROM STREAM:test WHERE key3['sub1']['sub2'] = 789;New @record functions
IS NULL, IS NOT NULL
Fluent Bit v1.1
Last updated
Was this helpful?