You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- New --splunk-ep CLI flag to enable Edge Processor mode
- UUID-based event matching for CIM compliance tests when EP mode is
enabled
- Affected tests: test_cim_fields_recommended, test_requirement_fields,
test_datamodels
- Only HEC Event ingestor samples (modinput, windows_input) support EP
mode
- Other test types (field extraction, tags, eventtypes) work normally
with EP
- `test_requirement_fields` (requirement field tests)
367
+
- `test_datamodels` (datamodel mapping tests)
368
+
- **Limitation**: These tests are only generated for samples using HEC Event ingestor (`modinput`, `windows_input`) because other ingestors don't support UUID indexed fields.
369
+
- **Other test types**: Field extraction, tags, eventtypes, savedsearches, etc. are generated for ALL samples and work normally with EP transformations.
0 commit comments