Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions rakelib/plugins-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,14 @@
"default-plugins": true,
"skip-list": false
},
"logstash-integration-internal": {
"default-plugins": false,
"skip-list": true
},
"logstash-integration-zeromq": {
"default-plugins": false,
"skip-list": true
},
Comment on lines +444 to +451
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self @karenzone: Currently these two plugins are being skipped because of logic in docs tooling. I'm merging these changes to the skiplist now, even though necessary changes in docs tooling are still under consideration.

"logstash-input-cloudwatch": {
"default-plugins": false,
"skip-list": true
Expand Down