fluent-plugin-beats icon indicating copy to clipboard operation
fluent-plugin-beats copied to clipboard

Fluentd plugin for Elastic beats

Results 11 fluent-plugin-beats issues
Sort by recently updated
recently updated
newest added

I used the tag in the form of a map, but the following warn occurred. We have a config: ``` @type beats tag ${record['level']} ``` **/var/log/td-agent/td-agent.log** ``` 2020-09-17 15:34:24 +0900...

We have a simple config: ``` workers 4 @type beats bind 127.0.0.1 ``` But running top I see load on the only one worker. It hits 100% CPU consuming and...

Hi configured beats plugin in td-agent.conf file and when trying to start the td-agent , it is throwing below error , Configuration : @type beats metadata_as_tag Error in td-log :...

We got the following error when sending messages from filebeat to fluentd: ``` unexpected error error="undefined method `[]=' for nil:NilClass" ``` With the traceback: ``` /var/lib/gems/2.3.0/gems/fluent-plugin-beats-0.1.2/lib/fluent/plugin/in_beats.rb:103:in `block (3 levels) in...

**Framework** filebeat --> kafka --> fluentd --> elasticsearch **Describe the problem** filebeat comes with an array of **tags**, but fluentd doesn't filter out! The filter in logstash is ``` mutate...

Hey, I ran into few errors while setting up filebeat to fluentd. errors: ``` #0 unexpected error error="invalid stored block lengths" 2019-06-27 18:22:06 +0000 [error]: #0 /opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/fluent-plugin-beats-1.1.0/lib/lumberjack/beats/server.rb:300:in `inflate' 2019-06-27 18:22:06...

I have multiple filebeat instances to send logs to td agent. Once i enable fluent-plugin-beats with following configuration, i observe a unexpected error error="Resource temporarily unavailable" in td-agent log. ruby...

When network issues occur while using td-agent with the fluent-plugin-beats plugin, it stops sending data, throwing the below exception(s) and stacktrace several times. This is, ofcourse, expected behaviour, more so...

Hi, According to [the docs](https://docs.fluentd.org/v0.12/articles/plugin-development#error-stream), we should be emitting routing errors via `emit_error_event`. I've noticed that once FluentD hits an error, it doesn't ship it to the output, and it...

Is there any way to specify CA certificate and key so that fluent-plugin-beats can verify the clients? We don't want to accept logs from any client with self-signed certificate. We...