-
Notifications
You must be signed in to change notification settings - Fork 185
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
Error in command log-analytics storage purge-storage-data #818
Comments
is it a problem with? oci-cli/services/log_analytics/src/oci_cli_log_analytics/log_analytics_cli_extended.py Line 15 in d51c6bd
|
Hi Karthik, thanks for raising. Thanks! |
thanks @karthik-k-kamath |
Today spent some time to fix the issue. This line need to be corrected, oci-cli/services/log_analytics/src/oci_cli_log_analytics/generated/loganalytics_cli.py Line 7884 in d51c6bd
after changing this line as:
working all fine. it is now waiting for status, and exiting clean without any issues. |
I have given a fix also.. |
Hi KK did you reach the service team? Logging Analytics |
Hi @karthik-k-kamath |
As of now work around I gave 2.5 minutes wait time.. -- |
I am purging logs using OCI CLI
This is purging logs, I can confirm it from web console, but however this command return error as,
due to this error, seems command is not waiting until mentioned logs are purged.
And early exiting with error.
However purge is happening.
I have verified namespace is provided correctly
--namespace-name "$TENANCY_NAME"
& this variable will not be blank, it is holding tenancy name, which is also same as object storage namespace.
This is web console, where purge requests are showing success.. and logs are purged also as per the query submitted.
The text was updated successfully, but these errors were encountered: