You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script used to run minimal compatibility test of plugins against a Logstash version, introduced with #15018, uses an hardcoded list of plugins divided by tiers.
Leverage a common and public dictionary of bundled plugins, to test against. For example the file plugins-metadata.json could be a good start, selecting all plugins marked with default-plugins: true.
The text was updated successfully, but these errors were encountered:
The script used to run minimal compatibility test of plugins against a Logstash version, introduced with #15018, uses an hardcoded list of plugins divided by tiers.
Leverage a common and public dictionary of bundled plugins, to test against. For example the file plugins-metadata.json could be a good start, selecting all plugins marked with
default-plugins: true
.The text was updated successfully, but these errors were encountered: