Graylog2 is an open source log management tool for aggregating, filtering, alerting on, and performing analytics on syslog messages.
Questions tagged [graylog2]
279 questions
5
votes
1 answer
unable to send rails logs into graylog2
I am newbie for graylog2. I installed graylog2 along with web interface. I am getting TCP syslogs into graylog server from other servers. But I am unable to send Rails logs into Graylog from other servers.
In graylog server im listening for GELF…

mbdvg
- 2,614
- 3
- 21
- 39
4
votes
1 answer
Graylog: Move configuration of graylog between environments
I'm looking solution for moving configuration from test environment to prod environment for graylog.
Once I configure inputs and streams on test environment I would like easily move this configuration to production. Doing it manually can produce…

Piotr
- 569
- 6
- 20
4
votes
1 answer
Mongo profiler output: what is the "command" operation?
We have a mongo profiler generating documents with operation type "command", e.g.
command db.collection [time]
(This is truncated output from the graylog mongo plugin)
What does the "command" type represent? What kind of internal mongo operations…

rmin
- 1,018
- 1
- 9
- 18
4
votes
1 answer
Docker GELF logging additional fields
I am trying to make my docker-compose file write its logging to a Graylog server, using the GELF protocol. This works fine, using the following configuration (snippet of docker-compose.yml):
logging:
driver: gelf
options:
…

Paul S
- 434
- 4
- 13
4
votes
2 answers
Error processing element GELF ([Appenders: null]): CLASS_NOT_FOUND
I am getting the following error in my log4j2.xml file:
Error processing element GELF ([Appenders: null]): CLASS_NOT_FOUND
At first I thought it was because I was referencing an invalid appender, but I still have the error after commenting it out.…

mr nooby noob
- 1,860
- 5
- 33
- 56
4
votes
1 answer
Ruby logging to several backends using Active Support logger
I am using Rails 3.2.12/Ruby 1.9.3 and am trying to set up multiple loggers so I can log both to a file and to a graylog server which we have set up. I have got close using this soltuion but with a Gelf logger -…

Nicki
- 85
- 1
- 8
3
votes
1 answer
Grok pattern to match URIPATH with optional URIPARAM
I want to use Grok Pattern for filtering out this
172.20.20.88 - - [10/Nov/2018:23:49:31 +0700] "GET /id/profile.pl?user=285&device=Bg3tlX HTTP/1.1" 502 852 "-" "Go-http-client/2.0" "0.009"
I am using COMMONAPACHELOG
%{IPORHOST:clientip}…

Merces Koba
- 33
- 4
3
votes
1 answer
Graylog regex search with numbers in text
I use graylog 2.0 (http://docs.graylog.org/en/2.0/pages/queries.html) and it's super useful.
I want to refine my full_message search.
Currently I'm:
- searching graylog for all full_message occurrences of the start of the string
- I then export…

space_balls
- 1,383
- 2
- 14
- 29
3
votes
2 answers
How to Update Graylog version in docker
I am new to graylog, I have installed graylog in docker and after installing it I observed 2 notifications one is related to Graylog Upgrade. Can someone tell me how to update it using docker commands?
Note: First in need to take backup of my data…

Dinesh Reddy Alla
- 1,677
- 9
- 23
- 47
3
votes
1 answer
NXLog: Json input to GELF UDP Output
We have a setup where a program logs to a .Json file, in a format that follows the GELF specification.
Currently this is sent to a Graylog2 server using HTTP. This works, but due to the nature of HTTP there's a significant latency, which is an issue…

NT93
- 316
- 2
- 15
3
votes
1 answer
Sending an entire log file to graylog using fluentd
Is there a way to send an entire log file with an inconsistent format to Graylog's web interface as the message field using Fluentd?

Jpbrosnan
- 31
- 2
3
votes
0 answers
Graylog2 sign in using Google auth
I'm using Graylog 2.2.3 and can't find any clear instruction on how to setup sign through Google Auth.
I've installed the Single-Sign-On plugin indicated here:…

Fran
- 3,693
- 4
- 19
- 19
3
votes
1 answer
Graylog GELF max field size
I'm trying to insert web service input/output as xml into Graylog. To do this I used "GELFJ - A GELF Appender for Log4j and a GELF Handler for JDK Logging". Here is the sample code:
public static void main(String[] args) throws IOException {
…

Levent Tokmak
- 339
- 1
- 6
- 17
3
votes
2 answers
Graylog Collector Connection Refused
I am trying to create a Graylog Server - Graylog Collector setup, where the graylog collector collects the syslog files on one machine and ships them to the server.
I have used the AWS AMI to create the Graylog Server and it is working as…

Seán
- 523
- 2
- 10
- 17
3
votes
1 answer
unable to send messages to graylog server using logstash
I am using logstash to send messages to graylog server. I have been successful in sending messages directly to elasticsearch or stdout or loggly. I have also been successful in sending messages to graylog server using cURL.
curl -XPOST…

user868643
- 281
- 4
- 11