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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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',