Releases: falcosecurity/falcosidekick-ui
Releases · falcosecurity/falcosidekick-ui
v2.3.0-rc3
Changelog
- 4ad5919 escape also values with dots
v2.3.0-rc2
Changelog
- e3b38d3 fix the empty result when the value of an output field contains a dash/slash + trim prefix with the timestamp and priority for the output
v2.3.0-rc1
Changelog
- 6940788 remove subpath config from the backend
v2.2.0
- Replace CircleCI by Github Actions
- Add new dialog box to show the details of an alert
- Add an export feature
- Allow to specify the TTL for the keys with an unit (second, minute, day, week)
- Allow to set a password for Redis
- Allow to disable the basic auth
- Add a button to clear the search input
- Fix missing filter/search in query parameters
- Fix search for hostnames and tags with dashes
- Fix error with empty result from
count_by
v2.2.0-rc2
v2.2.0-rc1
Changelog
- 695b502 allow to disable the authentication
- f9ebe01 Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0
- 01f2752 Bump golang.org/x/crypto from 0.0.0-20220131195533-30dcbda58838 to 0.1.0
- 2adaaa8 Bump golang.org/x/text from 0.3.7 to 0.3.8
- c26d2e8 add condition to empty result from FT.AGGREGATE
v2.1.0
- Add Basic Auth
- Update log format + remove the bootstrap banner
- Allow to set Log Level
- Add
Hostname
field as filter - Refactor
Info
view - Fix the results of
count_by
- Add autorefresh
- Allow to set a
TTL
for keys in Redis - Allow to set the settings with env vars
- Use Host URL as API baseURL
v2.0.2
v2.0.1
v2.0.0
- Full rewrite (frontend + backend)
- The backend has been rewritten with Echo framework and exposes an API (in RO) to count, search, etc the events.
- For the storage, and allow full text search, a Redis datababse with module [Redisearch](redis.io/docs/stack/search is used
- The frontend is created with Vuejs 2 + Vuetify