Uses of Class
org.graylog2.rest.models.system.inputs.responses.InputDeleted
Packages that use InputDeleted
Package
Description
-
Uses of InputDeleted in org.graylog2.filters
Methods in org.graylog2.filters with parameters of type InputDeletedModifier and TypeMethodDescriptionvoidExtractorFilter.handleInputDelete(InputDeleted event) voidStaticFieldFilter.handleInputDelete(InputDeleted event) -
Uses of InputDeleted in org.graylog2.inputs
Methods in org.graylog2.inputs with parameters of type InputDeletedModifier and TypeMethodDescriptionvoidInputEventListener.inputDeleted(InputDeleted inputDeletedEvent) -
Uses of InputDeleted in org.graylog2.inputs.persistence
Methods in org.graylog2.inputs.persistence with parameters of type InputDeletedModifier and TypeMethodDescriptionvoidMongoInputStatusService.handleInputDeleted(InputDeleted event) Clean up MongoDB records when Inputs are deleted At the moment, Graylog uses the InputDeleted event both when an Input is stopped and when it is deleted. -
Uses of InputDeleted in org.graylog2.rest.models.system.inputs.responses
Methods in org.graylog2.rest.models.system.inputs.responses that return InputDeleted -
Uses of InputDeleted in org.graylog2.rest.resources.cluster
Methods in org.graylog2.rest.resources.cluster that return types with arguments of type InputDeleted -
Uses of InputDeleted in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs that return InputDeletedMethods in org.graylog2.rest.resources.system.inputs that return types with arguments of type InputDeleted