Skip to content

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

Merged
joshuali925 merged 4 commits intodevfrom
opensearch/reports-scheduler
Apr 19, 2021
Merged

[migration] Rename elasticsearch to opensearch for reports-scheduler#5
joshuali925 merged 4 commits intodevfrom
opensearch/reports-scheduler

Conversation

@zhongnansu
Copy link
Copy Markdown
Member

@zhongnansu zhongnansu commented Apr 16, 2021

No description provided.

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
Copy Markdown
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
Copy Markdown
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.

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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