public final class GraylogNode
extends org.elasticsearch.node.Node
Node which allows adding plugins from the classpath.| Constructor and Description |
|---|
GraylogNode(org.elasticsearch.common.settings.Settings preparedSettings,
Collection<Class<? extends org.elasticsearch.plugins.Plugin>> classpathPlugins)
Constructs a node with the given settings.
|
public GraylogNode(org.elasticsearch.common.settings.Settings preparedSettings,
Collection<Class<? extends org.elasticsearch.plugins.Plugin>> classpathPlugins)
preparedSettings - Base settings to configure the node withclasspathPlugins - A list of classpath plugins to load on startupCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.