-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SQL and Oracle module docs regarding Oracle DSNs #37590
Update SQL and Oracle module docs regarding Oracle DSNs #37590
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
b84a41b
to
bdf4017
Compare
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Looks like this also needs reviewed from @elastic/obs-infraobs-integrations as codeowners.
67e2da5
to
8cc2f24
Compare
222a60b
to
210574f
Compare
210574f
to
3214bb1
Compare
I've done the following:
|
3214bb1
to
7fb2f5f
Compare
7fb2f5f
to
35b5ce7
Compare
…nnection configuration.
35b5ce7
to
ccca69f
Compare
- Add 'oracle://' URL format. - Add note about encoding of special characters in URLs. - Align the SQL module and the Oracle module documentation.
Proposed commit message
Checklist
My code follows the style guidelines of this projectI have commented my code, particularly in hard-to-understand areasI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
The SQL and Oracle modules both use the GO DRiver for ORacle DB to parse Oracle DSNs. I tested the parsing of the DSN formats with the following script.
DSN parsing script
Script:
Output:
Related issues