Currently, we are updating the data in the Azure blob storage once Signals are triaged. This is the overall output/signals.parquet file, as well as the output/signals.csv file in the dev blob. That is the file that is pipelined into HDX, developed by @isatotun.
However, HDX should reflect alerts as soon as they have been sent out. Rather than the pipeline running on a schedule, we should ideally be able to hook into it and tell it to run the update every time we update Azure.
Currently, we are updating the data in the Azure blob storage once Signals are triaged. This is the overall
output/signals.parquet
file, as well as theoutput/signals.csv
file in thedev
blob. That is the file that is pipelined into HDX, developed by @isatotun.However, HDX should reflect alerts as soon as they have been sent out. Rather than the pipeline running on a schedule, we should ideally be able to hook into it and tell it to run the update every time we update Azure.