Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Aug 2, 2024
1 parent 78556fd commit 4e9c558
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
1 change: 0 additions & 1 deletion Dockerfile.ps_collector
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ COPY configs/ps-throughput.conf /usr/share/logstash/configs/ps-throughput.conf
COPY configs/ps-trace.conf /usr/share/logstash/configs/ps-trace.conf
COPY configs/ps-intake.conf /usr/share/logstash/configs/ps-intake.conf
COPY configs/es-output.conf /usr/share/logstash/configs/es-output.conf
COPY configs/es-output-ds.conf /usr/share/logstash/configs/es-output-ds.conf
COPY configs/nebraska.conf /usr/share/logstash/configs/nebraska.conf
COPY configs/ps-debug.conf /usr/share/logstash/configs/ps-debug.conf

Expand Down
46 changes: 0 additions & 46 deletions configs/es-output-ds.conf

This file was deleted.

9 changes: 2 additions & 7 deletions configs/ps-latencybg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ filter {

mutate{
add_field => { "[@metadata][type]" => "ps_packetloss_write" }
add_field => {"target_index" => "ps_packetloss_write"}
}

# duplicate
Expand Down Expand Up @@ -52,10 +51,6 @@ filter {
}

output {
if [@metadata][type] == "ps_packetloss_write" {
pipeline { send_to => ["es-output-ds"] }
} else {
pipeline { send_to => ["es-output"] }
pipeline { send_to => ["nebraska"] }
}
pipeline { send_to => ["es-output"] }
pipeline { send_to => ["nebraska"] }
}
3 changes: 0 additions & 3 deletions pipelines/ps-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
- pipeline.id: es-output
path.config: "/usr/share/logstash/configs/es-output.conf"
pipeline.workers: 1
- pipeline.id: es-output-ds
path.config: "/usr/share/logstash/configs/es-output-ds.conf"
pipeline.workers: 1
- pipeline.id: nebraska
path.config: "/usr/share/logstash/configs/nebraska.conf"
pipeline.workers: 1
Expand Down

0 comments on commit 4e9c558

Please sign in to comment.