Graylog v2.3.2
My goal is to have a condition raise an alert, and the alert remain open until it's marked resolved or a defined resolved condition applies.
I have an alert setup and here is the condition configuration:
Configuration: Alert is…
I wonder if you can help with the following query?
I have a client (Centos 7) server (IP 1.1.1.1) in my office that sends its logs to a Centos 7 Syslog server (IP address 1.1.1.2). The syslog server forwards its logs to a Centos 7 Graylog v1.1.1…
I am trying to apply an item template to my elasticsearch cluster, to deal with the issue of having fields with content longer than 32kb.
I am using version 2.4.4, as this is the highest supported version in graylog.
See:…
I have a multi-tenant app, and I'd like to be able to have Graylog alert on things per tenant (essentially per hostname).
So for example, rather than just doing this (which would aggregate data across all tenants):
Alert when more than 10 messages…
We have graylog2 set up to monitor the syslogs, etc.
However we're wondering if we can use it to monitor the different services, if they're down or not, if the hard disk is filling up.
Does it provide such features? Or will we have to install…
I've started sending Palo Alto logs to Graylog, and a stream rule picks them out by matching "Palo Alto" in a "tags" field (which is how all my stream rules are; a front-end Logstash instance does the tagging before shipping to Graylog).
I know the…
ElastiCache Cluster was in red state. Below is the out of cluster health Status
{
"cluster_name" : "graylog",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 0,
"active_shards" :…
I am using nginx as a reverse proxy.graylog uri conf
graylog.conf:
rest_listen_uri= http://127.0.0.1:9000/
rest_transport_uri = http://192.168.1.1:9000/api/
nginx.conf:
server {
server_name graylog.example.in;
listen 80…
I'm using elasticsearch in conjunction with Graylog.
Is there a way to limit the size of the elasticsearch database, possibly using a round-robin database approach for the logs? My setup is relatively small (~100GiB database), and I'm aware that…
We are trying to figure out if there is a way to create a stream/alert that will detect when an email address has been in a log more than X times. From what we can tell I can only count the total number of messages that match the stream.
For…
rsyslog is powerful, but its docs aren't that explicit. I can't figure out how to parse a log file and route it directly to Graylog in GELF format.
I have found bits of documentation about outputing gelf in rsyslog but I'm not sure how to proceed.…
I've just setup graylog server on my ubuntu server using the the apt-get feature. Graylog is currently working with no issues, but I would like to change the port from 9000 to port 80/443. I can't seem to find any documentation on how to do that!
I am having trouble adding relevant information to the alert emails sent from Graylog. I would like to include the actual log message that generated the email alert in the actual email alert. I am attempting to use the "message" variables does seem…
I try to work out why NXLog can't read the complete .csf file witch has the same name but gets edited every 12 hours by windows for a export.
conf file of NXLog:
#define ROOT C:\Program Files\nxlog
define ROOT C:\Program Files (x86)\nxlog
Moduledir…
I'm testing Graylog2 as our central log management tool for our applications. Is there a way to secure the log submit process?
If we only use graylog2 in our local environment its not a big deal to secure the submit process through some firewall…