-
Notifications
You must be signed in to change notification settings - Fork 21
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
Logic to use internal ES instance #86
Conversation
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.
I've reviewed and tested the PR and everything is working as expected, apart from the comments made by Raul and Joe, I have nothing else to add.
Signed-off-by: Vishnu Challa <[email protected]>
09f6cb0
to
9d4e582
Compare
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
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
Type of change
Description
Logic to use ES internal instance for data older than 7 days and use new instance only for last 1 week's data. Also optimizes query logic to only scan indexes within given time range instead of the entire index patterns.
Related JIRA for more context: https://issues.redhat.com/browse/PERFSCALE-2831
Related Tickets & Documents
Checklist before requesting a review
Testing
sh local-compose.sh
. Please feel free to reach-out offline for test credentials.