{"tool":"aws","tool_display":"Aws","intent":"tail-cloudwatch-logs-filter","intent_display":"tail cloudwatch logs filter","title":"Aws Command: tail cloudwatch logs filter","command_string":"aws logs tail <log_group_name> --filter-pattern <pattern>","raw_command_string":"aws logs tail {{log_group_name}} --filter-pattern {{pattern}}","description":"Exact CLI syntax to tail cloudwatch logs filter using Aws.","usage_scenario":"When needing to isolate specific log events amidst a large volume of logs.","scenario_context":"Use filtering to pinpoint relevant log entries quickly in CloudWatch.","simulated_output":"START RequestId: 12345-6789-abcde \n2019-01-01T12:00:00.000Z [INFO] User logged in.\n2019-01-01T12:05:00.000Z [ERROR] Failed to process request.\n2019-01-01T12:10:00.000Z [INFO] User logged out.","how_to_steps":["Run the command: aws logs tail {{log_group_name}} --filter-pattern {{pattern}}","Verify output by checking for specific log events in the terminal."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/tail-cloudwatch-logs-filter"}