Need help on configuring AWS Elastic Beanstalk logs and cfn init logs #12759
-
Hi, Can someone help me on configuring AWS Elastic Beanstalk logs and Cloud init logs. Sample log: 2022/02/25 05:44:25.151010 [INFO] Executing instruction: SyncClock Dependencies Resolved ================================================================================
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @NareshYakkati ! Do you mean you want to parse the cloud init logs? My first thought is that you'll probably want to use the |
Beta Was this translation helpful? Give feedback.
Hi @NareshYakkati !
Do you mean you want to parse the cloud init logs? My first thought is that you'll probably want to use the
reduce
transform to reduce the multiline logs into single events.