Package | Description |
---|---|
org.graylog2.rest.resources.system.outputs | |
org.graylog2.streams | |
org.graylog2.streams.outputs |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
OutputResource.create(CreateOutputRequest csor) |
Modifier and Type | Method and Description |
---|---|
Output |
OutputServiceImpl.create(CreateOutputRequest request,
String userId) |
Output |
OutputService.create(CreateOutputRequest request,
String userId) |
Modifier and Type | Method and Description |
---|---|
static CreateOutputRequest |
CreateOutputRequest.create(String title,
String type,
Map<String,Object> configuration,
Set<String> streams) |
static CreateOutputRequest |
CreateOutputRequest.create(String title,
String type,
Map<String,Object> configuration,
Set<String> streams,
String contentPack) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.