Exporting data from a context table

To export data from a context table:

  1. In the KUMA web interface, select the Resources section.
  2. In the Services section, click the Active services button.
  3. In the context menu of the correlator whose context table you want to export, select Go to context tables.

    This opens the Correlator context tables window.

  4. Select the check box next to your context table and click Export.

The context table is downloaded to your computer in JSON format. The name of the downloaded file reflects the name of the context table. The order of the fields in the file is not defined.

Fields of the array type are exported to a file as an array of values, for example: ["val1","val2","val3","val4"].

The date and time format in the field of the Timestamp type depends on the selected application interface language:

You can also export data into the context table in the context table settings window.

Page top