| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<MessageSummary> |
EventBacklogService.getMessagesForEvent(EventDto eventDto,
long backlogSize) |
boolean |
DBNotificationGracePeriodService.inGracePeriod(EventDto event,
String notificationId,
long grace) |
| Modifier and Type | Method and Description |
|---|---|
PipelineConnections |
PipelineStreamConnectionsService.load(String streamId) |
RuleDao |
RuleService.load(String id) |
PipelineDao |
PipelineService.load(String id) |
RuleDao |
RuleService.loadByName(String name) |
PipelineDao |
PipelineService.loadByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
PipelineDao |
InMemoryPipelineService.load(String id) |
PipelineConnections |
InMemoryPipelineStreamConnectionsService.load(String streamId) |
RuleDao |
InMemoryRuleService.load(String id) |
PipelineDao |
InMemoryPipelineService.loadByName(String name) |
RuleDao |
InMemoryRuleService.loadByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
PipelineDao |
MongoDbPipelineService.load(String id) |
RuleDao |
MongoDbRuleService.load(String id) |
PipelineConnections |
MongoDbPipelineStreamConnectionsService.load(String streamId) |
PipelineDao |
MongoDbPipelineService.loadByName(String name) |
RuleDao |
MongoDbRuleService.loadByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
PipelineConnections |
PipelineConnectionsResource.connectPipelines(@NotNull PipelineConnections connection) |
Set<PipelineConnections> |
PipelineConnectionsResource.connectStreams(@NotNull PipelineReverseConnections connection) |
void |
RuleResource.delete(String id) |
void |
PipelineResource.delete(String id) |
RuleSource |
RuleResource.get(String id) |
PipelineSource |
PipelineResource.get(String id) |
Set<PipelineConnections> |
PipelineConnectionsResource.getAll() |
PipelineConnections |
PipelineConnectionsResource.getPipelinesForStream(String streamId) |
SimulationResponse |
SimulatorResource.simulate(@NotNull SimulationRequest request) |
PipelineSource |
PipelineResource.update(String id,
@NotNull PipelineSource update) |
RuleSource |
RuleResource.update(String id,
@NotNull RuleSource update) |
| Modifier and Type | Method and Description |
|---|---|
Sidecar |
SidecarService.assignConfiguration(String collectorNodeId,
List<ConfigurationAssignment> assignments) |
| Modifier and Type | Method and Description |
|---|---|
Alert |
AlertServiceImpl.load(String alertId,
String streamId) |
Alert |
AlertService.load(String alertId,
String streamId) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
DecoratorServiceImpl.findById(String decoratorId) |
Decorator |
DecoratorService.findById(String decoratorId) |
| Modifier and Type | Method and Description |
|---|---|
GrokPattern |
MongoDbGrokPatternService.load(String patternId) |
GrokPattern |
InMemoryGrokPatternService.load(String patternId) |
GrokPattern |
GrokPatternService.load(String patternId) |
| Modifier and Type | Method and Description |
|---|---|
IndexRange |
LegacyMongoIndexRangeService.get(String index) |
IndexRange |
IndexRangeService.get(String index) |
IndexRange |
MongoIndexRangeService.get(String index) |
| Modifier and Type | Method and Description |
|---|---|
Input |
InputServiceImpl.find(String id) |
Input |
InputService.find(String id) |
Input |
InputServiceImpl.findForThisNode(String nodeId,
String id) |
Input |
InputService.findForThisNode(String nodeId,
String id) |
Input |
InputServiceImpl.findForThisNodeOrGlobal(String nodeId,
String id) |
Input |
InputService.findForThisNodeOrGlobal(String nodeId,
String id) |
Extractor |
InputServiceImpl.getExtractor(Input input,
String extractorId) |
Extractor |
InputService.getExtractor(Input input,
String extractorId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
NotFoundExceptionMapper.toResponse(NotFoundException exception) |
| Modifier and Type | Method and Description |
|---|---|
AlarmCallbackListSummary |
AlarmCallbacksResource.all() |
javax.ws.rs.core.Response |
StreamAlarmCallbackResource.create(String streamid,
CreateAlarmCallbackRequest originalCr) |
void |
StreamAlarmCallbackResource.delete(String streamid,
String alarmCallbackId) |
AlarmCallbackListSummary |
StreamAlarmCallbackResource.get(String streamid) |
AlarmCallbackSummary |
StreamAlarmCallbackResource.get(String streamid,
String alarmCallbackId) |
AlarmCallbackHistoryListSummary |
AlarmCallbackHistoryResource.getForAlert(String streamid,
String alertId) |
javax.ws.rs.core.Response |
AlarmCallbacksResource.test(String alarmCallbackId) |
void |
StreamAlarmCallbackResource.update(String streamid,
String alarmCallbackId,
CreateAlarmCallbackRequest alarmCallbackRequest) |
| Modifier and Type | Method and Description |
|---|---|
AlertSummary |
AlertResource.get(String alertId) |
AlertListSummary |
AlertResource.listRecent(@Min(value=0L) int sinceTs,
@Min(value=1L) int limit) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RolesResource.addMember(String rolename,
String username,
String body) |
void |
RolesResource.delete(String name) |
RoleMembershipResponse |
RolesResource.getMembers(String name) |
RolesResponse |
RolesResource.listAll() |
RoleResponse |
RolesResource.read(String name) |
javax.ws.rs.core.Response |
RolesResource.removeMember(String rolename,
String username) |
RoleResponse |
RolesResource.update(String name,
RoleResponse roleRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorResource.delete(String decoratorId) |
Decorator |
DecoratorResource.update(String decoratorId,
@Valid @NotNull DecoratorImpl decorator) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamResource.cloneStream(String streamId,
@Valid @NotNull CloneStreamRequest cr,
UserContext userContext) |
void |
StreamResource.delete(String streamId) |
StreamResponse |
StreamResource.get(@NotEmpty String streamId) |
StreamListResponse |
StreamResource.getEnabled() |
void |
StreamResource.pause(@NotEmpty String streamId) |
void |
StreamResource.resume(@NotEmpty String streamId) |
TestMatchResponse |
StreamResource.testMatch(String streamId,
@NotNull Map<String,Map<String,Object>> serialisedMessage) |
StreamResponse |
StreamResource.update(String streamId,
@Valid @NotNull UpdateStreamRequest cr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamAlertResource.addReceiver(String streamId,
String entity,
String type)
Deprecated.
|
Map<String,Object> |
StreamAlertResource.checkConditions(String streamId) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.create(String streamid,
@Valid @NotNull CreateConditionRequest ccr) |
void |
StreamAlertConditionResource.delete(String streamid,
String conditionId) |
AlertConditionSummary |
StreamAlertConditionResource.get(String streamId,
String conditionId) |
AlertConditionListSummary |
StreamAlertConditionResource.list(String streamid) |
AlertListSummary |
StreamAlertResource.list(String streamId,
@Min(value=0L) int sinceTs,
@Min(value=1L) int limit) |
AlertListSummary |
StreamAlertResource.listPaginated(String streamId,
int skip,
int limit,
String state) |
void |
StreamAlertResource.removeReceiver(String streamId,
String entity,
String type)
Deprecated.
|
void |
StreamAlertResource.sendDummyAlert(String streamId) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.testExisting(String streamId,
String conditionId) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.testNew(String streamId,
@Valid @NotNull CreateConditionRequest ccr) |
void |
StreamAlertConditionResource.update(String streamid,
String conditionid,
@Valid @NotNull CreateConditionRequest ccr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamOutputResource.add(String streamid,
@Valid @NotNull AddOutputRequest aor) |
OutputListResponse |
StreamOutputResource.get(String streamid) |
OutputSummary |
StreamOutputResource.get(String streamid,
String outputId) |
void |
StreamOutputResource.remove(String streamid,
String outputId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamRuleResource.create(String streamId,
@Valid @NotNull CreateStreamRuleRequest cr) |
void |
StreamRuleResource.delete(String streamid,
@NotEmpty String streamRuleId) |
StreamRuleListResponse |
StreamRuleResource.get(String streamid) |
StreamRule |
StreamRuleResource.get(String streamid,
String streamRuleId) |
SingleStreamRuleSummaryResponse |
StreamRuleResource.update(String streamid,
String streamRuleId,
@Valid @NotNull CreateStreamRuleRequest cr) |
SingleStreamRuleSummaryResponse |
StreamRuleResource.updateDeprecated(String streamid,
String streamRuleId,
@Valid @NotNull CreateStreamRuleRequest cr)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GrokPattern |
GrokResource.listPattern(String patternId) |
void |
GrokResource.removePattern(String patternId) |
IndexRangeSummary |
IndexRangesResource.show(@NotEmpty String index) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ExtractorsResource.create(String inputId,
@Valid @NotNull CreateExtractorRequest cer) |
javax.ws.rs.core.Response |
StaticFieldsResource.create(String inputId,
@Valid @NotNull CreateStaticFieldRequest csfr) |
void |
StaticFieldsResource.delete(String key,
String inputId) |
InputSummary |
InputsResource.get(String inputId) |
ExtractorSummaryList |
ExtractorsResource.list(String inputId) |
void |
ExtractorsResource.order(String inputPersistId,
OrderExtractorsRequest oer) |
ExtractorSummary |
ExtractorsResource.single(String inputId,
String extractorId) |
InputCreated |
InputStatesResource.start(String inputId) |
InputDeleted |
InputStatesResource.stop(String inputId) |
void |
InputsResource.terminate(String inputId) |
void |
ExtractorsResource.terminate(String inputId,
String extractorId) |
javax.ws.rs.core.Response |
InputsResource.update(@Valid @NotNull InputCreateRequest lr,
String inputId) |
ExtractorSummary |
ExtractorsResource.update(String inputId,
String extractorId,
@Valid @NotNull CreateExtractorRequest cer) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputResource.delete(String outputId) |
OutputSummary |
OutputResource.get(String outputId) |
Output |
OutputResource.update(String outputId,
Map<String,Object> deltas) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputService.destroy(Output model) |
void |
OutputServiceImpl.destroy(Output model) |
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<StreamRule> |
StreamServiceImpl.getStreamRules(Stream stream) |
List<StreamRule> |
StreamService.getStreamRules(Stream stream) |
Stream |
StreamServiceImpl.load(org.bson.types.ObjectId id) |
Stream |
StreamServiceImpl.load(String id) |
StreamRule |
StreamRuleServiceImpl.load(String id) |
StreamRule |
StreamRuleService.load(String id) |
Output |
OutputService.load(String streamOutputId) |
Output |
OutputServiceImpl.load(String streamOutputId) |
Stream |
StreamService.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Role> |
RoleServiceImpl.findIdMap(Set<String> roleIds) |
Map<String,Role> |
RoleService.findIdMap(Set<String> roleIds) |
RoleImpl |
RoleServiceImpl.load(String roleName) |
Role |
RoleService.load(String roleName) |
Map<String,Role> |
RoleServiceImpl.loadAllIdMap() |
Map<String,Role> |
RoleService.loadAllIdMap() |
Map<String,Role> |
RoleServiceImpl.loadAllLowercaseNameMap() |
Map<String,Role> |
RoleService.loadAllLowercaseNameMap() |
Role |
RoleServiceImpl.loadById(String roleId) |
Role |
RoleService.loadById(String roleId) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.