Git Product home page Git Product logo

fluent-plugin-buffer-lightening's People

Contributors

kiyoto avatar tagomoris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fluent-plugin-buffer-lightening's Issues

Is possible that number of records in chunk exceeds buffer_chunk_records_limit?

Hi, I use fluent-plugin-buffer-lightening in https://github.com/mdoi/fluent-plugin-gcloud-pubsub .

Default buffer_chunk_records_limit in fluent-plugin-gcloud-pubsub is 900.
But I encountered a error that the chunk has over 900 records.

Two fluentd are runnning my environment: (1) tail logs and forward another fluentd, (2) send logs to Google Cloud PubSub.

This error seem to occur when buffer chunk is large on fluentd(1).
Is possible that number of records in chunk exceeds buffer_chunk_records_limit?

Error messages is below:

[error]: plugin/out_gcloud_pubsub.rb:60:rescue in write: unexpected error error="3:The value for message_count is too large. You passed 3180 in the request, but the maximum value is 1000."

(1) fluent.conf is below:

<source>
  @type tail
  path /path/to/dummy.log
  pos_file /path/to/dummy.log.pos
  tag test.local
  format ltsv
</source>

<match test.**>
  @type forward
  <server>
    name local-fluentd
    host 127.0.0.1
    port 24225
  </server>
</match>

(2) fluentd.conf is below:

<source>
  @type  forward
  port   24225
</source>

<match test.**>
  @type gcloud_pubsub
  project my-project
  topic my-topic
  key /path/to/key.json
</match>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.