The logs query bar now suggests what you can filter on, so you can build a query by selecting from a list instead of remembering the syntax.

Select the query bar and a dropdown opens with two groups:
- Fields are on every log line: severity, source, hostname, group, and message.
- Attributes are the keys AppSignal finds in your own JSON log lines, such as
code.file.pathordata.args.
Select a field, then an operator, then a value. The operators are is, is not, contains, does not contain, is one of, and is none of. You can still type or paste a full query. AppSignal turns the parts it recognizes into pills and keeps the rest as plain text you can edit.
Try it the next time you filter your logs and tell us how it goes on our Discord server. Read the query syntax documentation for the syntax behind the pills.