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

1 Open Issue Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
bug good first issue

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

Python