-
Notifications
You must be signed in to change notification settings - Fork 310
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
Can not start fluentd service #527
Comments
td-agent.txt |
Could you share your journalctl log? |
|
Hmm..., I'll try to reproduce this issue later. |
ok , actually i was testing logstash against fluentd to compare their performence when transport message to elasticsearch , if you can solve it as soon as possible that would be grateful. |
This is caused by lack of <source>
@type tcp
tag filebeat.events
port 2333
bind 0.0.0.0
# parse section is needed in Fluentd v1
<parse>
@type your_parser_type
</parse>
</source> |
thanks! |
I also reported fluent/fluentd#2266 and send PR fluent/fluentd#2267 about this issue. |
I'm having the same issue since yesterday! |
Problem
I try starting fluentd service using command 'systemctl start td-agent'
but it always result in:
Job for td-agent.service failed because the control process exited with error code. See "systemctl status td-agent.service" and "journalctl -xe" for details.
and the fluentd log is below:
it seems have no error, but why it can not startup ?
Using Fluentd and ES plugin versions
fluentd --version
ortd-agent --version
The text was updated successfully, but these errors were encountered: