| Package | Description |
|---|---|
| org.graylog2.events | |
| org.graylog2.periodical | |
| org.graylog2.plugin | |
| org.graylog2.shared.initializers |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterEventCleanupPeriodical |
class |
ClusterEventPeriodical |
| Modifier and Type | Class and Description |
|---|---|
class |
AlarmCallbacksMigrationPeriodical
This periodical migrates alert callbacks created on version <= 1.0, which contained two ID fields: `_id` and `id`,
both with different types, and confused MongoJack when loading them.
|
class |
AlertScannerThread |
class |
BatchedElasticSearchOutputFlushThread |
class |
ClusterHealthCheckThread |
class |
ClusterIdGeneratorPeriodical |
class |
ConfigurationManagementPeriodical |
class |
ContentPackLoaderPeriodical |
class |
GarbageCollectionWarningThread |
class |
IndexerClusterCheckerThread |
class |
IndexRangesCleanupPeriodical
A
Periodical to clean up stale index ranges (e. |
class |
IndexRangesMigrationPeriodical
A
Periodical to check if index ranges need to be recalculated and notify the administrators about it. |
class |
IndexRetentionThread |
class |
IndexRotationThread |
class |
LdapGroupMappingMigration
Converts pre-2.0 ldap group mappings to use a list of maps but leaves the original key in the collection to make it possible to downgrade.
|
class |
NodePingThread |
class |
ThrottleStateUpdaterThread
The ThrottleStateUpdater publishes the current state buffer state of the journal to other interested parties,
chiefly the ThrottleableTransports.
|
class |
ThroughputCalculator |
class |
UserPermissionMigrationPeriodical
This task migrates users' permission sets from pre-1.2 style to the built-in roles: admin and reader.
|
class |
VersionCheckThread |
| Modifier and Type | Method and Description |
|---|---|
List<Periodical> |
Periodicals.getAll() |
List<Periodical> |
Periodicals.getAllStoppedOnGracefulShutdown() |
Map<Periodical,ScheduledFuture> |
Periodicals.getFutures() |
| Modifier and Type | Method and Description |
|---|---|
void |
Periodicals.registerAndStart(Periodical periodical) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addPeriodical(Class<? extends Periodical> periodicalClass) |
| Constructor and Description |
|---|
PeriodicalsService(Periodicals periodicals,
ServerStatus serverStatus,
Set<Periodical> periodicalSet) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.