console/filter: add completion endpoint

This commit is contained in:
Vincent Bernat
2022-05-26 15:58:52 +02:00
parent dc39c2dc14
commit 4114568600
12 changed files with 366 additions and 25 deletions

View File

@@ -132,8 +132,8 @@ guaranteed, so an URL may stop working after a few upgrades.
The filter language looks like SQL with a few variations. Fields
listed as dimensions can usually be used. Accepted operators are `=`,
`!=`, `<`, `<=`, `>`, `>=`, `IN`, `LIKE`, `ILIKE`, when they make
sense. Here are a few examples:
`!=`, `<`, `<=`, `>`, `>=`, `IN`, `NOTIN`, `LIKE`, `UNLIKE`, `ILIKE`,
`IUNLIKE`, when they make sense. Here are a few examples:
- `InIfBoundary = external` only selects flows whose incoming
interface was classified as external. The value should not be