Graylog is an open source log management tool. Also use the versionfree tag [graylog] for your question.
Questions tagged [graylog3]
45 questions
5
votes
1 answer
How to retrieve log from graylog over API
How can I search logs from a graylog server with PHP?
Assume the graylog servers is https://host.td/api/search/universal/absolute

Klaus
- 1,171
- 1
- 11
- 16
3
votes
0 answers
push Application logs directly to Graylog when apps running on kubernetes
I had 30+ applications that were running on Rancher (1.x) in a docker-composed way. The logging of the applications (those were running inside the container) was done in such a way that no app logs get stored on the container or on the system but…

vivek
- 187
- 14
2
votes
1 answer
log4j2 configuration for graylog
We want to centralize all our java application logs on Graylog server. We use apache tomcat as a container and log4j for the logging framework.
log4j2.xml
…

sancho
- 598
- 2
- 8
- 22
2
votes
0 answers
Graylog 3.2 REST API sync search
Is there any documentation or examples how to work with /views/search/sync in Graylog 3.2? The Model Schema is not really self explanotary and https://docs.graylog.org/en/3.0/pages/configuration/rest_api.html also not really helpful. I know that…

AlexSmith
- 29
- 1
2
votes
2 answers
Resend old logs from filebeat to logstash
Thanks in advance for your help. I would like to reload some logs to customize additional fields. I have noticed that registry file in filebeat configuration keeps track of the files already picked. However, if I remove the content in that file, I…

John Barton
- 1,581
- 4
- 25
- 51
1
vote
1 answer
How do I configure Graylog to send Notifications (not Alerts!) via mail?
There are many answers as to how to make email alerts, but I am not interested in those. Instead, I am interested in the kind of 'admin' notifications I get shown in the web interface - things like a node being out of space, or Graylog being an…

Torque
- 3,319
- 2
- 27
- 39
1
vote
0 answers
Laravel 8 using graylog - unicode problem
I need to integrate Graylog packet. I found this 'https://github.com/hedii/laravel-gelf-logger'
This is my config file
config/logging.php
'default' => 'stack',
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' =>…

Davit Papalashvili
- 31
- 3
1
vote
0 answers
Send a message on Graylog GELF UDP Input through a JAVA class
I've this Graylog GELF UDP Input (image) and I need to send a message through a JAVA class.
The message isn't Log info, but is JSON.
Can you help me find a simple solution?
I already use Graylog with AMQP Input, but I would like to create an…

user12101608
- 11
- 2
1
vote
1 answer
Got error "We are experiencing problems connecting to the Graylog server running on http://127.0.0.1:9000/api/. " in Graylog?
I tried to install Graylog service and followed the instructions below in the tutorial. Here is the official documentation : https://docs.graylog.org/en/4.0/pages/installation/os/ubuntu.html
But after installed I get the following message on the…

Madura Dissanayake
- 8,309
- 5
- 25
- 34
1
vote
1 answer
How do I customize a GELF appender for log4j2?
We have a log4j2-graylog.xml file that we use to bridge our log4j output to GrayLog 3.0 using the biz.paluch.logging.gelf.log4j2 package. This config file is based on this example:

kc2001
- 5,008
- 4
- 51
- 92
1
vote
1 answer
Modify Graylog URL
I need to change the URL currently working from https://10.1.1.1:9000 to https://10.1.1.1:9000/graylog. This change works parcially, I am able to access
Search: https://10.1.1.1:9000/graylog/search
Streams: https://10.1.1.1:9000/graylog/streams…

John Barton
- 1,581
- 4
- 25
- 51
1
vote
1 answer
Graylog 2.3.2 API tokens :No configuration available for access tokens
I am not sure how to configure graylog 2.3.2 to get an API token for my admin user?

Greeed
- 418
- 2
- 8
- 29
1
vote
1 answer
Graylog sink for serilolg add http context data
I am trying to add logging to .net core web api using graylog sink.
The desired output is to have same as on the console using formmater like this one:
"[{Timestamp:HH:mm:ss} {Level:u3}] {EventId} {Message:lj}…

profesor79
- 9,213
- 3
- 31
- 52
0
votes
0 answers
Issue in getting json result from graylog api "Search/Universal/Absolute"
I am getting empty result set if we are retrieving data using Accept header as application/json but it’s working fine with Accept header text/csv (All other parameters being same).
API is showing status as 200 – Ok but result set is 0 in case of…

Anika
- 71
- 1
- 1
- 5
0
votes
1 answer
Can we implement SSO plugins in graylog version 5?
I wanted to implement SSO plugins in graylog version 5.
Don't want to go with LDAP or AD.
When i insert plugins in graylog 5 server will not start . it shows an error
is their any way to insert plugins in graylog version 5.
Thanks in advance

Shivam Tiwari
- 1
- 1