Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logStreams does not support aggregation #22

Open
sumit4way opened this issue Sep 27, 2024 · 0 comments
Open

logStreams does not support aggregation #22

sumit4way opened this issue Sep 27, 2024 · 0 comments

Comments

@sumit4way
Copy link

sumit4way commented Sep 27, 2024

Issue: -

  • 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).
Screenshot 2024-09-27 145512

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant