Hi
I'm having a lot of problems getting the metricbeat connect to my Oracle database!
What ever I'm trying to put in my YML-file I always end up with this error:
Error fetching data for metricset oracle.tablespace: error creating connection to Oracle
My YML-file is like this:
metricbeat.modules:
- module: oracle
metricsets: ["tablespace", "performance"]
enabled: true
period: 10s
hosts: ["oracle://10.48.179.59:1521/(service name)?sysdba=1"]
username: "system"
password: "****"
Any suggestions?
Best regards
Jens Christiansen