Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugins-metadata.json with integration-snmp: set skiplist to false #16137

Merged
merged 1 commit into from
May 17, 2024

Conversation

karenzone
Copy link
Contributor

@karenzone karenzone commented May 3, 2024

Adding integration-snmp to plugins-metadata.json so that it will be picked up for the Logstash Reference plugin docgen

Why?

After the VPR job ran and picked up integration-snmp, I kicked off a docgen for Logstash Reference on main. It didn't pick anything up, and I believe that's because we need this piece added to plugins-metadata.json.

Aligning Logstash Reference (LSR) docgen settings

@jsvd, what changes should I make to input-snmp and input-snmp-trap settings in https://github.com/elastic/logstash/blame/main/rakelib/plugins-metadata.json?
Screen Shot 2024-05-03 at 11 12 35 AM

At 8.15 I believe that we'll want to set the individual plugins to "skip-list": true. Is the current config acceptable in the interim?

@karenzone karenzone added the docs label May 3, 2024
@karenzone karenzone requested review from jsvd and edmocosta May 3, 2024 15:13
@karenzone karenzone self-assigned this May 3, 2024
@@ -433,6 +433,10 @@
"default-plugins": true,
"skip-list": false
},
"logstash-integration-snmp": {
"default-plugins": false,
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 that I'm setting default -> false for now

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

cc @karenzone

Copy link
Member

@jsvd jsvd left a comment

Choose a reason for hiding this comment

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

LGTM

@jsvd
Copy link
Member

jsvd commented May 10, 2024

@jsvd, what changes should I make to input-snmp and input-snmp-trap settings in https://github.com/elastic/logstash/blame/main/rakelib/plugins-metadata.json?

Once we flip the integration to become the default, we should make the individual plugins non default and add them to the skip list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants