User Tools

Site Tools


computing:linux:graylog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
computing:linux:graylog [2021/08/23 12:36]
gcooper
computing:linux:graylog [2021/09/27 09:57]
gcooper
Line 30: Line 30:
  
 **Archived data is stored in a compressed format on the Graylog server** or network file share. It is searchable via GREP, but must be reconstituted in Graylog in order to be searchable through the GUI again. **Archived data is stored in a compressed format on the Graylog server** or network file share. It is searchable via GREP, but must be reconstituted in Graylog in order to be searchable through the GUI again.
 +
 +===== Upgrade =====
 +
 +We use ''apt'' repositories for installation, so updates are easy:
 +
 +Show all ''apt'' sources:
 +
 +<file>
 +grep -r --include '*.list' '^deb ' /etc/apt/sources.list*
 +</file>
 +
 +<file>
 +apt update && apt dist-upgrade -y && apt autoremove -y && apt clean && reboot
 +</file>
  
 ===== Configuration ===== ===== Configuration =====
computing/linux/graylog.txt · Last modified: 2022/01/18 11:05 by gcooper