Docker-compose not reading all env vars

I’m trying to set “processbuffer_processors” in my v3 compose file. It reads the other env vars being set, but not that. Is there another way I should be doing this?

environment:
# CHANGE ME (must be at least 16 characters)!
- GRAYLOG_PASSWORD_SECRET=XXXXXXX
# Password: admin
- GRAYLOG_ROOT_PASSWORD_SHA2=XXXXXX
- GRAYLOG_HTTP_EXTERNAL_URI=http://10.205.100.243:9000/
- GRAYLOG_PROCESSBUFFER_PROCESSORS=15

Update, it might actually be working, though this seems to be directly tied to the number of messages processed per second in the buffer. Is this to be expected, or is something deeper going on here?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.