public interface Stream extends Persisted
Modifier and Type | Interface and Description |
---|---|
static class |
Stream.MatchingType |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_STREAM_ID |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap(List<StreamRule> streamRules) |
Map<String,List<String>> |
getAlertReceivers() |
String |
getContentPack() |
String |
getDescription() |
Boolean |
getDisabled() |
IndexSet |
getIndexSet() |
String |
getIndexSetId() |
Stream.MatchingType |
getMatchingType() |
Set<Output> |
getOutputs() |
boolean |
getRemoveMatchesFromDefaultStream() |
List<StreamRule> |
getStreamRules() |
String |
getTitle() |
boolean |
isDefaultStream() |
Boolean |
isPaused() |
void |
setContentPack(String contentPack) |
void |
setDefaultStream(boolean defaultStream) |
void |
setDescription(String description) |
void |
setDisabled(Boolean disabled) |
void |
setIndexSetId(String indexSetId) |
void |
setMatchingType(Stream.MatchingType matchingType) |
void |
setRemoveMatchesFromDefaultStream(boolean removeMatchesFromDefaultStream) |
void |
setTitle(String title) |
asMap, getEmbeddedValidations, getFields, getId, getValidations
static final String DEFAULT_STREAM_ID
String getTitle()
String getDescription()
Boolean getDisabled()
String getContentPack()
void setTitle(String title)
void setDescription(String description)
void setDisabled(Boolean disabled)
void setContentPack(String contentPack)
void setMatchingType(Stream.MatchingType matchingType)
Boolean isPaused()
Map<String,Object> asMap(List<StreamRule> streamRules)
List<StreamRule> getStreamRules()
Stream.MatchingType getMatchingType()
boolean isDefaultStream()
void setDefaultStream(boolean defaultStream)
boolean getRemoveMatchesFromDefaultStream()
void setRemoveMatchesFromDefaultStream(boolean removeMatchesFromDefaultStream)
IndexSet getIndexSet()
String getIndexSetId()
void setIndexSetId(String indexSetId)
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.