[graylog2] Re: Can you import Exchange 2013 Audit logs into Graylog?

2016-05-20 Thread Dustin Tennill
That sounds pretty interesting, and I would like to help. I was planning on trying to get a script together that would send message tracking logs into graylog this weekend. Dustin On Thursday, May 19, 2016 at 5:53:10 AM UTC-4, Rob wrote: > > Hi, > > I have my Windows Event logs going to my

Re: [graylog2] Web Problems in Graylog 2

2016-05-20 Thread Dustin Tennill
See below. I am having a couple of issues with the nginx setup (or at least they show up when using nginx as configured). I will get those and post here to see if you have them as well. I am using nginx to do the SSL part talking to graylog over non-ssl. server { server_name glhost1.local;

[graylog2] Re: new cluster install failing

2016-05-20 Thread john tombin
So I've solved the api connection issue and am able to login to the main page now. However I am still seeing stack traces in the server.log file on the graylog server. I have set the timeout in /proc/sys/net/ipv4/tcp_keepalive_time to 300 seconds, per the mongodb documentation

[graylog2] Re: Web Interface - Get Login Page and Then Error

2016-05-20 Thread bbrazell
Here is some more info: server.conf node_id_file = /etc/graylog/server/node-id password_secret = XXX root_password_sha2 = XXX plugin_dir = plugin rest_listen_uri = http://public_address:12900/ rest_transport_uri = http://public_address:12900/ web_listen_uri = http://public_address:8443/

[graylog2] Web Interface - Get Login Page and Then Error

2016-05-20 Thread bbrazell
Setup: elasticsearch-2.3.2-1.noarch mongodb-linux-x86_64-rhel62-3.2.6 graylog-2.0.0 When I browse to the graylog site, I'm presented with the login dialog and splash screen. I enter the credentials and about a minute later, I get this message: We are experiencing problems connecting to the

[graylog2] How to upgrade Graylog Image 2.0.0 to 2.0.1? Docs only cover upgrade 1.x to 2.x..

2016-05-20 Thread Joe K
Hello, I am running EC2 image of 2.0.0. Upgrade instructions on this page have only chapter about upgrading 1.x to 2.0: http://docs.graylog.org/en/2.0/pages/installation/graylog_ctl.html#upgrade-graylog - Are there instructors how to upgrade 2.0 or they are not yet exist? - With EC2 Image are

[graylog2] Graylog styling

2016-05-20 Thread Jamie Ly
Does anyone know of a more streamlined interface for the most recent version of graylog? I checked out https://github.com/Graylog2/graylog2-stream-dashboard which kind of works, but is missing the search capabilities of the new interface. Is there a way to add custom styling to the

[graylog2] Re: Output rate very low with graylog 2.0rc1

2016-05-20 Thread Jonathan Spino
Did you ever find a solution to this? I am having the same issue on a graylog 2.0 server. On Monday, May 2, 2016 at 5:03:48 AM UTC-4, oliv@gmail.com wrote: > > And I also upgraded to graylog 2.0GA > > Le lundi 2 mai 2016 11:01:10 UTC+2, oliv@gmail.com a écrit : >> >> I've just upgraded

[graylog2] EventID 4720 not on Graylog

2016-05-20 Thread cypherbit
I've been testing Windows Event Forwarding and then sending the events using nxlog to Graylog. It works very well, but I'm not seeing EventID:4720 in Graylog. It appears under Forwarded Events, but I'm not sure if nxlog or Graylog is to blame, and where/how to even begin to troubleshoot. All

[graylog2] Re: installing graylog collector sidecar in windows 10 64bit not working nxlog.exe not create in generted folder

2016-05-20 Thread blacktide50
I had a similar issue on Windows 10. Not sure if it's related to the operating system, though. If it helps, nxlog can still forward to gralog v2.0 without the collector sidecar. On Thursday, May 19, 2016 at 9:20:06 AM UTC-4, rvb n wrote: > > installing graylog collector sidecar in windows 10

[graylog2] Re: installing graylog collector sidecar in windows 10 64bit not working nxlog.exe not create in generted folder

2016-05-20 Thread sangh
i have the same problem on centos 7. When the side car starts it fails to generate the nxlog.conf in /etc/graylog/collector-sidecar/generated/nxlog. conf. #graylog-collector-sidecar -c /etc/graylog/collector-sidecar/collector_sidecar.yml INFO[] Using collector-id:

Re: [graylog2] Re: doubts about registering hosts

2016-05-20 Thread DAVID Bandeira
Thank You tokred, *When i need to register one host in my graylog , i need to put System/input, in check-box i put Syslog-UDP, but when i register in bind address my host , appear um error it don't know that host, i would like to know , how to register a new host in graylog.* *Thank You very

[graylog2] Re: Graylog Pull logs from Remote servers

2016-05-20 Thread Jochen Schalanda
Hi Pavan, as mentioned on IRC mentioned earlier today, you can use a message broker like RabbitMQ or Apache Kafka for this. The applications and services on system B would have to write their log messages into that broker (e. g. rsyslog supports Kafka out of the box:

[graylog2] Graylog Pull logs from Remote servers

2016-05-20 Thread Pavan Kumar
Hi, I have a scenario, i have server A(on my companies cloud, and installed graylog2 1.3 version) and another server B is on client side and they have opened tunnel b/w A to B. so i can do login from A to B, but not from B to A. In this case how can i fetch logs from B server to my "A" graylog2

[graylog2] Re: How to setup tls security?

2016-05-20 Thread kaiser
I solved my problem using my keystroke file located in /opt/graylog-key/graylog.keystore regards -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[graylog2] Re: How to setup tls security?

2016-05-20 Thread kaiser
Hello, I am trying to set tls security from graylog 2.0 documentation. When trying to generate graylog-key.pem and graylog-pkcs5.pem the two files are empty: -rw-r--r-- 1 root root0 20 mai 11:55 graylog-key.pem -rw-r--r-- 1 root root0 20 mai 11:56 graylog-pkcs5.pem Someone

[graylog2] Re: How to setup tls security?

2016-05-20 Thread kaiser
Hello, I am trying to set tls security from graylog 2.0 documentation. I have the following issue when following the instructions: read_bio:no start line:pem_lib.c:703:Expecting: ANY PRIVATE KEY My two following files are empty: -rw-r--r-- 1 root root0 20 mai 11:55 graylog-key.pem

[graylog2] Re: load balancer

2016-05-20 Thread kaiser
Thank you very much Jochen. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to graylog2+unsubscr...@googlegroups.com. To view this discussion on the web visit

[graylog2] Re: load balancer

2016-05-20 Thread Jochen Schalanda
Hi, you'll have to create a MongoDB Replica Set and a simple Elasticsearch cluster across your machines. All Graylog nodes have to have access to the same MongoDB and Elasticsearch cluster. Cheers, Jochen On Thursday, 19 May 2016 15:24:46 UTC+2, kaiser wrote: > > Hi, > > Ok and how does it