Releases: apex/logs
Releases · apex/logs
v0.9.12
- add CloudWatch Logs integration endpoint — ship logs with https://github.com/apex/logs-cloudwatch
Update your instance with:
$ logs upgrade && logs instance update
v0.9.9
- add grouped region select for CLI
- add Oregon, Belgium, and Netherlands storage regions
- add special-cased formatting for numeric fields named
size
,duration
, andstatus
- See apex/roadmap#32 for details
- add purpose "any maskable" to 196 px icon
- fix bug where timeseries and search were treating an empty search differently
Update your instance with:
$ logs upgrade && logs instance update
v0.9.8
v0.9.7
v0.9.6
- Add many query language enhancements:
- Treat words as search terms:
hello world
matches "hello" and "world" anywhere in the event - Treat strings as search phrases:
"hello world"
matches "hello world" anywhere in the event - Add permissive term charset:
/tmp/images/foo.png
andtj@example.com
can be used as unquoted terms for example - Add regular expressions:
user.email = `^(tobi|jane)@example\.(ca|com)$`
- Add wildcards to
=
and!=
operators:user.email = "*@example.com
oruser.email = "tobi@*
- View the Query language documentation for details
- Treat words as search terms:
- Change the default timeout for many internal operations from 5s to 30s
Update your instance with:
$ logs upgrade && logs instance update