Uses of Interface
org.graylog2.inputs.Input
Packages that use Input
Package
Description
-
Uses of Input in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return InputMethods in org.graylog2.contentpacks.facades with parameters of type Input -
Uses of Input in org.graylog2.inputs
Classes in org.graylog2.inputs that implement InputMethods in org.graylog2.inputs that return InputModifier and TypeMethodDescriptionInputService.findForThisNode(String nodeId, String id) InputServiceImpl.findForThisNode(String nodeId, String id) InputService.findForThisNodeOrGlobal(String nodeId, String id) InputServiceImpl.findForThisNodeOrGlobal(String nodeId, String id) Methods in org.graylog2.inputs that return types with arguments of type InputModifier and TypeMethodDescriptionInputService.all()InputServiceImpl.all()InputService.allOfThisNode(String nodeId) InputServiceImpl.allOfThisNode(String nodeId) InputService.findByIds(Collection<String> ids) InputServiceImpl.findByIds(Collection<String> ids) Methods in org.graylog2.inputs with parameters of type InputModifier and TypeMethodDescriptionvoidInputService.addExtractor(Input input, Extractor extractor) voidInputServiceImpl.addExtractor(Input input, Extractor extractor) voidInputService.addStaticField(Input input, String key, String value) voidInputServiceImpl.addStaticField(Input input, String key, String value) InputService.getExtractor(Input input, String extractorId) InputServiceImpl.getExtractor(Input input, String extractorId) InputService.getExtractors(Input input) InputServiceImpl.getExtractors(Input input) InputService.getMessageInput(Input io) InputServiceImpl.getMessageInput(Input io) InputService.getStaticFields(Input input) InputServiceImpl.getStaticFields(Input input) voidInputService.removeExtractor(Input input, String extractorId) voidInputServiceImpl.removeExtractor(Input input, String extractorId) voidInputService.removeStaticField(Input input, String key) voidInputServiceImpl.removeStaticField(Input input, String key) voidInputService.updateExtractor(Input input, Extractor extractor) voidInputServiceImpl.updateExtractor(Input input, Extractor extractor) -
Uses of Input in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs with parameters of type InputModifier and TypeMethodDescriptionprotected InputSummaryAbstractInputsResource.getInputSummary(Input input)