-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add Flint queries for Apache Access integration #1681
Add Flint queries for Apache Access integration #1681
Conversation
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
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.
Can you please update according with the next list guidelines
opensearch-project/opensearch-catalog#144
server/adaptors/integrations/__data__/repository/apache/assets/create_table-1.0.0.sql
Show resolved
Hide resolved
Can you make this feedback more actionable? That's a large RFC and I'm not certain which parts I'm meant to apply right now. |
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. Just awaiting on addressing @YANG-DB's comments.
Hi |
Commented on the RFC, I don't think these changes are applicable to 2.13, and are at least out of scope for this PR. |
* Add nginx integration Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Add VPC S3 integration Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Add basic apache integration based on nginx Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Add initial S3 integration Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Apply keyword changes to s3 Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Remove old S3 attempt Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Adapt apache query loading to new config format Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Remove old aws s3 attempt (again) Signed-off-by: Simeon Widdis <sawiddis@amazon.com> --------- Signed-off-by: Simeon Widdis <sawiddis@amazon.com> (cherry picked from commit bbcd3c1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add nginx integration * Add VPC S3 integration * Add basic apache integration based on nginx * Add initial S3 integration * Apply keyword changes to s3 * Remove old S3 attempt * Adapt apache query loading to new config format * Remove old aws s3 attempt (again) --------- (cherry picked from commit bbcd3c1) Signed-off-by: Simeon Widdis <sawiddis@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: YANGDB <yang.db.dev@gmail.com>
) * Add nginx integration Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Add VPC S3 integration Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Add basic apache integration based on nginx Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Add initial S3 integration Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Apply keyword changes to s3 Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Remove old S3 attempt Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Adapt apache query loading to new config format Signed-off-by: Simeon Widdis <sawiddis@amazon.com> * Remove old aws s3 attempt (again) Signed-off-by: Simeon Widdis <sawiddis@amazon.com> --------- Signed-off-by: Simeon Widdis <sawiddis@amazon.com> (cherry picked from commit bbcd3c1)
Description
Adds some queries with simple mappings. Future work needed for more complicated fields (like user agent parsing).
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.