I am using ELK 7.10 Basic version. I want to get oracle metrics from metricbeat. I enabled oracle module from below command :
metricbeat modules enable oracle
I installed oracle client and set it's path as system variable. I am using Windows 10.
PROBLEM : I am not getting any oracle metrics. I checked logs from metricbeat but I found no error or any logs related to oracle. Then I disabled all module except oracle module and changed log level to debug. I found that metricbeat is not loading oracle.yml from modules.d directory.
Here is the log :
2021-04-15T10:13:22.240+0530 DEBUG [cfgfile] cfgfile/reload.go:146 Number of module configs found: 0
How can I enable this module to work ?