Skip to content
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

[migration] Rename elasticsearch to opensearch for reports-scheduler #5

Merged
merged 4 commits into from
Apr 19, 2021

Conversation

zhongnansu
Copy link
Member

@zhongnansu zhongnansu commented Apr 16, 2021

No description provided.

@@ -22,7 +22,7 @@
import fileinput
import re

link_prefix = "https://github.com/opendistro-for-elasticsearch/kibana-reports/reports-scheduler"
link_prefix = "https://github.com/opendistro-for-opensearch/kibana-reports/reports-scheduler"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of opendistro-for-opensearch here, and kibana's, all these seem wrong.

@zhongnansu zhongnansu marked this pull request as ready for review April 18, 2021 19:54
Copy link
Member

@dblock dblock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AWS secret key def. needs to be fixed, the rest look A-OK.

reports-scheduler/LICENSE.txt Show resolved Hide resolved
url = 's3://search-vemsarat/'
credentials(AwsCredentials) {
accessKey = System.env.AWS_ACCESS_KEY_ID ?: findProperty('aws_access_key_id')
secretKey = System.env.AWS_ACCESS_KEY_ID ?: findProperty('aws_secret_access_key')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be AWS_ACCESS_SECRET_KEY.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@joshuali925 joshuali925 requested a review from dblock April 19, 2021 18:02
Copy link
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joshuali925 joshuali925 merged commit f3eeac2 into dev Apr 19, 2021
@zhongnansu zhongnansu changed the title [migration] Rename elasticsearch to opensearch [migration] Rename elasticsearch to opensearch for reports-scheduler Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants