New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with Monitoring & Logging
Content language: English
Select up to 5 tags to filter
Sort by most recent
126 results
EXPERT
published 15 days ago1 votes209 views
At AWS re:Invent 2024, Steven David and Lucy Hartung presented an insightful session on leveraging AWS observability tools to gain actionable insights into Amazon Elastic Container Service (ECS) workl...
Hi all
I'm looking into Graylog - https://graylog.org/, seems like it leverages OpenSearch and MongoDB. Graylog can be set up with Amazon OpenSearch and Amazon DocumentDB?
Thanks.
Hello,
We have a producer (Lambda) and a consumer setup (ECS tasks) with a MSK (Kafka) as the queue service.
Let's say a producer (lambda in our case) puts a message on the broker and consumer cons...
Dear Team,
I am new to Monitor aws infrastructure using any of tools and have started exploring it through the AWS official documentation. However, I find the topic and its workflow a bit complex to ...
Hi everyone,
I understand that my application can ingest logs directly to CloudWatch using the AWS SDK (for Java). Is it possible to update the message of a recently ingested log in CloudWatch?
Anoth...
Hi,
I am using `Custom access logging ` in REST API Gateway to ingest Cloud Watch Log Group with records.
I got many resource under my api but I don't want to track all of them but rather do some che...
All the instructions I see for enabling cloudwatch logging is with the cluster and domain option. Does there exist a way to log for the serverless offering?
Hello,
I have an error in the logs with the new field of `@serviceLogParsingError`. The error will be shown below:
| @timestamp | @serviceLogParsingError |
| --- | --- |
| 2024-10-06 21:02:40.389 ...
How do I detect a Route 53 failover?
If I use Route 53 health checks, can I do this with CloudWatch metrics?
If I don't use Route 53 health checks and only Evaluate Target Health, how can I do this?...
We use AWS OpenSearch domain with GitLab to enable Advanced search feature.
Just want to know incase of AWS OpenSearch domain down, will it impact at only indexing or other places also?
Hello
I have a question about how i should map logs of the Cloudfront and ALB
As far as i know in cloudfront we have a header "X-Amz-Cf-Id" which is ok but i can not see this on alb logs.
Is there a w...
Hi,
After upgrading to SDK version 5+, my server logs have stopped working.
I used to dump a file using a launch parameter in the Runtime Configuration (-logFile "serverOut.txt") and that worked per...