Skip to content

Commit ea47f6d

Browse files
authored
Readme updated with supported connectivity configurations (elastic#4697)
1 parent 5fd1df8 commit ea47f6d

File tree

4 files changed

+20
-27
lines changed

4 files changed

+20
-27
lines changed

packages/oracle/_dev/build/docs/README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,15 @@ If the listener is not running, use the command to start:
3737

3838
Then, Metricbeat can be launched.
3939

40-
*Host Configuration*
40+
*Oracle DSN Configuration*
4141

42-
The following two types of host configurations are supported:
43-
44-
1. Old style host configuration for backwards compatibility:
45-
- `hosts: ["user/[email protected]:1521/ORCLPDB1.localdomain"]`
46-
- `hosts: ["user/[email protected]:1521/ORCLPDB1.localdomain as sysdba"]`
47-
48-
2. DSN host configuration:
49-
- `hosts: ['user="user" password="pass" connectString="0.0.0.0:1521/ORCLPDB1.localdomain"']`
50-
- `hosts: ['user="user" password="password" connectString="host:port/service_name" sysdba=true']`
51-
52-
53-
Note: If the password contains the backslash (`\`) character, it must be escaped with a backslash. For example, if the password is `my\_password`, it should be written as `my\\_password`.
42+
The supported configuration takes one of the forms
43+
- `oracle://<user>:<password>@<connection_string>`
44+
- `<user>:<password>@<connection_string>`
5445

46+
Examples of supported configurations are as below:
47+
- `oracle://sys:[email protected]:1521/ORCLCDB.localdomain?sysdba=1`
48+
- `sys:[email protected]:1521/ORCLCDB.localdomain?sysdba=1`
5549

5650
## Compatibility
5751

packages/oracle/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.9.2"
3+
changes:
4+
- description: Included the details of supported host configurations in README.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/4461
27
- version: "1.9.1"
38
changes:
49
- description: Added system testing files.

packages/oracle/docs/README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,15 @@ If the listener is not running, use the command to start:
3737

3838
Then, Metricbeat can be launched.
3939

40-
*Host Configuration*
40+
*Oracle DSN Configuration*
4141

42-
The following two types of host configurations are supported:
43-
44-
1. Old style host configuration for backwards compatibility:
45-
- `hosts: ["user/[email protected]:1521/ORCLPDB1.localdomain"]`
46-
- `hosts: ["user/[email protected]:1521/ORCLPDB1.localdomain as sysdba"]`
47-
48-
2. DSN host configuration:
49-
- `hosts: ['user="user" password="pass" connectString="0.0.0.0:1521/ORCLPDB1.localdomain"']`
50-
- `hosts: ['user="user" password="password" connectString="host:port/service_name" sysdba=true']`
51-
52-
53-
Note: If the password contains the backslash (`\`) character, it must be escaped with a backslash. For example, if the password is `my\_password`, it should be written as `my\\_password`.
42+
The supported configuration takes one of the forms
43+
- `oracle://<user>:<password>@<connection_string>`
44+
- `<user>:<password>@<connection_string>`
5445

46+
Examples of supported configurations are as below:
47+
- `oracle://sys:[email protected]:1521/ORCLCDB.localdomain?sysdba=1`
48+
- `sys:[email protected]:1521/ORCLCDB.localdomain?sysdba=1`
5549

5650
## Compatibility
5751

packages/oracle/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: oracle
33
title: "Oracle"
4-
version: "1.9.1"
4+
version: "1.9.2"
55
license: basic
66
description: Collect Oracle Audit Log, Performance metrics, Tablespace metrics, Sysmetrics metrics, System statistics metrics, memory metrics from Oracle database.
77
type: integration

0 commit comments

Comments
 (0)