I am a Newbie to Graylog and want to get stated asap. I installed the Graylog OVA on an VM. I can access the Graylog via my browser.
Now a want to send LogData to the Server.
I have some applications that write LogFiles and I want to see this Data in my browser.
I have two application that write LogFiles on a Linux server an about 3 that write LogFiles on a Windwos 2012 Server.
What is the best way to start. What do I have to configure so that I can see all the LogMessages.
thx for your help. I will try the Graylog Collector Sidecar.
At the moment I have another Problem.
When I am trying to access the webinterface, this error occures.
Graylog is restarting...
There is no Graylog web application running at the moment, please reload this page in a minute. It can take
up to 1-2 minutes until all services are running properly. In case this is a permanent error, check the
following:
Check if all services are running - sudo graylog-ctl status shows an overview of all running services
Check for errors in log files - Relevant services write log files here: /var/log/graylog/*/current
Ask for help - If there is no way to fix the issue ask for help: https://github.com/Graylog2/graylog2-
images/issues
I checked all services an the first output I recieve is:
Can you help me with the nxlog config. I am trying to send Log-Messages from
/PATH/name.log to my graylog Server. I am talking about a application log so there is no standard structure.
I have already cared about Firewall Rules, that should work without any problems.
At the moment my nxlog.conf looks like this:
## This is a sample configuration file. See the nxlog reference manual about the
## configuration options. It should be installed locally and is also available
## online at http://nxlog.org/docs/
## Please set the ROOT to the folder your nxlog was installed into,
## otherwise it will not start.
#define ROOT C:\Program Files\nxlog
define ROOT C:\Program Files (x86)\nxlog
Moduledir %ROOT%\modules
CacheDir %ROOT%\data
Pidfile %ROOT%\data\nxlog.pid
SpoolDir %ROOT%\data
LogFile %ROOT%\data\nxlog.log
<Extension _syslog>
#Module xm_syslog
Module xm_gelf
</Extension>
<Input in>
Module im_msvistalog
# For windows 2003 and earlier use the following:
# Module im_mseventlog
</Input>
<Output out>
Module om_udp
Host 172.20.42.15
Port 514
#Exec to_syslog_snare();
OutputType GELF
</Output>
<Route 1>
Path in => out
</Route>
The Path to my log looks like this:
C:\test\log\test\test.log