graylog Questions
2
Solved
I would like to use graylog as central logging server and currently I am just using slf4j Logger "slf4j-api" as Java logging framework for logging in my java application. Can i use SLF4J to send lo...
2
In my graylog Server, I want to create a search-value which finds the folowing query: ctxt__Error:"User \"USERNAME\" not found.".
But I want to find ANY Error for every USERNAME. My Searchstring do...
2
I am using Serilog in my .NETCore servers with several sinks such as console, file and graylog (GELF) for my cloud deployments.
As soon as I set the log-level to DEBUG I get messages from the quar...
Geraldgeralda asked 28/11, 2018 at 8:34
1
3
I'm new to both Docker and Graylog. Can anyone show me an example of how to send log data to the Graylog server?
Superfluous asked 3/8, 2016 at 6:34
1
I use Serilog on the server side for all my .NETCore services using console, file and Graylog sinks. I also like to use it in my Windows fat clients (WPF applications).
With the latter I have a p...
2
I can see in Docker documentation:
https://docs.docker.com/config/containers/logging/gelf/
In GELF, every log message is a dict with the following fields:
...
any custom fields you configure yours...
2
Solved
we try to filter logs generated from one class:
com.websudos.phantom
for two goals:
all logs from app saved in the file except log from this calss
all log from this file transferred to graylog...
4
Solved
I have a Graylog 2.1 server that has been running for some time. I hadn't paid attention to my retention rate recently and came in this morning to find Graylog partially crashed because the disk wa...
Naivete asked 15/9, 2016 at 1:51
2
I have a third party java application which uses logback for logging.
I want to add a Socket Appender to the application's logback.xml as specified in the documentation
(https://logback.qos.ch/man...
1
I have installed graylog server and its dependencies.Trying to send logs from my php application to graylog server using Monolog.
But I am not aware of how to use the Gelf handler.I have seen the G...
1
Solved
I'm using graylog as central logging server and i'm using a gelf log4j2-appender to send the log messages to graylog. This works fine. Now i created a docker image of my application and i'm able to...
1
Solved
Out of available open source log management tools, I have come across these two but couldn't figure out which one to use. I tried searching articles for Graylog vs Fluentd but couldn't find.
Could...
Ifill asked 12/2, 2016 at 11:13
1
I am able to to setup graylog-server and graylog-web and able to setup input for generated log of apache2, tomcat and other applications with the help of graylog-collector
e.g.
apache-access {
ty...
1
© 2022 - 2024 — McMap. All rights reserved.