[graylog2] Re: graylog-collector not working on ubuntu 14.04.4

2016-07-21 Thread John Buchanan
In the outputs section that is (well, and verify which port that input is 
listening on on your graylog-server), the server-url should point at the 
REST Api.  :)

On Thursday, July 21, 2016 at 4:51:16 AM UTC-5, das...@duosoftware.com 
wrote:
>
> I have installed the graylog on one server and start with the hello world 
> kind of thing. But still server is not starting.
>
> This is what i used.
>
> server-url = "http://10.240.0.4:12900/;
>
> inputs {
>   syslog {
> type = "file"
> path = "/var/log/syslog"
>   }
> }
>
> outputs {
>   graylog-server {
> type = "gelf"
> host = "10.240.0.4"
> port = 12900
>   }
> }
>
> I started the server using sudo start graylog-collector. According to my 
> undestanding server should run on port 12900. But when i checked using 
> netstat 
> -tulpn it want shows the listening port. Please assist me on this.
>
>

-- 
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/4b3bf0d5-3a6a-48e4-a859-1ea2663b9b75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: graylog-collector not working on ubuntu 14.04.4

2016-07-21 Thread John Buchanan
The REST Api runs on 12900, try moving the GELF TCP input to 12201 (on your 
graylog-server node).

John

On Thursday, July 21, 2016 at 4:51:16 AM UTC-5, das...@duosoftware.com 
wrote:
>
> I have installed the graylog on one server and start with the hello world 
> kind of thing. But still server is not starting.
>
> This is what i used.
>
> server-url = "http://10.240.0.4:12900/;
>
> inputs {
>   syslog {
> type = "file"
> path = "/var/log/syslog"
>   }
> }
>
> outputs {
>   graylog-server {
> type = "gelf"
> host = "10.240.0.4"
> port = 12900
>   }
> }
>
> I started the server using sudo start graylog-collector. According to my 
> undestanding server should run on port 12900. But when i checked using 
> netstat 
> -tulpn it want shows the listening port. Please assist me on this.
>
>

-- 
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/593e1ae1-3012-493e-9d0d-46f47b10842b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: graylog-collector not working on ubuntu 14.04.4

2016-07-21 Thread Jochen Schalanda
Hi,

the Graylog Collector itself won't listen on any network interface.

The server-url configuration setting simply specifies the URI of the 
Graylog REST API that the Graylog Connector should register at.

Additionally, the GELF output should probably not be configured with port 
12900 (which is the Graylog REST API) but 12201 instead (which is the 
default port for a GELF input in Graylog, which you have to create on the 
server).

Cheers,
Jochen

On Thursday, 21 July 2016 11:51:16 UTC+2, das...@duosoftware.com wrote:
>
> I have installed the graylog on one server and start with the hello world 
> kind of thing. But still server is not starting.
>
> This is what i used.
>
> server-url = "http://10.240.0.4:12900/;
>
> inputs {
>   syslog {
> type = "file"
> path = "/var/log/syslog"
>   }
> }
>
> outputs {
>   graylog-server {
> type = "gelf"
> host = "10.240.0.4"
> port = 12900
>   }
> }
>
> I started the server using sudo start graylog-collector. According to my 
> undestanding server should run on port 12900. But when i checked using 
> netstat 
> -tulpn it want shows the listening port. Please assist me on this.
>
>

-- 
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/869761ac-71d2-4b40-9118-255654d3493b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Graylog Collector Not working

2015-08-29 Thread Drew Miranda
What does your collector configuration look like (ports etc) and what does your 
input configuration look like on your graylog node?

-- 
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/841458d5-c074-4463-b031-b519f04497f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Re: Graylog Collector Not working

2015-08-25 Thread ANKUR GOYAL
Hello,

I tried again and again but still not able to recieve logs from graylog
collector.Please help me

On Fri, Aug 21, 2015 at 6:39 PM, Jochen Schalanda joc...@graylog.com
wrote:

 Hi Ankur,

 did you create an input in Graylog to which the Graylog Collector can send
 its messages like described in
 http://docs.graylog.org/en/1.1/pages/collector.html#gelf-output?


 Cheers,
 Jochen

 On Friday, 21 August 2015 13:00:51 UTC+2, ANKUR GOYAL wrote:

 Hello,

 Now it's showing that client in collector.but it's not showing any logs.

 Regards,
 Ankur Goyal


 On Aug 21, 2015 4:26 PM, Jochen Schalanda wrote:

 Hi Ankur,

 are there any error messages in the logs of the Graylog Collector? Can
 the Graylog Collector reach the REST API of the configured Graylog server
 node?


 Cheers,
 Jochen

 On Friday, 21 August 2015 09:56:12 UTC+2, ANKUR GOYAL wrote:

 Hello ,

 I have already configured the graylog latest version 1.1.2 with the
 help of virtual machine provided on graylog site. One server is running
 graylog server, mongodb and elasticsearch, 2nd one is running
 elasticsearch, 3rd one is running graylogweb interface.  Now I want to add
 a ubuntu 14.04  to graylog server  using graylog collector . I have
 installed it via .deb package and the process provided on the website, but
 still  I am not able to see this client in graylog server. Please help me
 in this.



 Regards,

 Ankur Goyal

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Graylog Users group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/graylog2/BqtgDhtyvjw/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 graylog2+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/graylog2/91a0bd05-4ce1-4aa1-926a-f9cdd0e9ecc7%40googlegroups.com
 https://groups.google.com/d/msgid/graylog2/91a0bd05-4ce1-4aa1-926a-f9cdd0e9ecc7%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




--

-- 
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/CABj4VoSh5_nUbOrLoiHeTM%3DQVCQnOHnQkPerTz7uuw7KC0EQtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Re: Graylog Collector Not working

2015-08-21 Thread ANKUR GOYAL
Hello,

Now it's showing that client in collector.but it's not showing any logs.

Regards,
Ankur Goyal


On Aug 21, 2015 4:26 PM, Jochen Schalanda joc...@graylog.com wrote:

 Hi Ankur,

 are there any error messages in the logs of the Graylog Collector? Can the
 Graylog Collector reach the REST API of the configured Graylog server node?


 Cheers,
 Jochen

 On Friday, 21 August 2015 09:56:12 UTC+2, ANKUR GOYAL wrote:

 Hello ,

 I have already configured the graylog latest version 1.1.2 with the help
 of virtual machine provided on graylog site. One server is running graylog
 server, mongodb and elasticsearch, 2nd one is running elasticsearch, 3rd
 one is running graylogweb interface.  Now I want to add a ubuntu 14.04  to
 graylog server  using graylog collector . I have installed it via .deb
 package and the process provided on the website, but still  I am not able
 to see this client in graylog server. Please help me in this.



 Regards,

 Ankur Goyal

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Graylog Users group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/graylog2/BqtgDhtyvjw/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 graylog2+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/graylog2/db94528e-170f-46ee-8819-0250e8ce930e%40googlegroups.com
 https://groups.google.com/d/msgid/graylog2/db94528e-170f-46ee-8819-0250e8ce930e%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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/CABj4VoSy_EOuXKVJ1BDGKued9Ss8%2Bam1j1eTJ4kvTN56Cs8rug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [graylog2] Re: Graylog Collector Not working

2015-08-21 Thread Jochen Schalanda
Hi Ankur,

did you create an input in Graylog to which the Graylog Collector can send 
its messages like described in 
http://docs.graylog.org/en/1.1/pages/collector.html#gelf-output?


Cheers,
Jochen

On Friday, 21 August 2015 13:00:51 UTC+2, ANKUR GOYAL wrote:

 Hello,

 Now it's showing that client in collector.but it's not showing any logs.

 Regards,
 Ankur Goyal

 
 On Aug 21, 2015 4:26 PM, Jochen Schalanda wrote:

 Hi Ankur,

 are there any error messages in the logs of the Graylog Collector? Can 
 the Graylog Collector reach the REST API of the configured Graylog server 
 node?


 Cheers,
 Jochen

 On Friday, 21 August 2015 09:56:12 UTC+2, ANKUR GOYAL wrote:

 Hello ,

 I have already configured the graylog latest version 1.1.2 with the help 
 of virtual machine provided on graylog site. One server is running graylog 
 server, mongodb and elasticsearch, 2nd one is running elasticsearch, 3rd 
 one is running graylogweb interface.  Now I want to add a ubuntu 14.04  to 
 graylog server  using graylog collector . I have installed it via .deb 
 package and the process provided on the website, but still  I am not able 
 to see this client in graylog server. Please help me in this.



 Regards,

 Ankur Goyal



-- 
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/91a0bd05-4ce1-4aa1-926a-f9cdd0e9ecc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.