Add Elasticsearch Anomaly Detection Job State Export and Import scripts#817
Merged
pickypg merged 1 commit intoelastic:mainfrom Apr 25, 2025
Merged
Add Elasticsearch Anomaly Detection Job State Export and Import scripts#817pickypg merged 1 commit intoelastic:mainfrom
pickypg merged 1 commit intoelastic:mainfrom
Conversation
ppf2
reviewed
Apr 24, 2025
|
|
||
| Both scripts can be configured using command-line arguments as detailed in the Usage section. Ensure that you have the necessary permissions and correct URLs when connecting to your Elasticsearch cluster. | ||
|
|
||
| ## Security Considerations |
Contributor
There was a problem hiding this comment.
Same comment as internal version. Thx!
pickypg
approved these changes
Apr 25, 2025
Member
pickypg
left a comment
There was a problem hiding this comment.
LGTM. I am taking for granted that these work and it's worth highlighting for anyone that comes across these that they are not automatically invoked by the diagnostic, rather they come along for the ride for users to invoke.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds two Python scripts for exporting and importing anomaly detection job states in Elasticsearch.
The export script extracts job states, configurations, annotations, and input data from Elasticsearch and packages them into a tar.gz archive.
The import script reads the archived data and restores the job state and configuration in Elasticsearch.