Modifier and Type | Method and Description |
---|---|
void |
BundleService.applyConfigurationBundle(String bundleId,
User actingUser) |
ConfigurationBundle |
BundleService.load(String bundleId) |
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 patternName) |
Modifier and Type | Method and Description |
---|---|
IndexRange |
IndexRangeService.get(String index) |
IndexRange |
IndexRangeServiceImpl.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) |
Input |
InputServiceImpl.findForThisRadio(String radioId,
String id) |
Input |
InputService.findForThisRadio(String radioId,
String id) |
Input |
InputServiceImpl.findForThisRadioOrGlobal(String radioId,
String id) |
Input |
InputService.findForThisRadioOrGlobal(String radioId,
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) |
Map<String,Object> |
AlarmCallbackResource.get(String streamid) |
Map<String,Object> |
AlarmCallbackResource.get(String streamid,
String alarmCallbackId) |
Modifier and Type | Method and Description |
---|---|
void |
DashboardsResource.delete(String dashboardId) |
Map<String,Object> |
DashboardsResource.get(String dashboardId) |
void |
DashboardsResource.setPositions(String dashboardId,
WidgetPositions uwpr) |
void |
DashboardsResource.update(String dashboardId,
UpdateDashboardRequest cr) |
Modifier and Type | Method and Description |
---|---|
FilterDescription |
BlacklistSourceResource.get(String filterId) |
void |
BlacklistSourceResource.update(String filterId,
FilterDescription filterEntry) |
Modifier and Type | Method and Description |
---|---|
void |
SavedSearchesResource.delete(String searchId) |
Map<String,Object> |
SavedSearchesResource.get(String searchId) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StreamResource.cloneStream(String streamId,
CloneStreamRequest cr) |
void |
StreamResource.delete(String streamId) |
Stream |
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) |
Stream |
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) |
Map<String,Object> |
StreamAlertConditionResource.list(String streamid) |
Map<String,Object> |
StreamAlertResource.list(String streamid,
int sinceTs) |
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) |
GrokPattern |
GrokResource.updatePattern(String patternId,
GrokPattern 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) |
Map<String,Object> |
ExtractorsResource.list(String inputId) |
void |
ExtractorsResource.order(String inputPersistId,
OrderExtractorsRequest oer) |
Map<String,Object> |
ExtractorsResource.single(String inputId,
String extractorId) |
void |
ExtractorsResource.terminate(String inputId,
String extractorId) |
javax.ws.rs.core.Response |
InputsResource.update(InputLaunchRequest lr,
String inputId) |
Map<String,Object> |
ExtractorsResource.update(String inputId,
String extractorId,
CreateExtractorRequest cer) |
Modifier and Type | Method and Description |
---|---|
void |
OutputResource.delete(String outputId) |
OutputSummary |
OutputResource.get(String outputId) |
Modifier and Type | Method and Description |
---|---|
void |
RadiosResource.unregisterInput(String radioId,
String inputId) |
Modifier and Type | Method and Description |
---|---|
SavedSearchImpl |
SavedSearchService.load(String id) |
SavedSearchImpl |
SavedSearchServiceImpl.load(String id) |
Modifier and Type | Method and Description |
---|---|
void |
OutputServiceImpl.destroy(Output output) |
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) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.