Uses of Interface
org.graylog2.plugin.Plugin
Packages that use Plugin
Package
Description
This package contains the AWS plugin, formerly located at https://github.com/Graylog2/graylog-plugin-aws.
This package contains the Integrations plugin, formerly located at https://github.com/Graylog2/graylog-plugin-integrations.
-
Uses of Plugin in org.graylog.aws
Classes in org.graylog.aws that implement Plugin -
Uses of Plugin in org.graylog.integrations
Classes in org.graylog.integrations that implement Plugin -
Uses of Plugin in org.graylog.plugins.threatintel
Classes in org.graylog.plugins.threatintel that implement Plugin -
Uses of Plugin in org.graylog2.bootstrap
Methods in org.graylog2.bootstrap that return types with arguments of type PluginMethod parameters in org.graylog2.bootstrap with type arguments of type PluginModifier and TypeMethodDescriptionprotected voidCmdLineTool.beforeInjectorCreation(Set<Plugin> plugins) Things that have to run before the guice injector is created.protected voidServerBootstrap.beforeInjectorCreation(Set<Plugin> plugins) -
Uses of Plugin in org.graylog2.commands.journal
Methods in org.graylog2.commands.journal that return types with arguments of type Plugin -
Uses of Plugin in org.graylog2.web
Constructor parameters in org.graylog2.web with type arguments of type PluginModifierConstructorDescriptionPluginAssets(Set<Plugin> plugins, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of Plugin in org.graylog2.web.resources
Constructor parameters in org.graylog2.web.resources with type arguments of type PluginModifierConstructorDescriptionWebInterfaceAssetsResource(IndexHtmlGenerator indexHtmlGenerator, Set<Plugin> plugins, javax.activation.MimetypesFileTypeMap mimeTypes)