Skip to content

[FEATURE] Cloudwatch-style like operator #5181

@Swiddis

Description

@Swiddis

Is your feature request related to a problem?
I quite like how Cloudwatch's log insights QL lets us easily search string fields with an inline like:

| filter @message like 'keyword'

What solution would you like?
I'd like if we supported cloudwatch-style inline like statements in where clauses.

What alternatives have you considered?
PPL already has a LIKE function:

where LIKE(message, '%keyword%')

I just find the syntax more cumbersome than the alternative.

Do you have any additional context?
N/A

Metadata

Metadata

Assignees

Labels

PPLPiped processing languageenhancementNew feature or requestgood first issueGood for newcomers

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions