Package | Description |
---|---|
org.graylog2.plugin.streams | |
org.graylog2.rest.resources.streams.responses | |
org.graylog2.rest.resources.streams.rules | |
org.graylog2.streams | |
org.graylog2.streams.matchers |
Modifier and Type | Method and Description |
---|---|
List<StreamRule> |
Stream.getStreamRules() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
Stream.asMap(List<StreamRule> streamRules) |
Modifier and Type | Method and Description |
---|---|
abstract Collection<StreamRule> |
StreamResponse.rules() |
abstract Collection<StreamRule> |
StreamRuleListResponse.streamRules() |
Modifier and Type | Method and Description |
---|---|
static StreamRuleListResponse |
StreamRuleListResponse.create(int total,
Collection<StreamRule> streamRules) |
static StreamResponse |
StreamResponse.create(String id,
String creatorUserId,
Collection<OutputSummary> outputs,
String matchingType,
String description,
String createdAt,
boolean disabled,
Collection<StreamRule> rules,
Collection<AlertConditionSummary> alertConditions,
AlertReceivers alertReceivers,
String title,
String contentPack,
Boolean isDefault,
Boolean removeMatchesFromDefaultStream,
String indexSetId) |
Modifier and Type | Method and Description |
---|---|
StreamRule |
StreamRuleResource.get(String streamid,
String streamRuleId) |
Modifier and Type | Class and Description |
---|---|
class |
StreamRuleImpl
Representing the rules of a single stream.
|
Modifier and Type | Method and Description |
---|---|
StreamRule |
StreamRuleServiceImpl.create(Map<String,Object> data) |
StreamRule |
StreamRuleService.create(Map<String,Object> data) |
StreamRule |
StreamRuleServiceImpl.create(String streamId,
CreateStreamRuleRequest cr) |
StreamRule |
StreamRuleService.create(String streamId,
CreateStreamRuleRequest request) |
StreamRule |
StreamRuleServiceImpl.load(String id) |
StreamRule |
StreamRuleService.load(String id) |
Modifier and Type | Method and Description |
---|---|
Map<StreamRule,Boolean> |
StreamRouterEngine.StreamTestMatch.getMatches() |
List<StreamRule> |
StreamImpl.getStreamRules() |
List<StreamRule> |
StreamService.getStreamRules(Stream stream) |
List<StreamRule> |
StreamServiceImpl.getStreamRules(Stream stream) |
List<StreamRule> |
StreamRuleServiceImpl.loadForStream(Stream stream) |
List<StreamRule> |
StreamRuleService.loadForStream(Stream stream) |
List<StreamRule> |
StreamRuleServiceImpl.loadForStreamId(String streamId) |
List<StreamRule> |
StreamRuleService.loadForStreamId(String streamId) |
Map<String,List<StreamRule>> |
StreamRuleServiceImpl.loadForStreamIds(Collection<String> streamIds) |
Map<String,List<StreamRule>> |
StreamRuleService.loadForStreamIds(Collection<String> streamIds) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
StreamImpl.asMap(List<StreamRule> streamRules) |
Constructor and Description |
---|
StreamImpl(org.bson.types.ObjectId id,
Map<String,Object> fields,
List<StreamRule> streamRules,
Set<Output> outputs,
IndexSet indexSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
AlwaysMatcher.match(Message msg,
StreamRule rule) |
boolean |
FieldPresenceMatcher.match(Message msg,
StreamRule rule) |
boolean |
RegexMatcher.match(Message msg,
StreamRule rule) |
boolean |
GreaterMatcher.match(Message msg,
StreamRule rule) |
boolean |
SmallerMatcher.match(Message msg,
StreamRule rule) |
boolean |
ExactMatcher.match(Message msg,
StreamRule rule) |
boolean |
ContainsMatcher.match(Message msg,
StreamRule rule) |
boolean |
StreamRuleMatcher.match(Message msg,
StreamRule rule) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.