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

Fixing index-pattern issue and optimize upload #148

Merged
merged 7 commits into from
Dec 11, 2024
Merged

Conversation

JasonTheMain
Copy link
Contributor

Changes proposed in this pull request:

  • adds tenant for admin, fixing upload pattern
  • remove unused job

Security considerations

None

@JasonTheMain JasonTheMain requested a review from a team as a code owner December 11, 2024 18:22
Comment on lines +179 to +180
"id": "<%= p('opensearch_config.app_index_prefix') %>*",
"type":"index-pattern"
Copy link
Contributor

Choose a reason for hiding this comment

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

What do these lines do?

Copy link
Contributor Author

@JasonTheMain JasonTheMain Dec 11, 2024

Choose a reason for hiding this comment

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

This is the reason peters index was able to be there but not, it sets the id instead of letting opensearch give it one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it also tells opensearch this is not a legacy object from elasticsearch

@JasonTheMain JasonTheMain merged commit 2722e21 into main Dec 11, 2024
1 check passed
@JasonTheMain JasonTheMain deleted the reporting branch December 11, 2024 19:02
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.

2 participants