Log all users activity on server
-
@Ambarishrh
For Linux, logging will give you what you want - and you can push the information to a ELK box or use Logg.ly or others.But again, there is no way to do this in windows, at least not like a command line logging in Linux.
In the link, you're recording all of the commands they are typing at the command line, but users don't do this in Windows, they live inside apps.What is your end goal?
-
Yeah, GUIs can't be logged so cleanly. Do you want Windows desktop logging? You pretty much need a screen recorder to get the level that Linux tends to get.
-
@Dashrender My end goal is to log all activity on our Linux Servers, no Windows
-
@Ambarishrh said:
@Dashrender My end goal is to log all activity on our Linux Servers, no Windows
Oh okay, ELK and process accounting is pretty good. There is no simple way of getting everything at a user level. Do you have Linux GUIs or text only?
-
I know places that have required this and the complexity gets crazy.
-
We don't have Linux GUI, it has cPanel but we manage servers using command majority of the time. Bringing in Ansible to automate the whole setup process and this way I am even getting the GUI configuration using cPanel commands and scripts.
So ELK + the logging using the link on my first post does the trick!
I am also checking https://www.graylog.org/ as this seems to be pretty famous and looks like a good alternative to ELK if anyone else looking at it.
-
What people tend to do for what you want is something like a forced screen session to log commands as typed or to use a jump box that captures all activity.
-
@Ambarishrh said:
I am also checking https://www.graylog.org/ as this seems to be pretty famous and looks like a good alternative to ELK if anyone else looking at it.
Graylog is built on the same foundation as ELK. They are both log ingesting and interfaces applied on top of Elasticsearch.
-
@scottalanmiller said:
@Ambarishrh said:
I am also checking https://www.graylog.org/ as this seems to be pretty famous and looks like a good alternative to ELK if anyone else looking at it.
Graylog is built on the same foundation as ELK. They are both log ingesting and interfaces applied on top of Elasticsearch.
Have you tried Graylog?
-
@Ambarishrh said:
@scottalanmiller said:
@Ambarishrh said:
I am also checking https://www.graylog.org/ as this seems to be pretty famous and looks like a good alternative to ELK if anyone else looking at it.
Graylog is built on the same foundation as ELK. They are both log ingesting and interfaces applied on top of Elasticsearch.
Have you tried Graylog?
No, on my long list of things to build.