-
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
Feature/32089 generic sql enchancement #32293
Feature/32089 generic sql enchancement #32293
Conversation
…lastic#31628) This prevents "monitored" from being written into event.outcome which does not allow this value according to ECS.
This pull request is now in conflicts. Could you fix it? 🙏
|
Can you update the documentation with the details usage case for the oracle changes? |
…ic-sql-enchancement
This reverts commit 901a010.
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.
Added some additional suggestions to the documentation, for the rest it looks good.
Will be targetted as part of other enhancements planned in 8.7 |
/test |
…e/32089-generic-sql-enchancement
…32089-generic-sql-enchancement
@jsoriano , all review comments are addressed. Can you please take a final look at the changes and approve, if all good? |
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.
Some details in docs formatting.
Co-authored-by: Jaime Soriano Pastor <[email protected]>
Co-authored-by: Jaime Soriano Pastor <[email protected]>
Co-authored-by: Jaime Soriano Pastor <[email protected]>
Co-authored-by: Jaime Soriano Pastor <[email protected]>
…ub.com/agithomas/beats into feature/32089-generic-sql-enchancement
All suggestions considered and changes made to the documentation |
* Upgrade Generic SQL to support new connection string and special character support
Type of change
Please label this PR with one of the following labels, depending on the scope of your change:
What does this PR do?
Enhance the GenericSQL module to support below mentioned features and resolve below mentioned issues
Connection string for Oracle does not handle special characters properly
Modify the driver used for oracle connectivity
Integration testing not available for GenericSQL Oracle integration
System testing for GenericSQL oracle is not adequate
Why is it important?
Ensures that the customer can use special characters while configuring connectivity parameters
Ensures new connection string format is supported
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
INTEGRATION_TESTS=1 python3 -m pytest x-pack/metricbeat/module/sql/test_sql_oracle.py
Related issues
-Relates [#32089]
Use cases
Screenshots
Logs