Operator Events

You can return operator events using the URI extension /agents/operatorEvents or /v2/agents/operatorEvents. To limit the size of the returned data, use a sinceWhen query.

To get operator events for the last ten minutes:

/agents/operatorEvents?sinceWhen=10m

To filter by event levels, add eventLevels:

/v2/agents/operatorEvents?eventLevels=ERROR,WARN

The available event levels are: DEBUG, INFO, WARN, ERROR, and CRITICAL.

To limit events to certain types, add eventTypes:

/v2/agents/operatorEvents?eventTypes=topology.node.joined,topology.node.left, 
resource.capacity.near

For event types, see "Monitoring Cluster Events" in the BigMemory Max Administrator Guide.

These parameters can be combined, for example:

/agents/operatorEvents?sinceWhen=10m&eventLevels=ERROR,WARN