FortiSIEM Discussions
adem_netsys
Contributor II

Forcepoint Bitglass Integration

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

 

4 REPLIES 4
Secusaurus
Contributor III

Hi @adem_netsys,

 

Do you have a sample log to be able to understand better what is needed here?

 

Best,

Christian

FCX #003451 | Fortinet Advanced Partner
FCX #003451 | Fortinet Advanced Partner
adem_netsys

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"

    }

}

Secusaurus

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

FCX #003451 | Fortinet Advanced Partner
FCX #003451 | Fortinet Advanced Partner
adem_netsys

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?