The purpose of this repository is to allow Splunk community to report issues and enhancements requests
2
stars
0
forks
source link
enhancement - TrackMe Audit subsystem evolutions - Switching the audit subsystem from a per audit event REST call based approach to a mass audit REST call for more performances and flexibility #812
enhancement - TrackMe Audit subsystem evolutions - Switching the audit subsystem from a per audit event REST call based approach to a mass audit REST call for more performances and flexibility
These evolutions introduce a replacement endpoints for the Audit subsystem, which allows ingesting mass audit events in a single REST call and uses underneath a log file based ingestion, rather than an ingestion invoving a single REST call per audit event.
This allows more flexibility, addresses different issues in the Audit subsystem, and provides better performances when performning bulkd edit activities in TrackMe.
enhancement - TrackMe Audit subsystem evolutions - Switching the audit subsystem from a per audit event REST call based approach to a mass audit REST call for more performances and flexibility