Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@n-riesco n-riesco released this 27 Jul 18:10
· 251 commits to master since this release

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)