Maisie Wang

Results 24 comments of Maisie Wang

Hi @ragnarkurmwunder, sorry for the late reply. We will need the full collector log file to start the investigation. If you have support access, it's best to open a support...

Hi, please take a look at the memory requirements for our installed collector: https://help.sumologic.com/01Start-Here/03About-Sumo-Logic/System-Requirements/Installed-Collector-Requirements The dockerized collector should follow the same requirements as it is just essentially an installed collector...

Hi @mhobotpplnet , you can supply your own user.properties file to specify the budget field on the collector. This [section](https://github.com/SumoLogic/sumologic-collector-docker#configure-collector-in-userproperties-file) in the README explains how to supply your own properties...

Unfortunately it doesn't support combining custom user.properties file and properties passed from environment variables. So all the properties should be specified through user.properties if you supply your own. In the...

Yes, basically similar to this: https://github.com/SumoLogic/sumologic-collector-docker/pull/79

> Update: If I run docker -e for SUMO_COLLECTOR_EPHEMERAL=false , it works just fine which kind of tells me that the sumo wrapper has those variables predefined. That is very...

@yuting-liu can you take a look as this is suspected to be related to the forked docker-java removal? Thanks

Hi @aleclarson , we do support running collector as a user other than root. It is documented here https://help.sumologic.com/Send-Data/Installed-Collectors/05Reference-Information-for-Collector-Installation/05Set-the-Run-As-User-for-a-Collector However, you'll need to follow Docker's documentation to create a user...

The collector process needs to listen to TCP/UDP ports (if you are running Syslog source), read/write from the collector directory for configurations, caches, etc. Defaulting to root makes the setup...

I believe the Docker API we are using for our Docker sources emits logs line by line, and currently Sumo does not support stitching log lines back once we receive...