Skip to content
#

fluentd

Here are 439 public repositories matching this topic...

major-jay
major-jay commented Sep 10, 2019

我修改了config.filebeat
cat >> $FILEBEAT_CONFIG << EOF
$(base)
output.elasticsearch:
hosts: [$ELASTICSEARCH_HOSTS]
index: ${ELASTICSEARCH_INDEX:-filebeat}-%{+yyyy.MM}
${ELASTICSEARCH_SCHEME:+protocol: ${ELASTICSEARCH_SCHEME}}
${ELASTICSEARCH_USER:+username: ${ELASTICSEARCH_USER}}
${ELASTICSEARCH_PASSWORD:+password: ${ELASTICSEARCH_PASSWORD}}
${ELASTICSEARCH_WORKER:+wor

fluentular
mahmoudimus
mahmoudimus commented Oct 15, 2019

I was testing this project (and it's pretty cool! - great job!) but it took me some time to get the right apache2 log message. It might be helpful to show one just so folks can see how it works? Anyway, you can close this issue if you don't think it's necessary, but I'm just thinking about the developer experience.

Without further ado -- I used this string:

127.0.0.1 - frank [10/Oct/20
serathius
serathius commented Jul 5, 2018

Forced termination caused corruption of pos file. Mutations to pos file could be done atomically to increase reliability.

fluent-plugin-systemd version 1.0.1

From Logs

2018-07-05 07:02:41 +0000 [error]: [systemd.log] failed to read data from plugin storage file path="/var/log/systemd.log.pos" error_class=Yajl::ParseError error="lexical error: invalid char in json text.\n           

Improve this page

Add a description, image, and links to the fluentd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fluentd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.