mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Replace references to JDBC plugins with integration plugins
Fixes #11406
This commit is contained in:
parent
3eb5f94f29
commit
f06c5ef806
2 changed files with 11 additions and 7 deletions
|
@ -60,7 +60,7 @@ You need to specify at least one plugin or use a wildcard expression.
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue