| Package | Description |
|---|---|
| org.graylog2.decorators | |
| org.graylog2.plugin.decorators | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorImpl |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
DecoratorServiceImpl.create(String type,
Map<String,Object> config,
int order) |
static Decorator |
DecoratorImpl.create(String type,
Map<String,Object> config,
int order) |
Decorator |
DecoratorService.create(String type,
Map<String,Object> config,
int order) |
static Decorator |
DecoratorImpl.create(String type,
Map<String,Object> config,
Optional<String> stream,
int order) |
Decorator |
DecoratorServiceImpl.create(String type,
Map<String,Object> config,
String stream,
int order) |
Decorator |
DecoratorService.create(String type,
Map<String,Object> config,
String stream,
int order) |
Decorator |
DecoratorServiceImpl.findById(String decoratorId) |
Decorator |
DecoratorService.findById(String decoratorId) |
Decorator |
DecoratorServiceImpl.save(Decorator decorator) |
Decorator |
DecoratorService.save(Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
List<Decorator> |
DecoratorServiceImpl.findAll() |
List<Decorator> |
DecoratorService.findAll() |
List<Decorator> |
DecoratorServiceImpl.findForGlobal() |
List<Decorator> |
DecoratorService.findForGlobal() |
List<Decorator> |
DecoratorServiceImpl.findForStream(String streamId) |
List<Decorator> |
DecoratorService.findForStream(String streamId) |
| Modifier and Type | Method and Description |
|---|---|
FormatStringDecorator |
FormatStringDecorator.Factory.create(Decorator decorator) |
SyslogSeverityMapperDecorator |
SyslogSeverityMapperDecorator.Factory.create(Decorator decorator) |
Decorator |
DecoratorServiceImpl.save(Decorator decorator) |
Decorator |
DecoratorService.save(Decorator decorator) |
| Constructor and Description |
|---|
FormatStringDecorator(Decorator decorator) |
SyslogSeverityMapperDecorator(Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
SearchResponseDecorator |
SearchResponseDecorator.Factory.create(Decorator decorator) |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
DecoratorResource.create(DecoratorImpl decorator) |
Decorator |
DecoratorResource.update(String decoratorId,
DecoratorImpl decorator) |
| Modifier and Type | Method and Description |
|---|---|
List<Decorator> |
DecoratorResource.get() |
Copyright © 2012–2017 Graylog, Inc.. All rights reserved.