Skip to content

Commit

Permalink
fix: add username to CloudWatch Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sturman committed Oct 2, 2024
1 parent bc94c6d commit f1fcce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ip-address-location-bot-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class IpAddressLocationBotStack extends cdk.Stack {
height: 18,
queryLines: [
'fields @timestamp, level, ' +
'body.message.chat.first_name as first_name, body.message.chat.last_name as last_name, body.message.text as text',
'body.message.chat.first_name as first_name, body.message.chat.last_name as last_name, body.message.chat.username as username, body.message.text as text',
'filter @message like /update_id/',
],
});
Expand Down

0 comments on commit f1fcce0

Please sign in to comment.