Hi Chad, Graylog currently doesn't support running Elasticsearch plugins in its embedded instance at all (also see https://github.com/Graylog2/graylog2-server/issues/2789).
You have to rely on the standard Elasticsearch configuration settings which Graylog provides: https://github.com/Graylog2/graylog2-server/blob/2.1.0/misc/graylog.conf#L260-L301 Cheers, Jochen On Tuesday, 6 September 2016 21:45:45 UTC+2, Chad wrote: > > If I can't load the cloud-aws plugin. How can I point graylog at an > existing cluster? > > On Tuesday, September 6, 2016 at 2:38:51 PM UTC-5, Chad wrote: >> >> New install on AWS EC2 utilizing the cloud-aws plugin for the existing >> elasticsearch cluster. >> >> All ES nodes are working correctly. But when starting the graylog. >> >> Caused by: ElasticsearchException[Missing mandatory plugins [cloud-aws]] >> at >> org.elasticsearch.plugins.PluginsService.<init>(PluginsService.java:165) >> at org.elasticsearch.node.Node.<init>(Node.java:158) >> at org.elasticsearch.node.GraylogNode.<init>(GraylogNode.java:37) >> at >> org.graylog2.bindings.providers.EsNodeProvider.get(EsNodeProvider.java:57) >> at >> org.graylog2.bindings.providers.EsNodeProvider.get(EsNodeProvider.java:40) >> at >> com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81) >> >> >> How do I install the cloud-aws plugin on the graylog ES client? >> >> Thanks, >> >> >> >> -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/9b1c9305-1c6f-4457-a146-1daabb85d620%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
