| Modifier and Type | Method and Description |
|---|---|
void |
ExtractorFilter.handleInputDelete(InputDeleted event) |
void |
StaticFieldFilter.handleInputDelete(InputDeleted event) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputEventListener.inputDeleted(InputDeleted inputDeletedEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoInputStatusService.handleInputDeleted(InputDeleted event)
Clean up MongoDB records when Inputs are deleted
At the moment, Graylog uses the InputDeleted event both when an Input is stopped
and when it is deleted.
|
| Modifier and Type | Method and Description |
|---|---|
static InputDeleted |
InputDeleted.create(String id) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Optional<InputDeleted>> |
ClusterInputStatesResource.stop(String inputId) |
| Modifier and Type | Method and Description |
|---|---|
InputDeleted |
InputStatesResource.stop(String inputId) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<InputDeleted> |
RemoteInputStatesResource.stop(String inputId) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.