Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not GZIP TCP stream #61

Merged
merged 1 commit into from
Jun 25, 2013
Merged

Do not GZIP TCP stream #61

merged 1 commit into from
Jun 25, 2013

Conversation

michielproce
Copy link

Do not use GZIP, as the headers will contain \0 bytes. graylog2-server uses \0 as a delimiter for TCP frames.

See also: Graylog2/graylog2-server#127

@lennartkoopmann
Copy link
Contributor

+1, this is correct

The TCP GELF input of graylog2-server does only support uncompressed data because of the NUL byte deframing.

t0xa added a commit that referenced this pull request Jun 25, 2013
@t0xa t0xa merged commit c171b22 into t0xa:master Jun 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants