• 9.2.0.5 5551b8973d

    mike released this 2025-01-11 23:28:44 -05:00 | 10 commits to main since this release

    • Add docker.sh and docker_metric.sh for collecting docker events/metrics
    • Add helper script to extra/ to run the TA commands on systems without
      a Splunk forwarder. The commands can be sent to a syslog server.
      This script is useful for systems with small or read-only filesystems that
      cannot support a Universal Forwarder.
    • Add syslog_inputs_nix_ta app to extra/ for ingesting the data from syslog
    Downloads
  • 9.2.0.4 5e766d84d5

    mike released this 2025-01-11 15:07:24 -05:00 | 11 commits to main since this release

    • For MacOS, print MacOS for distro_name
    • For others, print $KERNEL for distro_name
    Downloads
  • 9.2.0.3 cb7f7785c8

    mike released this 2025-01-11 14:45:28 -05:00 | 12 commits to main since this release

    • Add code I forgot for machine_arch for Linux
    • Add Makefile to make making releases easier
    Downloads
  • 9.2.0.2 c2893d577b

    mike released this 2025-01-11 14:02:23 -05:00 | 15 commits to main since this release

    • Include kernel_release, kernel_version, and distro_name
    • For Linux and MacOS, use actual OS versions/releases instead of
      kernel version/release
    Downloads
  • 9.2.0.1 7b0b703510

    mike released this 2025-01-09 17:55:11 -05:00 | 16 commits to main since this release

    • Use ip command to determine IP address
      ('hostname -I' does not work on all Linux systems)
    • Filter out multiple listing of the same btrfs volume
    • Use mktemp for temp files (for times when the TA may be run outside of Splunk)
    • If running rlog.sh outside of Splunk, use $HOME to store seek file
    • Debian also uses apt
    • Arch Linux uses pacman
    • Add use of sudo -n for 'apt update' and 'pacman -Syy'
    • vmstat uses "K paged out"
    • Replace the use of 'sar' with netstat and vm_stat for MacOS
    Downloads