Questions tagged [graylog]

Graylog is an integrated Open Source log capture and analysis solution for operational intelligence.

Graylog is an integrated log capture and analysis solution for operational intelligence.

Non Graylog-authored components include MongoDB for metadata and Elasticsearch for log file storage and text search.

Basically is a server that collect log messages and provide an interface for analysis and monitoring

Architectural view

Messages (logs) are only stored in Elasticsearch. If we have data loss on Elasticsearch, the messages are gone.

MongoDB is only storing meta information and will be abstracted with a general database layer in future versions. This will allow you to use other databases like MySQL instead.

321 questions
1
vote
1 answer

how to use graypy with django

I am working on a project that uses graylog server to logging, in settings.py I have the following: LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'console': { 'class': 'logging.StreamHandler', }, …
Towhid Savari
  • 136
  • 1
  • 1
  • 7
1
vote
1 answer

Enabling Fluentd Log rotation

I am using fluentd with the tg-agent installation. And I observed my default td-agent.log file is growing without having any log rotation. I am using the following command to run the td-agent /etc/init.d/td-agent start And I found the following…
Eshan Sudharaka
  • 607
  • 2
  • 9
  • 16
1
vote
1 answer

Running Graylog in a Kubernetes cluster behind an ingress controller

I'm trying to set up Graylog within my Kubernetes cluster as described here. The problem I'm running into is the definition of the environment variable GRAYLOG_HTTP_EXTERNAL_URI. The documentation tells me to enter "my IP adress" and from what I was…
TigersEye120
  • 664
  • 1
  • 9
  • 28
1
vote
1 answer

Automating creating streams in Graylog

I need to automate the stream creation in Graylog. Currently, we are login into the Graylog portal and creating streams manually for errors and information. Is there a way that we can automate or create custom templates so that we can remove the…
sayuj p
  • 11
  • 2
1
vote
0 answers

Graylog Frontend Technology?

I need to inject some Javascript snippets in Graylog front end in order to inspect end user sessions, and i want to know how Graylog is architectured (technology used in the front end), or else if i can add a webserver like Apache on top of Graylog…
nano caf
  • 21
  • 2
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
0 answers

Running a Wildfly 16 instance with a jmx prometheus javaagent and logging to a graylog server

I want to setup a wildfly 16 instance with surveillance via jmx prometheus javaagent and logging via graylog configured in the standalone.xml file. I had success running the jmx prometheus javaagent with following…
mojoo-de
  • 501
  • 5
  • 20
1
vote
0 answers

How To Create appenderRef for GrayLog Integration As Programaticly Using Java log4j

I have log4j2 xml configuration but I want to convert this configuration as programaticly
yasin
  • 11
  • 2
1
vote
1 answer

Is there a way out to get the logs from cloudwatch into graylog?

How do we send logs from cloudwatch into graylog. Thanks for any help in advance.
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
1
vote
1 answer

Send HaProxy log data to Graylog

how can I send "haproxy" log data to my "graylog" server ? can I do so using "netcat" ? I need to log all requests and responses ( with request body and response body ), to graylog. thanks.
Majid Abdolhosseini
  • 2,191
  • 4
  • 31
  • 59
1
vote
0 answers

Apache send all post data nice and clear to Graylog

what I need to achieve is, having apache requests be logged in my graylog. I already accomplished this task, and here is part of my apache vhost which is related to this task : LogFormat "{ \"version\": \"1.1\", \"host\": \"%V\", \"short_message\":…
Majid Abdolhosseini
  • 2,191
  • 4
  • 31
  • 59
1
vote
1 answer

Delete Logs from Graylog/Elasticsearch

I'm trying to delete certain logs from graylog/elasticsearch using a curl query string command with no luck. I know I need to use -XDELETE to remove the log I just what to read it first. curl -GET 'http://localhost:9200/graylog_26/message/_query' -d…
SnapQoins
  • 21
  • 1
  • 3
1
vote
0 answers

Grafana Elsatisearch Graylog (HELP)

Grafana won't pull data from elasticsearch directly. I want to search my graylog using only elasticseach and not using Search Query Language like "5b4f8c20ed7993028c6a44e3 NOT nginx_http_version: "HTTP/1.1" NOT nginx_http_version: "HTTP/1.0"" I…
SnapQoins
  • 21
  • 1
  • 3