Comments on How to Monitor Log Files with Graylog v3.1 on Debian 10

Graylog is a free and open-source log management tool based on Java, ElasticSearch and MongoDB. Graylog can be used to collect, index and analyze any server log from a centralized location or distributed location.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Honza

Thank's for excelent how-to. No problem to install graylog on buster, everything went smoothly.

By: L

Hello

Got some bugs on Last update Debian 10

apt -y install gnupg wget

Reading package lists... Done

Building dependency tree

Reading state information... Done

wget is already the newest version (1.20.1-1.1).

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

 

The following packages have unmet dependencies:

 gnupg : Depends: gpgv (< 2.2.12-1+deb10u1.1~) but 2.2.19-1~bpo10+1 is to be installed

E: Unable to correct problems, you have held broken packages.

Please help to fix

Thank you

By: Kenny Khoo

Checked and Tested with Debian 10.3. Its works, nothing change.Please refer https://youtu.be/8erZ6uM0HXY?t=357 for the success gnupg installation.

Sugguest:-- reinstall a minimal Debian- Ensure root login from user using "su -" instaed of "su"- Revise your repos list. unknow 3rd party repos minght screwed it up.Good luck.

By: base653

Thank you! Went perfectly!!

By: Jeff Silverman

Worked like a champ on Ubuntu 20.04 (Focal).  However, I have a problem that I have not seen addressed.  I want to process log files from nginx, which are more or less the same format that Apache and IIS use.  I do not see anything that looks like what I want to do.  I cannot believe that I am the first person to use nginx and graylog.