Skip to content

Commit

Permalink
Merge 5f5333c into 0762b3f
Browse files Browse the repository at this point in the history
  • Loading branch information
tonobo committed Mar 6, 2024
2 parents 0762b3f + 5f5333c commit 89c7342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/fluent/plugin/out_opensearch_data_stream.rb
Expand Up @@ -201,6 +201,8 @@ def write(chunk)
end
end

return if bulk_message.to_s.empty?

params = {
index: data_stream_name,
body: bulk_message
Expand Down

0 comments on commit 89c7342

Please sign in to comment.