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

Support rfc5424 syslog format #1492

Merged
merged 11 commits into from
Mar 8, 2017

Conversation

cosmo0920
Copy link
Contributor

This PR is related to #636 and #1488.

@time_parser = time_parser_create
end

def patterns
{'format' => @regexp, 'time_format' => @time_format}
end

def parse(text)
Copy link
Member

@repeatedly repeatedly Mar 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep parse(text) for method check safety.

def parse(text)
  # This is overwritten in configure
end

@repeatedly repeatedly merged commit 8c70616 into fluent:master Mar 8, 2017
@repeatedly
Copy link
Member

Thanks for great patch!
Could you send same patch to v0.12 branch?

@cosmo0920
Copy link
Contributor Author

Sure, I'll do it! 😄

@cosmo0920 cosmo0920 deleted the support-rfc5424-syslog branch March 8, 2017 07:36
cosmo0920 added a commit to cosmo0920/fluentd that referenced this pull request Mar 9, 2017
repeatedly added a commit that referenced this pull request Mar 9, 2017
repeatedly referenced this pull request Mar 9, 2017
parser_syslog: Polish implementation
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.

2 participants