I installed the plugin to my Graylog 2.2 appliance (I'm still testing) and restarted the services. I keep getting pointed to this doc: http://docs.graylog.org/en/2.1/pages/collector_sidecar.html#step-by-step-guide However, the first step in that doc is to make a 'Global Beats Input'. 'Beats' is not an option in my inputs drop down menu:
<https://lh3.googleusercontent.com/-X6Ld2uVJSqI/WKt_OFmwUmI/AAAAAAAABE0/908SgqVPHG0gp4b6geIiwbp753lhPS-sACLcB/s1600/graylog-inputsmenu.png> I tried installing the beats plugin (some were saying it ships with Graylog but, it is not in the /opt/graylog/plugin folder on my OVA in any case. Once I install it, when I restart graylog, it fails with this error showing in a loop in /var/log/graylog/server/current: 2017-02-20_23:31:57.16373 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 2017-02-20_23:31:57.78121 Exception in thread "main" java.lang.NoSuchMethodError: org.graylog2.plugin.Version.from(IIILjava/lang/String;)Lorg/graylog2/plugin/Version; 2017-02-20_23:31:57.78211 at org.graylog.plugins.beats.BeatsInputPluginMetaData.getVersion(BeatsInputPluginMetaData.java:52) 2017-02-20_23:31:57.78429 at org.graylog2.shared.plugins.PluginLoader$PluginComparator.compare(PluginLoader.java:112) 2017-02-20_23:31:57.78448 at org.graylog2.shared.plugins.PluginLoader$PluginComparator.compare(PluginLoader.java:103) 2017-02-20_23:31:57.78667 at java.util.TimSort.countRunAndMakeAscending(TimSort.java:355) 2017-02-20_23:31:57.78829 at java.util.TimSort.sort(TimSort.java:220) 2017-02-20_23:31:57.78948 at java.util.Arrays.sort(Arrays.java:1512) 2017-02-20_23:31:57.79100 at com.google.common.collect.ImmutableSortedSet.construct(ImmutableSortedSet.java:428) 2017-02-20_23:31:57.79185 at com.google.common.collect.ImmutableSortedSet$Builder.build(ImmutableSortedSet.java:562) 2017-02-20_23:31:57.79421 at org.graylog2.shared.plugins.PluginLoader.loadPlugins(PluginLoader.java:56) 2017-02-20_23:31:57.79605 at org.graylog2.bootstrap.CmdLineTool.loadPlugins(CmdLineTool.java:264) 2017-02-20_23:31:57.79609 at org.graylog2.bootstrap.CmdLineTool.installPluginConfigAndBindings(CmdLineTool.java:229) 2017-02-20_23:31:57.79739 at org.graylog2.bootstrap.CmdLineTool.run(CmdLineTool.java:151) 2017-02-20_23:31:57.79901 at org.graylog2.bootstrap.Main.main(Main.java:44) 2017-02-20_23:31:58.82676 It looks like you are trying to access MongoDB over HTTP on the native driver port. 2017-02-20_23:31:58.83689 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0 2017-02-20_23:31:58.83691 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 2017-02-20_23:31:59.44325 INFO [CmdLineTool] Loaded plugins: [Anonymous Usage Statistics 1.2.1 [org.graylog.plugins.usagestatistics.UsageStatsPlugin]] 2017-02-20_23:31:59.56571 INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1500m -XX:NewRatio=1 -XX:PermSize=128m -XX:MaxPe Need to test getting some Windows IIS logs into this thing, help me out please? -- 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/88796f19-cccb-4e8a-83ab-78bd5cc014f8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
