Hi guys,
We have a Forcepoint product that we use in the cloud environment, we want to transfer the logs here to FortiSIEM inside, for this we have imported the logs with the API, but we cannot parser them because they come in nested structure, we cannot get them with oversyslog. Does anyone have any idea how we can solve the nested structure?
Thanks in advance
Hi @adem_netsys,
Do you have a sample log to be able to understand better what is needed here?
Best,
Christian
Hi @Secusaurus
Since the event log data is in nested form unfortunately FortiSIEM cannot populate “data” field.
{
"status": "Request was successful",
"nextpagetoken": "tokenid",
"response": {
"dataformat": "csv",
"data": [
"syslogheader,time,indexedtime,deviceguid,ipaddress,destinationip……”
"dataencoding": "utf-8"
}
}
so, the only interesting thing is inside `response.data` and it's an array of multiple lines of logs, which you would need to treat as multiple events eventually. Correct?
At the moment, I, personally, don't have a solution for that yet, but probably someone of the staff here might be able to explain further details for the API-pull-type or the parsers here?
Best,
Christian
it's correct. FortiSIEM cannot open the data in the incoming log, although we specified it as data in the API request, we could not get it. Is there any other method to get it?
Welcome to your new Fortinet Community!
You'll find your previous forum posts under "Forums"
User | Count |
---|---|
72 | |
25 | |
15 | |
10 | |
10 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.