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
I'm trying to add a log stream chart to my custom dashboard that filters logs based on a condition, like | where ([lambda.name] =~ "my-lambda-function-name"). I also want to include a list of all Lambda function names alongside the chart, so I can click on any of them to view the logs for a specific function.
When I used this APL query:
['my-dataset-name']
| where ['lambda.region'] == "us-east-1"
| summarize by ['lambda.name']
I got an error (as shown in the screenshot).
I'm wondering if Axiom allows grouping or aggregating log streams, and if not, is there a workaround for this?
i have raised this issue over axiomhq/docs as well
The text was updated successfully, but these errors were encountered:
Issue: -
I'm wondering if Axiom allows grouping or aggregating log streams, and if not, is there a workaround for this?
i have raised this issue over axiomhq/docs as well
The text was updated successfully, but these errors were encountered: