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 and use a data export
using the sloctl command?
data export
using the sloctl command?- Yes, you can find the detailed explanation in the YAML Guide | Nobl9 Documentation .