Incident Data Publishing
  • 11 Sep 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Incident Data Publishing

  • Dark
    Light
  • PDF

Article summary

About this Article
This article provides information about the usage of Incident Data Publishing functionality.


Pre-Requisite

  1. VSP must be installed and an application must be provisioned


Procure Sample Customer

  1. Copy the Virsec provided Sample Consumer IncidentConsumer.jar from Artifactory from the directory <VSP_Release_Version>/utils/containers onto the  CMS VM


Enable Incident Data Publishing

This feature enables Incident data publishing to the topic: ZS-INCIDENT-PUBLISH located on the CMS container/pod

A super admin can enable Incident data publishing as described below

  1. Navigate to Administration > Configurations in the left navigation pane and expand Incident Data Publishing
  2. Turn ON Enable/Disable Incident Data Publishing and select the data format as JSON or XML. Click SAVE


Sample Application Execution

  1. On the container/pod where the sample application is copied, execute the below command to set up listener to the topic: ZS-INCIDENT-PUBLISH
    java -jar IncidentConsumer.jar <CMS_IP_Address>:9092
    java -jar IncidentConsumer.jar <CMS_IP_Address>:9092 >> <Log_File_Name> # To redirect output to a logfile
  2. The received Incident information is displayed on the CMS


Disable Incident Data Publishing

  1. Navigate to Administration > Configurations in the left navigation pane and expand Incident Data Publishing
  2. Turn OFF Enable/Disable Incident Data Publishing. Click SAVE

Was this article helpful?