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
0
votes
1 answer

graylog2 not showing any data

I'm new to Graylog2. I'm using it for analyze the stored logs from Elasticsearch. I have done the setup successfully using this link http://www.richardyau.com/?p=377 But, I parsed the logs to elasticsearch under the index name called "xg-*". Not…
KMG
  • 889
  • 2
  • 14
  • 36
0
votes
1 answer

Could not load file or assembly 'log4net,or one of its dependencies.

I installed Easygelf.log4net package for log4net version 1.2.0.13 but I am getting error Could not load file or assembly 'log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a' or one of its dependencies. The located…
MirooEgypt
  • 145
  • 1
  • 4
  • 10
0
votes
1 answer

display graylog level string

When I search for logs in graylog and display the log level I only see the number of the level. I'd like to be able to see the corresponding string (Alert[1] or Error[7]) like it is displayed in the images of these two links:…
yenox
  • 335
  • 5
  • 17
0
votes
1 answer

Exporting data from Graylog to compile stats

We are thinking of using Graylog to collect logs data that will be later used to compile stats and display them on graphs (in another application). I am aware that you can create widgets/custom dashboards on Graylog web interface but is it possible…
Hyder B.
  • 10,900
  • 5
  • 51
  • 60
0
votes
0 answers

graylog-ctl reconfigure error in script default.rb

1/ I discovered the wonderful graylog2 which I manage to run on a VM running Ubuntu 14.04 . I would like to update it to graylog 1.1.3 but I can't figure out how. My source was this url :…
Antoine
  • 1
  • 1
  • 2
0
votes
1 answer

Logging from more applications in one Graylog index

I am running dozens of applications and want them to push their logs into one Graylog server. I have lot of Console applications and lot of WebSites. Website logs usually have data like BrowserAgent, URL, etc. Console applications have other kind…
Lukas K
  • 6,037
  • 4
  • 23
  • 31
0
votes
0 answers

Best way to manually periodically import log files into Graylog using logstash

I'm currently using logstash to import dozens of log files from different webapps into Graylog. It works great the files are tagged so I know from wich webapp they originate. I can't change the webapp thus I can't add a GELF appender to the log4j…
IppX
  • 305
  • 1
  • 13
-1
votes
0 answers

Hi, need to monitor the load balancer of gcp using graylog?

using graylog community version, how to fetch the data from the gcp load balancer to graylog for monitoring the traffic. need to some help about how to fetch the log data from the gcp load balancer to graylog. how to export the data to graylog
-1
votes
1 answer

Unable to get an opensearch Curl request since running the service with systemctl

I am in the process of installing a Graylog server on Ubuntu 22.04, i have been following the official documentation and so far i have installed MongoDB and Opensearch-2.0.1. I installed Opensearch using tarball…
-1
votes
1 answer

Switch to Graylog from Mariadb?

TL DR: should you use graylog instead mariadb as database for a moderate amount of data? Would this be a good idea? Longversion: There is a python script which puts some nmap monitoring data (maybe 1000 to 10000 rows) into a maria database each day.…
stupidstudent
  • 678
  • 4
  • 13
-1
votes
1 answer

How to integerate Jmeter + graylog + mongodb ??

We have all three(Jmeter + graylog + mongodb) s\w readly installed with me in windows so please give me any reference or idea how to integerate to each other.
Krish Gaur
  • 21
  • 2
  • 7
-1
votes
3 answers

Enable Rsyslog with TLS to Graylog2

My problem is that I cannot get logs from my remote app to log to a Graylog2 input using TLS. The remote app was logging just fine before I attempted to enable TLS with self-signed certs so I am pretty sure I just have a config problem Here is some…
battibatch
  • 53
  • 8
-1
votes
1 answer

Deploy Graylog on GKE

I'm having a hard time deploying Graylog on Google Kubernetes Engine, I'm using this configuration https://github.com/aliasmee/kubernetes-graylog-cluster with some minor modifications. My Graylog server is up but show this error in the…
Mosbah
  • 1,347
  • 1
  • 14
  • 28
-1
votes
2 answers

Regex: select the XML messages and time stamp from the log

I am going to streaming the logs in to nxlog, i need to push xml messages in to nexlog server, To select the XML message: (\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.\d{3})(.*)(my sentence 1....|my sentence 2 : [\S+\s+]*>\n)(\d{4}-\d{2}-\d{2}…
user881703
  • 1,111
  • 3
  • 19
  • 38
-1
votes
1 answer

Can I write a query that will bring me logs with unique identifier (Graylog)?

I just started working with graylog and I have some issues. Can I write a query that will bring me logs with unique identifier? For examples I have logs with op_id and loan_amt and I want to get sum of loan_amt from all logs. Here comes the problem…
Nicusor S
  • 1
  • 2
1 2 3
21
22