[graylog2] Re: Disk Journal / Kafka Input / Throttling

2016-07-19 Thread Eli Jordan
Thanks for the clarification Jochen. Do you know if its possible to throttle the kafka input, so that messages are buffered in kafka rather than in GrayLogs internal journal? Enabling throttling on the input didn't seem to slow down the rate at which messages are consumed. (note: we are

[graylog2] mongod process using over 100% CPU slowing down graylog

2016-07-19 Thread Ariel Godinez
Hello, I am running the single node setup below: Graylog 2.0.3 MongoDB 3.2.7 Elasticsearch 2.3.3 Red Hat Enterprise Linux Server 6.5 Java 8 NXlog and Graylog Collector Sidecar for reading from local logs On average graylog is reading about 50 logs per second. MongoDB is not being used for

[graylog2] Re: Sidecar: When would you need more than one tag in a configuration?

2016-07-19 Thread 123Dev
Thanks Marius for the explanation, and totally understand that the solution needs to be scalable and needs to address equally the small and big deployments. Before Graylog Sidecar, all our client machines that were running nxlog, each and every one of them had their own configuration locally

[graylog2] Re: Where does Chef keep the Web-Interface URI list?

2016-07-19 Thread caleb
Worked perfectly. Thanks, Marius! -- 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

[graylog2] Re: Graylog compilation guideline

2016-07-19 Thread Jochen Schalanda
Hi Anant, you basically just need Java 8 (we recommend using the latest Oracle JDK) and Maven 3 on your system. Everything else (e. g. Node.js) will be downloaded automatically. Please refer to the .travis.yml file which is

[graylog2] Graylog compilation guideline

2016-07-19 Thread Anant Sawant
Hi, I am trying to compile Graylog 2.0.0 source code, I have previously compiled Graylog 1.1.6 successfully. For compiling 1.1.6 server component I used eclipse and for the web component I used "TypeSafe Activator", but I am not sure about how to compile the 2.0.0 version as both components

[graylog2] Re: Disk Journal / Kafka Input / Throttling

2016-07-19 Thread Jochen Schalanda
Hi Eli, On Tuesday, 19 July 2016 13:18:49 UTC+2, Eli Jordan wrote: > > My understanding is that the disk journal is just an internal Kafka topic. > Since we are already using Kafka to buffer messages, this seems redundant. > (Also, since we are running graylog in docker the journal is transient

[graylog2] Disk Journal / Kafka Input / Throttling

2016-07-19 Thread Eli Jordan
Hi We are using the Kafka input to pull logs into graylog, and when running load tests against our system, the graylog journal begins to fill up, since the elastic search indexing can't keep up. My understanding is that the disk journal is just an internal Kafka topic. Since we are already

Re: [graylog2] Sidecar: When would you need more than one tag in a configuration?

2016-07-19 Thread Werner vd Merwe
Great point Marius! Your explanation makes sense as well, I am beginning to better understand the intent. Great product and awesome idea, this final touches is the exciting last steps leading up to version 1.0! I see this similarly to puppet and roles manifests. Having a tag per computer role

[graylog2] Re: Configure Graylog WebInterface on a dedicated server

2016-07-19 Thread Jochen Schalanda
Hi, you can disable the web interface on one of the two servers with the web_enable configuration setting: https://github.com/Graylog2/graylog2-server/blob/2.0.3/misc/graylog.conf#L80-L82 Cheers, Jochen On Tuesday, 19 July 2016 11:27:04 UTC+2, sangh wrote: > > So if i have 2 server. each one

Re: [graylog2] Sidecar: When would you need more than one tag in a configuration?

2016-07-19 Thread Marius Sturm
Hi, thanks for the feedback, that's very helpful for us. Otherwise we never know if the concepts are understood by the users or not. The current implementation is merging all configurations that are fetched throug the provided tags. So let's say that your sidecar starts with three tags, internally

[graylog2] Re: Configure Graylog WebInterface on a dedicated server

2016-07-19 Thread sangh
So if i have 2 server. each one will have its own web interface ?? it is not pratical when searching for logs Le mardi 19 juillet 2016 11:15:24 UTC+2, Jochen Schalanda a écrit : > > Hi, > > no, Graylog 2.x currently doesn't allow running only the web interface. > > Cheers, > Jochen > > On

[graylog2] Re: Configure Graylog WebInterface on a dedicated server

2016-07-19 Thread Jochen Schalanda
Hi, no, Graylog 2.x currently doesn't allow running only the web interface. Cheers, Jochen On Tuesday, 19 July 2016 11:10:47 UTC+2, sangh wrote: > > Hi, > > I am using two graylog server with a load balancer. i want to install the > web interface along with the load balancer. With Graylog 2.0

[graylog2] Configure Graylog WebInterface on a dedicated server

2016-07-19 Thread sangh
Hi, I am using two graylog server with a load balancer. i want to install the web interface along with the load balancer. With Graylog 2.0 is no longer possible to run only the web inetrface. Is there a way to do it ?? Thanks -- You received this message because you are subscribed to the