Skip to content

Commit

Permalink
update to send api version 6
Browse files Browse the repository at this point in the history
Fixes #10518
  • Loading branch information
jakelandis authored and jsvd committed Mar 7, 2019
1 parent bbc58fb commit 7db4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/lib/monitoring/monitoring.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class PipelineRegisterHook
include LogStash::Util::Loggable, LogStash::Helpers::ElasticsearchOptions

PIPELINE_ID = ".monitoring-logstash"
API_VERSION = 2
API_VERSION = 6

def initialize
# nothing to do here
Expand Down

0 comments on commit 7db4fab

Please sign in to comment.