Skip to content

Commit

Permalink
Remove pipeline from es-output.conf and add pipeline to ps-latencybg.…
Browse files Browse the repository at this point in the history
…conf
  • Loading branch information
ivukotic committed Jan 29, 2024
1 parent 424218a commit 0b89c42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion configs/es-output.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ output {
document_id => "%{[@metadata][id]}"
}

pipeline { send_to => ["nebraska"] }

}

Expand Down
1 change: 1 addition & 0 deletions configs/ps-latencybg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ filter {

output {
pipeline { send_to => ["es-output"] }
pipeline { send_to => ["nebraska"] }
}

0 comments on commit 0b89c42

Please sign in to comment.