mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
5a8cef4e8f
commit
1cf8a7b8d4
2 changed files with 10 additions and 6 deletions
|
@ -45,7 +45,7 @@ describe "CLI > logstash-plugin remove" do
|
|||
|
||||
expect(execute.exit_code).to eq(1)
|
||||
expect(execute.stderr_and_stdout).to match(/Failed to remove "logstash-codec-json"/)
|
||||
expect(execute.stderr_and_stdout).to match(/logstash-input-kafka/) # one of the dependency
|
||||
expect(execute.stderr_and_stdout).to match(/logstash-integration-kafka/) # one of the dependency
|
||||
expect(execute.stderr_and_stdout).to match(/logstash-output-udp/) # one of the dependency
|
||||
|
||||
presence_check = @logstash_plugin.list("logstash-codec-json")
|
||||
|
@ -78,7 +78,7 @@ describe "CLI > logstash-plugin remove" do
|
|||
|
||||
expect(execute.exit_code).to eq(1)
|
||||
expect(execute.stderr_and_stdout).to match(/Failed to remove "logstash-codec-json"/)
|
||||
expect(execute.stderr_and_stdout).to match(/logstash-input-kafka/) # one of the dependency
|
||||
expect(execute.stderr_and_stdout).to match(/logstash-integration-kafka/) # one of the dependency
|
||||
expect(execute.stderr_and_stdout).to match(/logstash-output-udp/) # one of the dependency
|
||||
|
||||
presence_check = @logstash_plugin.list("logstash-codec-json")
|
||||
|
|
|
@ -329,8 +329,8 @@
|
|||
"skip-list": true
|
||||
},
|
||||
"logstash-input-kafka": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
"default-plugins": false,
|
||||
"skip-list": true
|
||||
},
|
||||
"logstash-input-log4j2": {
|
||||
"default-plugins": false,
|
||||
|
@ -402,6 +402,10 @@
|
|||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
},
|
||||
"logstash-integration-kafka": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
},
|
||||
"logstash-integration-rabbitmq": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
|
@ -453,8 +457,8 @@
|
|||
"skip-list": true
|
||||
},
|
||||
"logstash-output-kafka": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
"default-plugins": false,
|
||||
"skip-list": true
|
||||
},
|
||||
"logstash-output-logentries": {
|
||||
"default-plugins": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue