| 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) |
| 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 |
StreamRuleService.create(Map<String,Object> data) |
StreamRule |
StreamRuleServiceImpl.create(Map<String,Object> data) |
StreamRule |
StreamRuleService.create(String streamid,
CreateStreamRuleRequest request) |
StreamRule |
StreamRuleServiceImpl.create(String streamid,
CreateStreamRuleRequest cr) |
StreamRule |
StreamRuleService.load(String id) |
StreamRule |
StreamRuleServiceImpl.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> |
StreamRuleService.loadForStream(Stream stream) |
List<StreamRule> |
StreamRuleServiceImpl.loadForStream(Stream stream) |
List<StreamRule> |
StreamRuleService.loadForStreamId(String streamId) |
List<StreamRule> |
StreamRuleServiceImpl.loadForStreamId(String streamId) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegexMatcher.match(Message msg,
StreamRule rule) |
boolean |
GreaterMatcher.match(Message msg,
StreamRule rule) |
boolean |
FieldPresenceMatcher.match(Message msg,
StreamRule rule) |
boolean |
ExactMatcher.match(Message msg,
StreamRule rule) |
boolean |
SmallerMatcher.match(Message msg,
StreamRule rule) |
boolean |
StreamRuleMatcher.match(Message msg,
StreamRule rule) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.