- Merged all development branches into master
- No new features
- Fixed issues with previous release
- Merged #136 for content matching in HTTP searches
- Delete associated alerts when a search is deleted
- Finish up custom timezone implementation
- Fix exact match queries
- Fix ES source link generation
- Set auth cookie in proxy-auth mode
- Escape content in Slack target
- Misc perf/UI fixes
- Per-user timezones
- Email renderers
- Show original value if a renderer throws an error
- Correctly update index for alerts associated with deleted searches
- Parse dates as UTC on the frontend
- Performance fixes
- No new features
- Fix PHP error on executing
bin/es_sync.php
- Announcement support on the index page
- Fixed error when running scheduler
- Fix ES ssl connection initialization
- Fix error in Slack target #118
- No new features
- Don't specify a domain when setting cookies. This allows 411 to work when the hostname doesn't match the site configuration
- Support for ES5.0
- Merged in support for running 411 behind an auth proxy #95 #79
- Filter/Target errors are no longer considered a failure (Search jobs will not be rescheduled as a result)
- Render long alerts vertically in emails
- Update dependencies
- Fixed changelog modal not appearing
- Fixed undefined
setPassword
call increate_user
script
- Added Search execution options on the configuration page
- Added support for index patterns
- Added options for parsing date fields
- Refactored Search code to support multiple 'sources' per Search type
- More UX tweaks
- The
Logstash
Search type has been replaced by theES
Search type - The config syntax for specifying indices has changed
- The config syntax for defining Search sources has changed
See the upgrade guide for details.
- Added support for API keys
- Added Push Search for pushing Alerts into 411
- Added support for MySQL
- Added Pagerduty target (#71)
- UX tweaks
- Misc bug fixes
First release