Netskope Events Alert
Last updated
Was this helpful?
Last updated
Was this helpful?
This data pipeline extracts the Alert events from Netskope technology using the data export API.
This Pipeline integrates with Logs from the Netskope Platform using the Listener, transforming it from JSON to CSV format.
The Listener pulls events using the Configure as YAML option, using the following YAML:
The parser extracts the individual fields coming from the Netskope JSON into more detailed fields, including status, data and index.
We need to flatten the incoming JSON into key-value pairs that can be sent on in the CSV.
You can now send on your CSV containing OKTA logs to your preferred destination using a sink.
We use the action to transform the fields to CSV format, using a comma as the delimiter.