mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
2e3254d832
commit
ec07b43a53
1 changed files with 16 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
},
|
||||
"logstash-codec-java_codec_example": {
|
||||
"default-plugins": false,
|
||||
"skip-list": true
|
||||
},
|
||||
"logstash-codec-json": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
|
@ -139,6 +143,10 @@
|
|||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
},
|
||||
"logstash-filter-java_filter_example": {
|
||||
"default-plugins": false,
|
||||
"skip-list": true
|
||||
},
|
||||
"logstash-filter-jdbc_static": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
|
@ -304,6 +312,10 @@
|
|||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
},
|
||||
"logstash-input-java_input_example": {
|
||||
"default-plugins": false,
|
||||
"skip-list": true
|
||||
},
|
||||
"logstash-input-jdbc": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
|
@ -432,6 +444,10 @@
|
|||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
},
|
||||
"logstash-output-java_output_example": {
|
||||
"default-plugins": false,
|
||||
"skip-list": true
|
||||
},
|
||||
"logstash-output-kafka": {
|
||||
"default-plugins": true,
|
||||
"skip-list": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue