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
I am trying to run the collector as a sidecar of a main service using AWS ECS Fargate, whch works correctly when deploying it without the collectot, but I am not able to do it due to some errors that are not clear to me.
I created a custom Dockerfile:
FROM sumologic/collector
ADD file-sumo-sources.json /etc/sumo-sources.json
It works locally using docker-compose and from ECS it creates the collector in sumologic dashboard but when I deploy it to ECS it fails with messages like this:
Full log:
2023-12-20T17:15:18.376-03:00
Running SumoLogic Collector...
2023-12-20T17:15:36.734-03:00
wrapper | JVM exited unexpectedly.
2023-12-20T17:15:43.249-03:00
wrapper | The version of the script (3.5.49.1) doesn't match the version of this Wrapper (3.5.49). This might cause some problems
2023-12-20T17:15:43.249-03:00
wrapper | --> Wrapper Started as Console
2023-12-20T17:15:43.250-03:00
�]0;Sumo Logic Collector�wrapper | Java Service Wrapper Standard Edition 64-bit 3.5.49
2023-12-20T17:15:43.250-03:00
wrapper | Copyright (C) 1999-2022 Tanuki Software, Ltd. All Rights Reserved.
I am trying to run the collector as a sidecar of a main service using AWS ECS Fargate, whch works correctly when deploying it without the collectot, but I am not able to do it due to some errors that are not clear to me.
I created a custom Dockerfile:
file-sumo-sources.json:
It works locally using docker-compose and from ECS it creates the collector in sumologic dashboard but when I deploy it to ECS it fails with messages like this:
Full log:
+. .+'| |
+. .+'|=|+.=|
+. .+'|=|`+.+.| | | | | | |
+ | `+ | | | | |+.|=|
+. | | | | | | | | | | | | | |+.|=|.+'
+.|=|.+'+.| |.| |+'
+.|=|.+'My task definition definition as a sidecar in terraform is:
I could not find any useful information on what could be the issue or how to deploy it on ECS Fargate without using an HTTP source.
The text was updated successfully, but these errors were encountered: