Skip to content

Commit

Permalink
Throttle elasticsearch messages (kuskoman#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuskoman authored Aug 17, 2023
1 parent 8febf90 commit 1266f78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .docker/logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ input {
}

filter {
ruby {
code => "sleep 0.2"
}

json {
id => "json-filter"
source => "message"
Expand Down

0 comments on commit 1266f78

Please sign in to comment.