# Oracle Metrics through metricbeat

**URL:** https://discuss.elastic.co/t/oracle-metrics-through-metricbeat/270182
**Category:** Beats
**Tags:** beats-module, metricbeat
**Created:** [April 15, 2021, 5:30am UTC](https://discuss.elastic.co/t/oracle-metrics-through-metricbeat/270182 "2021-04-15T05:30:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Dhruvil\_Doshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dhruvil_doshi/32/50639_2.png) [@Dhruvil\_Doshi](https://discuss.elastic.co/u/Dhruvil_Doshi)
#### Post date: [April 15, 2021, 5:30am UTC](https://discuss.elastic.co/t/oracle-metrics-through-metricbeat/270182/1 "2021-04-15T05:30:17Z")

</div>

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 :

```auto
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 ?

---

<div class="post-metadata">

### Author: ![mtojek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mtojek/32/63863_2.png) [@mtojek](https://discuss.elastic.co/u/mtojek)
#### Post date: [April 15, 2021, 8:55am UTC](https://discuss.elastic.co/t/oracle-metrics-through-metricbeat/270182/2 "2021-04-15T08:55:49Z")

</div>

Did you configure the oracle module? Host, etc.? [Oracle module | Metricbeat Reference [7.12] | Elastic](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-oracle.html)

---

<div class="post-metadata">

### Author: ![Dhruvil\_Doshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dhruvil_doshi/32/50639_2.png) [@Dhruvil\_Doshi](https://discuss.elastic.co/u/Dhruvil_Doshi)
#### Post date: [April 15, 2021, 9:13am UTC](https://discuss.elastic.co/t/oracle-metrics-through-metricbeat/270182/3 "2021-04-15T09:13:31Z")

</div>

Yes I have done changes in YML. And I am able to access Oracle Database

```auto
metricbeat.modules:
- module: oracle
  metricsets: ["tablespace", "performance"]
  enabled: true
  period: 10s
  hosts: ["user: **** @*oracle-url:PORT/Database*"]

  username: "user"
  password: " ****"

```

Above is oracle.yml

Also I have not enabled x-pack in es and I can see dashboards of oracle in Kibana

---

<div class="post-metadata">

### Author: ![Dhruvil\_Doshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dhruvil_doshi/32/50639_2.png) [@Dhruvil\_Doshi](https://discuss.elastic.co/u/Dhruvil_Doshi)
#### Post date: [April 16, 2021, 7:42am UTC](https://discuss.elastic.co/t/oracle-metrics-through-metricbeat/270182/4 "2021-04-16T07:42:40Z")

</div>

Is it possible to monitor oracle with basic version of ELK ? I saw there is no folder for oracle in modules directory of metricbeat.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 14, 2021, 7:43am UTC](https://discuss.elastic.co/t/oracle-metrics-through-metricbeat/270182/5 "2021-05-14T07:43:12Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
