graylog-plugin-mongodb-profiler
graylog-plugin-mongodb-profiler copied to clipboard
Graylog input plugin that reads MongoDB profiler data
Bumps [graylog2-server](https://github.com/Graylog2/graylog2-server) from 2.0.0 to 5.0.9. Commits f018089 [graylog2-server] prepare release 5.0.9 fd35140 Bump package.json version to 5.0.9 38919db Release changelog for version 5.0.9 d068c1a Add missing license header to...
I have enabled profiling for both the primary and secondary mongodb (we are using replica set). Profiling level being 2 (that is profiling all queries). But only those queries executed...
Hi, I'm recently upgraded graylog cluster to version 2.3.And when I use this plugin for our cluster, It doesn't work. Any update for this? Thanks!
if the server require ssl this plugin does not connect com.mongodb.MongoSocketReadException: Prematurely reached end of stream
Must create user and required roles on every single database you want to monitor. There is no _authenticationDatabase_ field, so I can't create user in _admin_ database to grant access...
If input is global - same record will be added on every graylog node. Not sure if it possible to do something here.
Database field could allow comma separated list of databases. 2 shards with 10 databases will produce 20 inputs. It makes really hard to maintain everything.
Trying to monitor sharded cluster with two shards. First shard went ok, but looks like can't monitor second. ``` ERROR: org.mongodb.driver.cluster - Expecting replica set member from set 'shard1', but...