Uses of Class
org.graylog.plugins.sidecar.services.CollectorService
Packages that use CollectorService
Package
Description
-
Uses of CollectorService in org.graylog.plugins.sidecar.filter
Constructors in org.graylog.plugins.sidecar.filter with parameters of type CollectorServiceModifierConstructorDescriptionCollectorAdministrationFilter(CollectorService collectorService, String collectorId) -
Uses of CollectorService in org.graylog.plugins.sidecar.migrations
Constructors in org.graylog.plugins.sidecar.migrations with parameters of type CollectorServiceModifierConstructorDescriptionV20180212165000_AddDefaultCollectors(HttpConfiguration httpConfiguration, CollectorService collectorService, ConfigurationVariableService configurationVariableService, ConfigurationService configurationService, MongoConnection mongoConnection, ClusterConfigService clusterConfigService) -
Uses of CollectorService in org.graylog.plugins.sidecar.rest.resources
Constructors in org.graylog.plugins.sidecar.rest.resources with parameters of type CollectorServiceModifierConstructorDescriptionAdministrationResource(SidecarService sidecarService, ConfigurationService configurationService, CollectorService collectorService, ActionService actionService, AdministrationFiltersFactory administrationFiltersFactory, ClusterConfigService clusterConfigService, SidecarStatusMapper sidecarStatusMapper) CollectorResource(CollectorService collectorService, ConfigurationService configurationService, EtagService etagService) ConfigurationResource(ConfigurationService configurationService, SidecarService sidecarService, EtagService etagService, CollectorService collectorService) -
Uses of CollectorService in org.graylog.plugins.sidecar.services
Constructors in org.graylog.plugins.sidecar.services with parameters of type CollectorServiceModifierConstructorDescriptionSidecarService(CollectorService collectorService, ConfigurationService configurationService, MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, NotificationService notificationService, NotificationSystemEventPublisher notificationSystemEventPublisher, jakarta.validation.Validator validator) -
Uses of CollectorService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type CollectorServiceModifierConstructorDescriptionSidecarCollectorFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, CollectorService collectorService)