| Package | Description |
|---|---|
| org.graylog.plugins.map.geoip | |
| org.graylog2.lookup | |
| org.graylog2.lookup.adapters | |
| org.graylog2.plugin.inject | |
| org.graylog2.plugin.lookup |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxmindDataAdapter |
| Modifier and Type | Method and Description |
|---|---|
abstract LookupDataAdapter |
LookupTable.dataAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<LookupDataAdapter> |
LookupTableService.getDataAdapters(Set<String> adapterNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupDataAdapterRefreshService.add(LookupDataAdapter dataAdapter)
Add the given
LookupDataAdapter to the refresh service. |
abstract LookupTable.Builder |
LookupTable.Builder.dataAdapter(LookupDataAdapter dataAdapter) |
LookupDataAdapterRefreshService.Listener |
LookupDataAdapterRefreshService.newServiceListener(LookupDataAdapter adapter)
Returns a new
Service.Listener to add and remove the given data adapter to the refresh service. |
void |
LookupDataAdapterRefreshService.remove(LookupDataAdapter dataAdapter)
Remove the given
LookupDataAdapter from the refresh service. |
| Constructor and Description |
|---|
CachePurge(ConcurrentMap<String,LookupTable> tables,
LookupDataAdapter adapter) |
Listener(LookupDataAdapterRefreshService refreshService,
LookupDataAdapter adapter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVFileDataAdapter |
class |
DnsLookupDataAdapter |
class |
DSVHTTPDataAdapter |
class |
HTTPJSONPathDataAdapter |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Graylog2Module.installLookupDataAdapter(String name,
Class<? extends LookupDataAdapter> adapterClass,
Class<? extends LookupDataAdapter.Factory> factoryClass,
Class<? extends LookupDataAdapterConfiguration> configClass) |
protected void |
Graylog2Module.installLookupDataAdapter2(String name,
Class<? extends LookupDataAdapter> adapterClass,
Class<? extends LookupDataAdapter.Factory2> factoryClass,
Class<? extends LookupDataAdapterConfiguration> configClass) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LookupDataAdapter.Factory<T extends LookupDataAdapter> |
static interface |
LookupDataAdapter.Factory2<T extends LookupDataAdapter> |
| Modifier and Type | Method and Description |
|---|---|
static LookupCacheKey |
LookupCacheKey.create(LookupDataAdapter adapter,
Object key) |
static LookupCacheKey |
LookupCacheKey.prefix(LookupDataAdapter adapter) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.