You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Currently, the PPL Patterns command attaches detected patterns to each event in the input stream. In contrast, both CloudWatch Logs Insights and Splunk's cluster command provide summarized pattern detection, offering aggregated insights into log data.
What solution would you like?
1. Introduction
Enhances the patterns command in OpenSearch PPL to support summarized pattern detection, alongside backward-compatible label-mode and aggregation-mode output options. The goal is to:
Is your feature request related to a problem?
Currently, the PPL Patterns command attaches detected patterns to each event in the input stream. In contrast, both CloudWatch Logs Insights and Splunk's cluster command provide summarized pattern detection, offering aggregated insights into log data.
What solution would you like?
1. Introduction
Enhances the patterns command in OpenSearch PPL to support summarized pattern detection, alongside backward-compatible label-mode and aggregation-mode output options. The goal is to:
2. Expected behaviour
... | patterns message
annotate input events with pattern and tokens... | patterns mode=aggregation-mode message
annotate input events with pattern and tokens3. Proposed Changes
3.1 Command Syntax
3.2 Output schema
<token1> server error, status: <token2>)
.[{"token1": "ServiceA"}, ...]
).[{"token1": ["ServiceA", "ServiceB"]}]
).The text was updated successfully, but these errors were encountered: