This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
v3.0.0
Added
- Added UI to show scheduled queries (#472)
- Added UI to create, update and delete scheduled queries (#476)
- Support cron rules to schedule queries (#488)
- Added UI to name scheduled queries (#500)
Changed
- The refresh interval of scheduled queries created in previous versions of
Falcon is now converted into one of the following: every minute, every 5
minutes, hourly, daily and weekly (#488)
Removed
- Removed the chart editor and the export tab when running onprem mode (#496)
Fixed
Security
- Mitigated clickjacking by setting
X-Frame-Options: DENY
(#489)