Package org.graylog2.commands.journal
Class JournalDecode
java.lang.Object
org.graylog2.bootstrap.CmdLineTool
org.graylog2.commands.journal.AbstractJournalCommand
org.graylog2.commands.journal.JournalDecode
- All Implemented Interfaces:
Runnable,CliCommand
@Command(name="decode",
description="Decodes messages from the journal")
public class JournalDecode
extends AbstractJournalCommand
-
Field Summary
Fields inherited from class org.graylog2.commands.journal.AbstractJournalCommand
configuration, journal, kafkaJournalConfigurationFields inherited from class org.graylog2.bootstrap.CmdLineTool
bootstrapConfigInjector, chainingClassLoader, commandName, dumpConfig, dumpDefaultConfig, featureFlags, FILE_SEPARATOR, GRAYLOG_ENVIRONMENT_VAR_PREFIX, GRAYLOG_SYSTEM_PROP_PREFIX, injector, jadConfig, pluginLoader, TMPDIR, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<com.google.inject.Module>getCommandBindings(FeatureFlags featureFlags) protected voidMethods inherited from class org.graylog2.commands.journal.AbstractJournalCommand
getCommandConfigurationBeans, loadPlugins, onlyLogErrors, startCommandMethods inherited from class org.graylog2.bootstrap.CmdLineTool
annotateInjectorCreationException, annotateInjectorExceptions, applySecuritySettings, beforeInjectorCreation, beforeStart, beforeStart, capabilities, doRun, getConfigRepositories, getPluginLoader, getPluginLoader, getSharedBindingsModules, installConfigRepositories, isDebug, isDumpConfig, isDumpDefaultConfig, isMigrationCommand, processConfiguration, run, setupBootstrapConfigInjector, setupInjector, setupLogger, validateConfiguration
-
Constructor Details
-
JournalDecode
public JournalDecode()
-
-
Method Details
-
getCommandBindings
- Overrides:
getCommandBindingsin classAbstractJournalCommand
-
runCommand
protected void runCommand()- Specified by:
runCommandin classAbstractJournalCommand
-