Add support for AWS CloudWatch Logs query (CLW)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13k
- Forks
- 1.4k
- Avg merge
- 15h 36m
- Merged PRs (30d)
- 3
Description
Language
With CloudWatch Logs Insights, you use a query language to query your log groups. The query syntax supports different functions and operations that include but aren't limited to general functions, arithmetic and comparison operations, and regular expressions.
To create queries that contain multiple commands, separate the commands with the pipe character (|).
To create queries that contain comments, set off the comments with the hash character (#).
Additional resources
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html
Example highlight from AWS console:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no target file, test, or entry point. Start by reviewing existing Prism language definitions and the AWS CloudWatch Logs Insights query syntax resource, then identify the appropriate grammar and test locations. Done means CLW syntax is highlighted, including commands separated by pipes, hash comments, functions, operations, and regular expressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100