sloctl
Is there a way to retrieve all my SLOs, alert policies, alerts, and other data from Nobl9?β
- Yes, you can export all the data from our application by using the following script:
for obj in agents alertmethods alertpolicies alerts annotations dataexports directs projects rolebindings services slos
do
sloctl get -A $obj > $obj.yaml
done
Is there a way to set up a data export through sloctl
?β
sloctl
?β- Yes, but itβs a premium feature. You can find the detailed explanation in the YAML Guide | Nobl9 Documentation .