Uses of Interface
org.graylog2.plugin.streams.StreamRule
Packages that use StreamRule
Package
Description
-
Uses of StreamRule in org.graylog2.plugin.streams
Methods in org.graylog2.plugin.streams that return types with arguments of type StreamRuleMethod parameters in org.graylog2.plugin.streams with type arguments of type StreamRule -
Uses of StreamRule in org.graylog2.rest.resources.streams.responses
Methods in org.graylog2.rest.resources.streams.responses that return types with arguments of type StreamRuleModifier and TypeMethodDescriptionabstract Collection<StreamRule>StreamResponse.rules()abstract Collection<StreamRule>StreamRuleListResponse.streamRules()Method parameters in org.graylog2.rest.resources.streams.responses with type arguments of type StreamRuleModifier and TypeMethodDescriptionstatic StreamRuleListResponseStreamRuleListResponse.create(int total, Collection<StreamRule> streamRules) -
Uses of StreamRule in org.graylog2.rest.resources.streams.rules
Methods in org.graylog2.rest.resources.streams.rules that return StreamRuleModifier and TypeMethodDescription -
Uses of StreamRule in org.graylog2.streams
Classes in org.graylog2.streams that implement StreamRuleMethods in org.graylog2.streams that return StreamRuleModifier and TypeMethodDescriptionStreamRuleService.copy(String streamId, StreamRule streamRule) StreamRuleServiceImpl.copy(String streamId, StreamRule streamRule) StreamRuleService.create(String streamId, CreateStreamRuleRequest request) StreamRuleServiceImpl.create(String streamId, CreateStreamRuleRequest cr) Methods in org.graylog2.streams that return types with arguments of type StreamRuleModifier and TypeMethodDescriptionStreamRouterEngine.StreamTestMatch.getMatches()StreamImpl.getStreamRules()StreamRuleService.loadForStream(Stream stream) StreamRuleServiceImpl.loadForStream(Stream stream) StreamRuleService.loadForStreamId(String streamId) StreamRuleServiceImpl.loadForStreamId(String streamId) StreamRuleService.loadForStreamIds(Collection<String> streamIds) StreamRuleServiceImpl.loadForStreamIds(Collection<String> streamIds) abstract Collection<StreamRule>StreamDTO.rules()Methods in org.graylog2.streams with parameters of type StreamRuleModifier and TypeMethodDescriptionStreamRuleService.copy(String streamId, StreamRule streamRule) StreamRuleServiceImpl.copy(String streamId, StreamRule streamRule) intStreamRuleService.destroy(StreamRule streamRule) intStreamRuleServiceImpl.destroy(StreamRule streamRule) StreamRuleService.save(StreamRule streamRule) StreamRuleServiceImpl.save(StreamRule streamRule) Method parameters in org.graylog2.streams with type arguments of type StreamRuleModifier and TypeMethodDescriptionStreamImpl.asMap(List<StreamRule> streamRules) abstract StreamDTO.BuilderStreamDTO.Builder.rules(Collection<StreamRule> rules) StreamRuleService.save(Collection<StreamRule> streamRules) StreamRuleServiceImpl.save(Collection<StreamRule> streamRules) StreamService.saveWithRulesAndOwnership(Stream stream, Collection<StreamRule> streamRules, User user) StreamServiceImpl.saveWithRulesAndOwnership(Stream stream, Collection<StreamRule> streamRules, User user) Constructor parameters in org.graylog2.streams with type arguments of type StreamRuleModifierConstructorDescriptionStreamImpl(org.bson.types.ObjectId id, Map<String, Object> fields, List<StreamRule> streamRules, Set<Output> outputs, IndexSet indexSet) -
Uses of StreamRule in org.graylog2.streams.matchers
Methods in org.graylog2.streams.matchers with parameters of type StreamRuleModifier and TypeMethodDescriptionbooleanAlwaysMatcher.match(Message msg, StreamRule rule) booleanContainsMatcher.match(Message msg, StreamRule rule) booleanExactMatcher.match(Message msg, StreamRule rule) booleanFieldPresenceMatcher.match(Message msg, StreamRule rule) booleanGreaterMatcher.match(Message msg, StreamRule rule) booleanInputMatcher.match(Message msg, StreamRule rule) booleanRegexMatcher.match(Message msg, StreamRule rule) booleanSmallerMatcher.match(Message msg, StreamRule rule) booleanStreamRuleMatcher.match(Message msg, StreamRule rule)