<source>
@type tail
path /opt/search/appliance5/logs/ps-usage.*.log
pos_file /opt/search/appliance5/logs/ps-usage.log.pos
format /(?<logEntry>{.*)/
tag logentry
read_from_head true
</source>
<filter logentry>
@type psxml
</filter>
<match logentry>
@type http_buffered
<buffer>
flush_interval 30s
chunk_limit_size 2m
</buffer>
endpoint_url http://localhost:30000/cache/addrecords?store=%Y
http_retry_statuses 500, 403, 404, 400
http_read_timeout 30
http_open_timeout 30
</match>
--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+unsubscribe@googlegroups.com.
> There were a couple from the 20thSo the ttached sigdump result doesn't contain stopped situation's thread info?> but it still will not flush the buffer to send the log entries to our database.To be clear, in this situation, http_buffered receives new events but it doesn't flush, right?> On the machine I added a $log.debug as the first line in the write method of the http_buffered plugin.Thanks for the explanation.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+unsubscribe@googlegroups.com.