Skip to content

v1.12.0

Compare
Choose a tag to compare
@timabrmsn timabrmsn released this 13 Dec 17:38
· 56 commits to main since this release
bffc798

1.12.0 - 2021-12-13

Fixed

  • Bug where device settings were unable to be serialized to json.

Added

  • --columns option to security-data search and security-data send-to commands which reduces output to only the specified colums/json keys. Accepts a comma-separated list of column names (case-insensitive).

Changed

  • Improved accuracy of checkpointing for security-data search (checkpoints every row as it is printed to stdout instead of just the last event of the search response).