| Modifier and Type | Method and Description |
|---|---|
Set<Stream> |
MoreSearch.loadStreams(Set<String> streamIds) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
StreamCacheService.getById(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Stream> |
StreamCacheService.getByName(String name) |
| Constructor and Description |
|---|
RemoveFromStream(StreamCacheService streamCacheService,
javax.inject.Provider<Stream> defaultStreamProvider) |
RouteToStream(StreamCacheService streamCacheService,
javax.inject.Provider<Stream> defaultStreamProvider) |
| Constructor and Description |
|---|
IndexRangeContainsOneOfStreams(Set<Stream> validStreams) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailAlarmCallback.call(Stream stream,
AlertCondition.CheckResult result) |
void |
HTTPAlarmCallback.call(Stream stream,
AlertCondition.CheckResult result) |
List<AlarmCallbackConfiguration> |
AlarmCallbackConfigurationService.getForStream(Stream stream) |
List<AlarmCallbackConfiguration> |
AlarmCallbackConfigurationServiceImpl.getForStream(Stream stream) |
| Modifier and Type | Field and Description |
|---|---|
protected Stream |
AbstractAlertCondition.stream |
| Modifier and Type | Method and Description |
|---|---|
Stream |
AbstractAlertCondition.getStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AlertScanner.checkAlertCondition(Stream stream,
AlertCondition alertCondition) |
AlertCondition |
AlertConditionFactory.createAlertCondition(String type,
Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorId,
Map<String,Object> parameters,
String title) |
AlertCondition |
AlertServiceImpl.fromPersisted(Map<String,Object> fields,
Stream stream) |
AlertCondition |
AlertService.fromPersisted(Map<String,Object> conditionFields,
Stream stream) |
AlertCondition |
AlertServiceImpl.fromRequest(CreateConditionRequest ccr,
Stream stream,
String userId) |
AlertCondition |
AlertService.fromRequest(CreateConditionRequest ccr,
Stream stream,
String userId) |
void |
AlertNotificationsSender.send(AlertCondition.CheckResult result,
Stream stream,
Alert alert,
AlertCondition alertCondition) |
void |
FormattedEmailAlertSender.sendEmails(Stream stream,
EmailRecipients recipients,
AlertCondition.CheckResult checkResult) |
void |
AlertSender.sendEmails(Stream stream,
EmailRecipients recipients,
AlertCondition.CheckResult checkResult) |
void |
FormattedEmailAlertSender.sendEmails(Stream stream,
EmailRecipients recipients,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
void |
AlertSender.sendEmails(Stream stream,
EmailRecipients recipients,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
| Constructor and Description |
|---|
AbstractAlertCondition(Stream stream,
String id,
String type,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
| Modifier and Type | Method and Description |
|---|---|
FieldContentValueAlertCondition |
FieldContentValueAlertCondition.Factory.create(Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
FieldValueAlertCondition |
FieldValueAlertCondition.Factory.create(Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
MessageCountAlertCondition |
MessageCountAlertCondition.Factory.create(Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
| Constructor and Description |
|---|
DummyAlertCondition(Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
FieldContentValueAlertCondition(Searches searches,
Configuration configuration,
Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
FieldValueAlertCondition(Searches searches,
Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
MessageCountAlertCondition(Searches searches,
Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
DefaultStreamProvider.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStreamProvider.setDefaultStream(Stream defaultStream) |
| Modifier and Type | Method and Description |
|---|---|
NativeEntity<Stream> |
StreamFacade.createNativeEntity(Entity entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities,
String username) |
Optional<NativeEntity<Stream>> |
StreamFacade.findExisting(Entity entity,
Map<String,ValueReference> parameters) |
Optional<NativeEntity<Stream>> |
StreamFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityExcerpt |
StreamFacade.createExcerpt(Stream stream) |
void |
StreamFacade.delete(Stream nativeEntity) |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkOutput |
BenchmarkOutput.Factory.create(Stream stream,
Configuration configuration) |
LoggingOutput |
LoggingOutput.Factory.create(Stream stream,
Configuration configuration) |
GelfOutput |
GelfOutput.Factory.create(Stream stream,
Configuration configuration) |
ElasticSearchOutput |
ElasticSearchOutput.Factory.create(Stream stream,
Configuration configuration) |
MessageOutput |
MessageOutputFactory.fromStreamOutput(Output output,
Stream stream,
Configuration configuration) |
protected Set<MessageOutput> |
OutputRouter.getMessageOutputsForStream(Stream stream) |
MessageOutput |
OutputRegistry.getOutputForIdAndStream(String id,
Stream stream) |
protected MessageOutput |
OutputRegistry.launchOutput(Output output,
Stream stream) |
Callable<MessageOutput> |
OutputRegistry.loadForIdAndStream(String id,
Stream stream) |
| Constructor and Description |
|---|
BenchmarkOutput(com.codahale.metrics.MetricRegistry metricRegistry,
MessageQueueAcknowledger messageQueueAcknowledger,
Stream stream,
Configuration configuration) |
DiscardMessageOutput(MessageQueueAcknowledger messageQueueAcknowledger,
com.codahale.metrics.MetricRegistry metricRegistry,
Stream stream,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Set<Stream> |
Message.getStreams()
Get the streams this message is currently routed to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addStream(Stream stream)
Assign the given stream to this message.
|
boolean |
Message.removeStream(Stream stream)
Remove the stream assignment from this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addStreams(Iterable<Stream> newStreams)
Assign all of the streams to this message.
|
void |
Message.setStreams(List<Stream> streams)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
AlertCondition.getStream() |
| Modifier and Type | Method and Description |
|---|---|
AlertCondition |
AlertCondition.Factory.create(Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmCallback.call(Stream stream,
AlertCondition.CheckResult result) |
| Modifier and Type | Method and Description |
|---|---|
T |
MessageOutput.Factory2.create(Output output,
Stream stream,
Configuration configuration) |
T |
MessageOutput.Factory.create(Stream stream,
Configuration configuration) |
| Constructor and Description |
|---|
ProcessBufferProcessor(com.codahale.metrics.MetricRegistry metricRegistry,
OrderedMessageProcessors orderedMessageProcessors,
OutputBuffer outputBuffer,
ProcessingStatusRecorder processingStatusRecorder,
de.huxhorn.sulky.ulid.ULID ulid,
DecodingProcessor decodingProcessor,
com.google.inject.Provider<Stream> defaultStreamProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamImpl
Representing a single stream from the streams collection.
|
| Modifier and Type | Method and Description |
|---|---|
Stream |
StreamServiceImpl.create(CreateStreamRequest cr,
String userId) |
Stream |
StreamService.create(CreateStreamRequest request,
String userId) |
Stream |
StreamServiceImpl.create(Map<String,Object> fields) |
Stream |
StreamService.create(Map<String,Object> fields) |
Stream |
StreamRouterEngine.StreamTestMatch.getStream() |
Stream |
StreamServiceImpl.load(org.bson.types.ObjectId id) |
Stream |
StreamServiceImpl.load(String id) |
Stream |
StreamService.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
StreamRouterEngine.getStreams()
Returns the list of streams that are processed by the engine.
|
List<Stream> |
StreamServiceImpl.loadAll() |
List<Stream> |
StreamService.loadAll() |
List<Stream> |
StreamServiceImpl.loadAll(Map<String,Object> additionalQueryOpts) |
List<Stream> |
StreamServiceImpl.loadAllEnabled() |
List<Stream> |
StreamService.loadAllEnabled() |
List<Stream> |
StreamServiceImpl.loadAllEnabled(Map<String,Object> additionalQueryOpts) |
List<Stream> |
StreamServiceImpl.loadAllWithConfiguredAlertConditions() |
List<Stream> |
StreamService.loadAllWithConfiguredAlertConditions() |
List<Stream> |
StreamServiceImpl.loadAllWithIndexSet(String indexSetId) |
List<Stream> |
StreamService.loadAllWithIndexSet(String indexSetId) |
Set<Stream> |
StreamServiceImpl.loadByIds(Collection<String> streamIds) |
Set<Stream> |
StreamService.loadByIds(Collection<String> streamIds) |
List<Stream> |
StreamRouterEngine.match(Message message)
Returns a list of matching streams for the given message.
|
List<Stream> |
StreamRouter.route(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamServiceImpl.addAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamService.addAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamServiceImpl.addAlertReceiver(Stream stream,
String type,
String name) |
void |
StreamService.addAlertReceiver(Stream stream,
String type,
String name)
Deprecated.
|
void |
StreamServiceImpl.addOutput(Stream stream,
Output output) |
void |
StreamService.addOutput(Stream stream,
Output output) |
void |
StreamServiceImpl.destroy(Stream stream) |
void |
StreamService.destroy(Stream stream) |
AlertCondition |
StreamServiceImpl.getAlertCondition(Stream stream,
String conditionId) |
AlertCondition |
StreamService.getAlertCondition(Stream stream,
String conditionId) |
List<AlertCondition> |
StreamServiceImpl.getAlertConditions(Stream stream) |
List<AlertCondition> |
StreamService.getAlertConditions(Stream stream) |
List<StreamRule> |
StreamServiceImpl.getStreamRules(Stream stream) |
List<StreamRule> |
StreamService.getStreamRules(Stream stream) |
List<StreamRule> |
StreamRuleServiceImpl.loadForStream(Stream stream) |
List<StreamRule> |
StreamRuleService.loadForStream(Stream stream) |
void |
StreamServiceImpl.pause(Stream stream) |
void |
StreamService.pause(Stream stream) |
void |
StreamFaultManager.registerFailure(Stream stream) |
void |
StreamServiceImpl.removeAlertCondition(Stream stream,
String conditionId) |
void |
StreamService.removeAlertCondition(Stream stream,
String conditionId) |
void |
StreamServiceImpl.removeAlertReceiver(Stream stream,
String type,
String name) |
void |
StreamService.removeAlertReceiver(Stream stream,
String type,
String name)
Deprecated.
|
void |
StreamServiceImpl.removeOutput(Stream stream,
Output output) |
void |
StreamService.removeOutput(Stream stream,
Output output) |
void |
StreamServiceImpl.resume(Stream stream) |
void |
StreamService.resume(Stream stream) |
String |
StreamServiceImpl.save(Stream stream) |
String |
StreamService.save(Stream stream) |
String |
StreamServiceImpl.saveWithRulesAndOwnership(Stream stream,
Collection<StreamRule> streamRules,
User user) |
String |
StreamService.saveWithRulesAndOwnership(Stream stream,
Collection<StreamRule> streamRules,
User user) |
void |
StreamServiceImpl.update(Stream stream,
String title,
String description) |
void |
StreamServiceImpl.updateAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamService.updateAlertCondition(Stream stream,
AlertCondition condition) |
| Modifier and Type | Method and Description |
|---|---|
StreamRouterEngine |
StreamRouterEngine.Factory.create(List<Stream> streams,
ExecutorService executorService) |
| Constructor and Description |
|---|
StreamTestMatch(Stream stream) |
| Constructor and Description |
|---|
StreamListFingerprint(List<Stream> streams) |
StreamRouterEngine(List<Stream> streams,
ExecutorService executorService,
StreamFaultManager streamFaultManager,
StreamMetrics streamMetrics,
javax.inject.Provider<Stream> defaultStreamProvider) |
StreamRouterEngine(List<Stream> streams,
ExecutorService executorService,
StreamFaultManager streamFaultManager,
StreamMetrics streamMetrics,
javax.inject.Provider<Stream> defaultStreamProvider) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.