| Package | Description |
|---|---|
| org.graylog2.rest.resources.streams | |
| org.graylog2.rest.resources.streams.responses |
| Modifier and Type | Method and Description |
|---|---|
StreamResponse |
StreamResource.get(String streamId) |
StreamResponse |
StreamResource.update(String streamId,
UpdateStreamRequest cr) |
| Modifier and Type | Method and Description |
|---|---|
static StreamResponse |
StreamResponse.create(String id,
String creatorUserId,
Collection<OutputSummary> outputs,
String matchingType,
String description,
String createdAt,
boolean disabled,
Collection<StreamRule> rules,
Collection<AlertConditionSummary> alertConditions,
AlertReceivers alertReceivers,
String title,
String contentPack) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<StreamResponse> |
StreamListResponse.streams() |
| Modifier and Type | Method and Description |
|---|---|
static StreamListResponse |
StreamListResponse.create(long total,
Collection<StreamResponse> streams) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.