Export anomaly feedback
StackState Self-hosted v5.1.x
Overview
Export feedback
# Export all feedback on all anomalies in the last 7 days,
# include 1 day of metric data for each anomaly
$ sts anomaly collect-feedback --start-time -7d --file feedback.json
# Export all feedback on anomalies from 10 to 2 days ago,
# include 3 days of metric data for each anomaly
$ sts anomaly collect-feedback --start-time -10d --end-time -2d --history 3d --file feedback.json# Export all feedback on all anomalies in the last 7 days,
# include 1 day of metric data for each anomaly
$ stac anomaly collect-feedback --start-time=-7d > feedback.json
# Export all feedback on anomalies from 10 to 2 days ago,
# include 3 days of metric data for each anomaly
$ stac anomaly collect-feedback --start-time=-10d --end-time=-2d --history=3d > feedback.jsonSend exported feedback
See also
Last updated