| Modifier and Type | Method and Description |
|---|---|
abstract List<CreateStreamRuleRequest> |
CreateStreamRequest.rules() |
| Modifier and Type | Method and Description |
|---|---|
static CreateStreamRequest |
CreateStreamRequest.create(String title,
String description,
List<CreateStreamRuleRequest> rules,
String contentPack,
String matchingType) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamRuleResource.create(String streamId,
CreateStreamRuleRequest cr) |
SingleStreamRuleSummaryResponse |
StreamRuleResource.update(String streamid,
String streamRuleId,
CreateStreamRuleRequest cr) |
SingleStreamRuleSummaryResponse |
StreamRuleResource.updateDeprecated(String streamid,
String streamRuleId,
CreateStreamRuleRequest cr)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateStreamRuleRequest |
CreateStreamRuleRequest.create(int type,
String value,
String field,
boolean inverted,
String description) |
| Modifier and Type | Method and Description |
|---|---|
StreamRule |
StreamRuleService.create(String streamid,
CreateStreamRuleRequest request) |
StreamRule |
StreamRuleServiceImpl.create(String streamid,
CreateStreamRuleRequest cr) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.