Skip to content

Commit

Permalink
Replace references to JDBC plugins with integration plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed Jan 10, 2020
1 parent 8ccb24b commit a6369bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/pluginmanager/prepare_offline_pack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def validate_arguments!
Examples:
bin/logstash-plugin prepare-offline-pack logstash-input-beats
bin/logstash-plugin prepare-offline-pack logstash-filter-jdbc logstash-input-beats
bin/logstash-plugin prepare-offline-pack logstash-filter-kv logstash-input-beats
bin/logstash-plugin prepare-offline-pack logstash-filter-*
bin/logstash-plugin prepare-offline-pack logstash-filter-* logstash-input-beats
Expand Down
16 changes: 10 additions & 6 deletions rakelib/plugins-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@
"skip-list": true
},
"logstash-filter-jdbc_static": {
"default-plugins": true,
"skip-list": false
"default-plugins": false,
"skip-list": true
},
"logstash-filter-jdbc_streaming": {
"default-plugins": true,
"skip-list": false
"default-plugins": false,
"skip-list": true
},
"logstash-filter-json": {
"default-plugins": true,
Expand Down Expand Up @@ -317,8 +317,8 @@
"skip-list": true
},
"logstash-input-jdbc": {
"default-plugins": true,
"skip-list": false
"default-plugins": false,
"skip-list": true
},
"logstash-input-jms": {
"default-plugins": true,
Expand Down Expand Up @@ -402,6 +402,10 @@
"default-plugins": true,
"skip-list": false
},
"logstash-integration-jdbc": {
"default-plugins": true,
"skip-list": false
},
"logstash-integration-kafka": {
"default-plugins": true,
"skip-list": false
Expand Down

0 comments on commit a6369bc

Please sign in to comment.