[graylog2] Shell script - Automatic Graylog installation

2015-09-22 Thread Mikaël André
Hi everybody,

If you're looking for automatic graylog installation, you can find my shell 
script here:
http://mikael-andre.github.io/Graylog/

Have a nice day.

Best regards,

Mikaël ANDRE

-- 
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 
https://groups.google.com/d/msgid/graylog2/92d6edef-afdb-4de6-a148-8c432f64cfa3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Re: EL6 rpms missing init.d scripts

2015-09-22 Thread Jens Kuehnel
Hi Jochen,

> please post the output of *rpm -ql graylog-server* on your system.
I found the problem. I'm using a RHN Satellite Server 5, and it can not
handle different packages with the same NAME-VERSION-RELEASE-EPOCH
Because I activate reposync with RHEL7 as well as RHEL6 it did not sync
the "same" package twice, but put the package into both channels. :-(

To fix this it would be necessary to include a %{?dist} to the Release,
as it is done in all RH and Fedora Packages, as discribed at Naming
Guideline of Fedora [1].

I'm not sure if you can do this, it would be easy if you are building
the EL6 on EL6 and EL7 on EL7 systems.
If not, it would be probable easier to build a package both the init.d
and the systemd files into the same package for EL6 and 7, because EL6
will ignore systemd and EL7 will ignore init.d, if a systemd file with
the same name exists. :-)

Thanks for the fast help.

CU
Jens

[1]https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Release_Tag


-- 
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 
https://groups.google.com/d/msgid/graylog2/56017F82.5060009%40jens.kuehnel.org.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Graylog cluster

2015-09-22 Thread erict
Hi,

I am trying to use Graylog for log management and setting up the Graylog 
platform.

It's easy to start with the AWS AMI images, and setting up various servers 
with graylog-ctl. 
(w.r.t http://docs.graylog.org/en/1.2/pages/installation/graylog_ctl.html)

Is it possible to make more than one master node in a cluster? Looks like 
"graylog-ctl set-cluster-master " only supports one. If 
not, then how can we create an HA master for failover, in case if a master 
node goes faulty?

Thank you.
Eric

-- 
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 
https://groups.google.com/d/msgid/graylog2/d979321e-96f2-41ff-805c-3f0ca4a4d5d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Graylog SSl configuration query.

2015-09-22 Thread Anant Sawant
Hi!!

I followed the following document "
https://media.readthedocs.org/pdf/graylog2-docs/1.0/graylog2-docs.pdf; to 
perform SSL for Graylog 1.1.6 and it worked fine.

Cheers!!
Anant :-)

On Monday, 21 September 2015 20:23:13 UTC+5:30, Anant Sawant wrote:
>
> Hi!!
>
> We have done the manual setup of Graylog web and Graylog server component 
> on Ubuntu 14.04.4. From the document provided at "http://docs.graylog.org; 
> we are unable to find setting up SSl for Graylog. I am running Graylog 
> 1.1.6. Kindly provide/guide us with steps to configure SSL.
>
> Thanks in Advance!!
>
> Anant :-)
>

-- 
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 
https://groups.google.com/d/msgid/graylog2/cb7c5bf5-caf3-4dd4-be41-53dcd642e9bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Internal server error when attempting to create a widget using the REST API

2015-09-22 Thread adrian . robert


On Wednesday, July 1, 2015 at 11:20:10 AM UTC+3, gregclif...@gmail.com 
wrote:
>
> Thanks Dennis.
>
> Yes, there is a bit of confusion in this. It's unclear from the REST 
> api-browser documentation exactly what the widget config object consists 
> of. As the POST request input format also appears to differ from the output 
> of a GET request it's a bit uncertain what to send sometimes.
>

+1

I just ended up looking at the source code to figure out why I was getting 
an "Invalid timerange parameters provided" when I was including them in ' 
"timerange":{"type":"relative","range":86400 }' format just as the GET 
request sends them in.  (So instead they use different field names and up 
one level of nesting.)  In general using a REST API is easier when it is 
symmetric, and you can figure out what you should be POSTING/PUTTING by 
looking at a GET result.

-- 
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 
https://groups.google.com/d/msgid/graylog2/18572446-6905-446a-a6db-f07bc3afe469%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] EL6 rpms missing init.d scripts

2015-09-22 Thread Jens Kuehnel
Hi,

apparently an update from 1.1 to 1.2 on RHEL6 is removing the init
scripts, because they are missing from the RPMS.

Copying the scripts from 1.1.6 works fine.

Should I open a Bug/Pull request for that, or is it a feature?

CU
Jens

-- 
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 
https://groups.google.com/d/msgid/graylog2/5601364D.9050206%40jens.kuehnel.org.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Graylog cluster

2015-09-22 Thread Marius Sturm
Hi Eric,
currently Graylog does not support multi master setups. No matter if you
use a manul of automated installation, you have to switch to another master
by hand.

Cheers,
Marius

On 22 September 2015 at 12:36,  wrote:

> Hi,
>
> I am trying to use Graylog for log management and setting up the Graylog
> platform.
>
> It's easy to start with the AWS AMI images, and setting up various servers
> with graylog-ctl. (w.r.t
> http://docs.graylog.org/en/1.2/pages/installation/graylog_ctl.html)
>
> Is it possible to make more than one master node in a cluster? Looks like
> "graylog-ctl set-cluster-master " only supports one. If
> not, then how can we create an HA master for failover, in case if a master
> node goes faulty?
>
> Thank you.
> Eric
>
> --
> 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
> https://groups.google.com/d/msgid/graylog2/d979321e-96f2-41ff-805c-3f0ca4a4d5d7%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Developer

Tel.: +49 (0)40 609 452 077
Fax.: +49 (0)40 609 452 078

TORCH GmbH - A Graylog Company
Steckelhörn 11
20457 Hamburg
Germany

https://www.graylog.com 

Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175
Geschäftsführer: Lennart Koopmann (CEO)

-- 
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 
https://groups.google.com/d/msgid/graylog2/CAMqbBbJsH4Ousu2rukEqeMGnAnDAq%3DPC%2Bqi7StgmEESJMU9JHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] [ANN] Graylog 1.2.1 has been released

2015-09-22 Thread Jochen Schalanda
Hi everyone,

we've released Graylog 1.2.1 today, which is a bugfix release for Graylog 
1.2.0 and fixes some problems with loading old (Graylog 1.0.x) alarm 
callbacks, importing and applying content packs, and some incompatibilities 
with older Elasticsearch versions.

You can find the full release notes for Graylog 1.2.1 at 
https://www.graylog.org/graylog-1-2-1-is-now-available/.


Cheers,
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 
https://groups.google.com/d/msgid/graylog2/f5c63a54-51a9-43ec-b5e6-b7453911083d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: EL6 rpms missing init.d scripts

2015-09-22 Thread Jochen Schalanda
Hi Jens,

please post the output of *rpm -ql graylog-server* on your system.


Cheers,
Jochen

On Tuesday, 22 September 2015 13:07:08 UTC+2, Jens Kuehnel wrote:
>
> Hi, 
>
> apparently an update from 1.1 to 1.2 on RHEL6 is removing the init 
> scripts, because they are missing from the RPMS. 
>
> Copying the scripts from 1.1.6 works fine. 
>
> Should I open a Bug/Pull request for that, or is it a feature? 
>
> CU 
> Jens 
>

-- 
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 
https://groups.google.com/d/msgid/graylog2/063e94bf-2fe6-45a1-8fd8-574faf8d306c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.