Download agent information

You can export the information in the agents table to a CSV text file. Before downloading, consider if you want to configure the visible columns, as the download includes only those columns. Click Download CSV to download the file.

CSV output example
status,display-name,os-release,arch,events-per-second,memory-used,cpu-load,enrolled,template-name
ok,agent-1,Windows 11,x86-64,0.02,14945072,0.14212890625,true,Agent logs to Platform (Latest)
ok,agent-2,Ubuntu 22.04.4 LTS,x86-64,0.08,22785072,0.14212890625,true,Agent logs to Platform (Latest)

NXLog Platform’s backend returns the CSV output directly, so it presents some minor differences from what’s shown on the NXLog Platform interface, such as the column names.

Additionally, NXLog Platform doesn’t export the Ratio column to CSV, but you can calculate the ratio using the exported fields egress-bps and ingress-bps:

if ingress-bps > 0 then ratio = egress-bps / ingress-bps else ratio = 0

See Agent properties for information about each output field.