python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Filebeat Config help for type: aws-cloudwatch
This is my filebeat config for aws-cloudwatch.
type: aws-cloudwatch
log_group_arn: arn:aws:logs:us-x-xxxx1:x:loxxxxxg-group:/aws/aes/domains/xxxxx-dev/:
scan_frequency: 1m
start_position: end
role_ar...
Sushma Magesh
Votes: 0
Answers: 0
Logs Insights query - group by
I have a CloudWatch log stream that contains structured records like the following:
type
env
type1
dev
type1
prod
type2
dev
I'd like to query the counts of each type by the env (to gra...
Amer Sawan
Votes: 0
Answers: 0
Format the way I see AWS Cloudwatch timestamps in Log Insights
Is there a way to show the timestamps in cloudwatch in a friendlier format?
If we take a super simple query:
fields @timestamp, @message
| sort @timestamp desc
| limit 200
I get the standard @timesta...
iosifv
Votes: 0
Answers: 2
How to create a Metric Filter for Log Stream in AWS
This is my log insight query:
fields @timestamp, @message
| filter @message like 'share\BIExtracts\wep\'
| sort @timestamp desc
| limit 1
I would like create a subscription filter for Lambda using...
Taiwotman
Votes: 0
Answers: 1