| In the AST query language documentation update the following: ["~>", "path", ["array_fact", ".*"]] example should have 'array_fact' between <> The second implicit subquery example uses 'macaddresses' instead of 'macaddress'. The second explicit subquery has an extra ']' at the end. The fifth and the last explicit subquery example uses 'macaddresses' instead of 'macaddress'. All the order_by examples use the invalid field 'timestamp'. They should use 'receive_time', 'start_time' or 'producer_timestamp' |