Skip to content

Releases: runZeroInc/runzero-splunk-ta-asset-sync

3.1.1

17 Oct 13:51
1416e48
Compare
Choose a tag to compare
  • Increased read timeout when ingesting data

3.1.0

08 Oct 18:49
db1623e
Compare
Choose a tag to compare
  • Added a new "Batch Size" input configuration parameter to allow importing assets in batches. This should reduce memory usage for large asset imports.
  • Removed the "Since" input configuration parameter. This parameter was only used on the first import of data. The existing "Search Filter" input configuration parameter can be used to limit results if needed.
  • Added new "_splunk_event_ts" and "_splunk_ingest_ts" attributes to imported assets.
  • Set the event time associated with imported assets to the created_at or updated_at asset timestamp depending on the configured sync type.
  • Use the built-in KV store to store checkpoints.
  • Upgraded application dependencies.