| Modifier and Type | Method and Description |
|---|---|
Alert |
AlertServiceImpl.load(String alertId,
String streamId) |
Alert |
AlertService.load(String alertId,
String streamId) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleService.applyConfigurationBundle(String bundleId,
User actingUser) |
ConfigurationBundle |
BundleService.load(String bundleId) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeNotFoundException |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardService.load(String id) |
Dashboard |
DashboardServiceImpl.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
FilterDescription |
FilterServiceImpl.load(String filterId) |
FilterDescription |
FilterService.load(String filterId) |
Set<FilterDescription> |
FilterServiceImpl.loadAll() |
Set<FilterDescription> |
FilterService.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
GrokPattern |
GrokPatternServiceImpl.load(String patternId) |
GrokPattern |
GrokPatternService.load(String patternId) |
| Modifier and Type | Method and Description |
|---|---|
IndexRange |
EsIndexRangeService.get(String index)
Deprecated.
|
IndexRange |
MongoIndexRangeService.get(String index) |
IndexRange |
IndexRangeService.get(String index) |
IndexRange |
LegacyMongoIndexRangeService.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 |
|---|---|
javax.ws.rs.core.Response |
AlarmCallbackResource.create(String streamid,
CreateAlarmCallbackRequest cr) |
void |
AlarmCallbackResource.delete(String streamid,
String alarmCallbackId) |
AlarmCallbackListSummary |
AlarmCallbackResource.get(String streamid) |
AlarmCallbackSummary |
AlarmCallbackResource.get(String streamid,
String alarmCallbackId) |
AlarmCallbackHistoryListSummary |
AlarmCallbackHistoryResource.getForAlert(String streamid,
String alertId) |
void |
AlarmCallbackResource.update(String streamid,
String alarmCallbackId,
CreateAlarmCallbackRequest alarmCallbackRequest) |
| Modifier and Type | Method and Description |
|---|---|
AlertListSummary |
AlertResource.listAll(int sinceTs) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DashboardWidgetsResource.addWidget(String dashboardId,
AddWidgetRequest awr) |
void |
DashboardsResource.delete(String dashboardId) |
Map<String,Object> |
DashboardsResource.get(String dashboardId) |
WidgetSummary |
DashboardWidgetsResource.getWidget(String dashboardId,
String widgetId) |
void |
DashboardWidgetsResource.remove(String dashboardId,
String widgetId) |
void |
DashboardsResource.setPositions(String dashboardId,
WidgetPositionsRequest uwpr) |
void |
DashboardsResource.update(String dashboardId,
UpdateDashboardRequest cr) |
void |
DashboardWidgetsResource.updateCacheTime(String dashboardId,
String widgetId,
UpdateWidgetRequest uwr)
Deprecated.
|
void |
DashboardWidgetsResource.updateDescription(String dashboardId,
String widgetId,
UpdateWidgetRequest uwr)
Deprecated.
|
void |
DashboardWidgetsResource.updateWidget(String dashboardId,
String widgetId,
AddWidgetRequest awr) |
Map<String,Object> |
DashboardWidgetsResource.widgetValue(String dashboardId,
String widgetId) |
| Modifier and Type | Method and Description |
|---|---|
FilterDescription |
BlacklistSourceResource.get(String filterId) |
void |
BlacklistSourceResource.update(String filterId,
FilterDescription filterEntry) |
| 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 role) |
| Modifier and Type | Method and Description |
|---|---|
void |
SavedSearchesResource.delete(String searchId) |
Map<String,Object> |
SavedSearchesResource.get(String searchId) |
Map<String,Object> |
SavedSearchesResource.update(String searchId,
CreateSavedSearchRequest cr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamResource.cloneStream(String streamId,
CloneStreamRequest cr) |
void |
StreamResource.delete(String streamId) |
StreamResponse |
StreamResource.get(String streamId) |
StreamListResponse |
StreamResource.getEnabled() |
void |
StreamResource.pause(String streamId) |
void |
StreamResource.resume(String streamId) |
TestMatchResponse |
StreamResource.testMatch(String streamId,
Map<String,Map<String,Object>> serialisedMessage) |
StreamResponse |
StreamResource.update(String streamId,
UpdateStreamRequest cr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamAlertReceiverResource.addReceiver(String streamid,
String entity,
String type) |
Map<String,Object> |
StreamAlertResource.checkConditions(String streamid) |
javax.ws.rs.core.Response |
StreamAlertConditionResource.create(String streamid,
CreateConditionRequest ccr) |
void |
StreamAlertConditionResource.delete(String streamid,
String conditionId) |
AlertConditionListSummary |
StreamAlertConditionResource.list(String streamid) |
AlertListSummary |
StreamAlertResource.list(String streamid,
int sinceTs) |
AlertListSummary |
StreamAlertResource.listPaginated(String streamid,
int skip,
int limit) |
void |
StreamAlertReceiverResource.removeReceiver(String streamid,
String entity,
String type) |
javax.ws.rs.core.Response |
StreamAlertReceiverResource.sendDummyAlert(String streamid) |
void |
StreamAlertConditionResource.update(String streamid,
String conditionid,
CreateConditionRequest ccr) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamOutputResource.add(String streamid,
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,
CreateStreamRuleRequest cr) |
void |
StreamRuleResource.delete(String streamid,
String streamRuleId) |
StreamRuleListResponse |
StreamRuleResource.get(String streamid) |
StreamRule |
StreamRuleResource.get(String streamid,
String streamRuleId) |
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 |
|---|---|
GrokPattern |
GrokResource.listPattern(String patternId) |
void |
GrokResource.removePattern(String patternId) |
IndexRangeSummary |
IndexRangesResource.show(String index) |
GrokPattern |
GrokResource.updatePattern(String patternId,
GrokPatternSummary pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleResource.applyBundle(String bundleId) |
ConfigurationBundle |
BundleResource.exportBundle(ExportBundle exportBundle) |
ConfigurationBundle |
BundleResource.showBundle(String bundleId) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ExtractorsResource.create(String inputId,
CreateExtractorRequest cer) |
javax.ws.rs.core.Response |
StaticFieldsResource.create(String inputId,
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(InputCreateRequest lr,
String inputId) |
ExtractorSummary |
ExtractorsResource.update(String inputId,
String extractorId,
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 |
|---|---|
SavedSearch |
SavedSearchService.load(String id) |
SavedSearch |
SavedSearchServiceImpl.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputServiceImpl.destroy(Output model) |
void |
OutputService.destroy(Output model) |
void |
StreamService.destroy(Stream stream) |
void |
StreamServiceImpl.destroy(Stream stream) |
AlertCondition |
StreamService.getAlertCondition(Stream stream,
String conditionId) |
AlertCondition |
StreamServiceImpl.getAlertCondition(Stream stream,
String conditionId) |
List<StreamRule> |
StreamService.getStreamRules(Stream stream) |
List<StreamRule> |
StreamServiceImpl.getStreamRules(Stream stream) |
Stream |
StreamServiceImpl.load(org.bson.types.ObjectId id) |
Stream |
StreamService.load(String id) |
Output |
OutputServiceImpl.load(String streamOutputId) |
Output |
OutputService.load(String streamOutputId) |
StreamRule |
StreamRuleService.load(String id) |
StreamRule |
StreamRuleServiceImpl.load(String id) |
Stream |
StreamServiceImpl.load(String id) |
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 |
|---|---|
Role |
RoleService.load(String roleName) |
RoleImpl |
RoleServiceImpl.load(String roleName) |
Set<Role> |
RoleService.loadAll() |
Set<Role> |
RoleServiceImpl.loadAll() |
Map<String,Role> |
RoleService.loadAllIdMap() |
Map<String,Role> |
RoleServiceImpl.loadAllIdMap() |
Map<String,Role> |
RoleService.loadAllLowercaseNameMap() |
Map<String,Role> |
RoleServiceImpl.loadAllLowercaseNameMap() |
Role |
RoleService.loadById(String roleId) |
Role |
RoleServiceImpl.loadById(String roleId) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.