XMA: How to view contents of data sent to Splunk

XMA: How to view contents of data sent to Splunk

The following SQL Query is all the customer will need to run in order to see the contents of the data sent to Splunk.

Set list_count 0;
select alertedgmt, message FROM SYSLOGQ
where cast(alertedgmt as date) = date 'yyyy-mm-dd'
BROWSE ACCESS;
detail alertedgmt as a16,message as c1000.59;

list all;alertedgmt : time the message is accepted by the SIEM
message: the content of the message sent to the SIEM