Open Issues Need Help
View All on GitHubAI Summary: The task is to fix a data type error in the Trellix MVision EPO Splunk add-on. The error occurs when processing timestamps received from the Trellix API; the timestamp is treated as a string instead of an integer, causing a `TypeError`. The solution involves explicitly converting the timestamp data type to an integer using the `int()` function within the `input_module_trellix_events.py` file (line 109). This will ensure correct timestamp handling and prevent the error from occurring.
Trellix Add-on for Splunk was developed to solve the data ingest from Trellix MVision EPO API on Splunk to use cases in Splunk Enterprise and Splunk Enterprise Security