-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Logsdb snapshot functional tests #206318
base: main
Are you sure you want to change the base?
Logsdb snapshot functional tests #206318
Conversation
Pinging @elastic/kibana-management (Team:Kibana Management) |
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 left a question about privileges update
], | ||
indices: [ | ||
{ | ||
names: ['*'], |
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.
Elastic docs states Index privilege "all" on the "monitor" index
. Shouldn't we specify monitor
instead of *
?
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
cc @SoniaSanzV |
Part of #203716
Summary
This PR creates the tests for Logsdb in the Snapshot and Restore plugin
Verify that users can create snapshots from an LogsDB index.
Verify that users can restore a LogsDB snapshot.
Verify that users can NOT create a source-only snapshot from a LogsDB index [Snapshot result would be "Partial"].
Verify that users can NOT restore a source-only snapshot from a LogsDB index.