Skip to main content

All Questions

Tagged with
0 votes
1 answer
92 views

What could be a list of important configuration files and logs file on a Linux system that deserve to be monitored by a SIEM? [closed]

I am not a system engineer and not a security expert (I am more a software developer) but I am working on a project related to a SIEM installation (Wazuh). At the moment this installation have only a ...
AndreaNobili's user avatar
  • 7,201
3 votes
2 answers
5k views

Is it safe to remove “.journal” files in CentOS?

First of all I’m a Linux noob, I just know the basics. I have a VPS running a TeamSpeak 3 server, but I’m slowly running out of space as you can see here: The TeamSpeak 3 server itself doesn’t make ...
bruxo00's user avatar
  • 33
0 votes
1 answer
250 views

Limiting messages in Centos log file

I have a Centos 6.4 server. I wish to view httpd and PHP errors in /var/log/messages. The log shows a bunch of kernel messages which I don't want to view. How can I either configure syslog to not ...
user1032531's user avatar
  • 1,691
42 votes
4 answers
221k views

Where Linux places the messages of boot?

I want to find place to where Linux writes all boot messages. You know: facility one [STARTED] facility two [STARTED] facility three [FAILED] I searched with find . -print0 | xargs -0 grep -...
Rodnower's user avatar
  • 2,209
8 votes
5 answers
17k views

Writing a CPU/RAM usage log over a period of time to file on CentOS

I'm looking for an application or line of code that would let me observe a process, save the info in a number of variables, then put the gathered info on a file. I've been trying with variations of ...
keponk's user avatar
  • 218