Release resources when Metricbeat stops

@ruflin I'm working as an Oracle DBA and I want create a way for users to monitor Oracle without Oracle Cloud Control and such stuff. I think the elastic stack is a great solution for this plan if that stack is already used for log aggregation in the project anyway.

In the first version I want snapshot the current sessions on an Oracle database and store this in elasticsearch. This feature (Active Session History) already exists for an Oracle Enterprise Edition, but unfortunately with additional license costs.

My main goal is to monitor crucial metrics such as cpu usage, memory usage (SGA, PGA), disk usage, active session history etc. (a few metricsets like in the system module) with this module and also provide a kibana dashboard to visualize the collected data.

In my opinion, it would be great if we could integrate the oracle module into metricbeat at the appropriate time.

1 Like