I have an expressJS code dpeloyed on AWS-ElasticBeanStalk with Application load balancer.
The /var/log/nginx/access.log shows the following
{IP ADDRESS} - - [10/Jan/2022:00:52:06 +0000] "GET / HTTP/1.1" 200 23954 "-" "ELB-HealthChecker/2.0" "-"
It is returning 200-OK, but the environment status still shows SEVERE.
Is there something, I am missing.
Following is the entry from /var/log/healthd/daemon.log
W, [2022-01-09T22:37:43.641301 #15007] WARN -- : discarding statistic item after validation error (Invalid timestamp): {:id=>"6", :namespace=>"application", :timestamp=>1641766160, :data=>"{\"duration\":10,\"latency_histogram\":[[0.008,1],[0.009,1]],\"http_counters\":{\"status_200\":2,\"request_count\":2}}"}
Does "Invalid TimeStamp has any correlation" with this?