Skip to content

Commit

Permalink
PI-2519 Disable Logstash cache for incremental person indexing (#4224)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Sep 12, 2024
1 parent c5843af commit cc894e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ filter {
parameters => { "offender_id" => "%{offenderId}" }
target => "db"
tag_on_default_use => []
use_cache => false
}
prune { whitelist_names => ["offenderId", "db", "tags", "Message"] }
if [db][0][json] {
Expand Down

0 comments on commit cc894e5

Please sign in to comment.