[graylog2] Re: Unble to get graylog webinterface

2016-07-18 Thread Jochen Schalanda
Hi Anant,

please check that you're really hitting the web interface and not the 
Graylog REST API. The response you've mentioned 
({"type":"ApiError","message":"HTTP 
404 Not Found"}) comes from the Graylog REST and not from the Graylog web 
interface.

Also make sure that there is no reverse proxy running in front of Graylog 
or any transparent proxy on your network which may interfere with your 
requests.

Cheers,
Jochen

On Monday, 18 July 2016 09:32:32 UTC+2, Anant Sawant wrote:
>
> Hi Jochen,
>
> I am unable to get the web interface in the browser when I hit  "
> 127.0.0.1:9000" all I get is the following message on the screen 
> "{"type":"ApiError","message":HTTP 404 Not Found}", I am not sure what is 
> the cause of this error. The logs says "2016-07-18 12:36:19,915 INFO : 
> org.graylog2.initializers.WebInterfaceService - Started Web Interface at <
> http://127.0.0.1:9000/>" and also "2016-07-18 12:36:22,465 INFO : 
> org.graylog2.bootstrap.ServerBootstrap - Graylog server up and running.' So 
> the problem is I am not getting the UI of the "Graylog" only the above 
> mentioned message. I am attaching the Logs file of Graylog may be you can 
> find something which I am certainly missing to locate.
>
> Thanking in Advance
>
> Anant.
>
>
>
>
> On Friday, 15 July 2016 21:58:38 UTC+5:30, Jochen Schalanda wrote:
>>
>> Hi Anant,
>>
>> please describe first in detail what's not working for you.
>>
>> Cheers,
>> Jochen
>>
>> On Friday, 15 July 2016 15:20:24 UTC+2, Anant Sawant wrote:
>>>
>>> HI ,
>>>
>>> Thanks for such a quick replay!!
>>>
>>> I am already running the web interface on http://127.0.0.1:9000 
>>> 
>>>  
>>> and I have not upgraded Graylog to this version I have installed a fresh 
>>> release in completely new environment(machine). What do you mean by "if you 
>>> tried to get the root resource of the Graylog REST API (this will change in 
>>> Graylog 2.1.0)." sory but I do not understand.
>>> I went through the configuration again and compared it with your 
>>> suggested configurations "
>>> http://docs.graylog.org/en/2.0/pages/upgrade.html 
>>> 
>>>  
>>> and 
>>> http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html; 
>>> but did not found any different. Is there anything we need to change in the 
>>> conf files. How do we overcome this?? I am attaching the conf files.
>>>
>>> Again Thanks in advance!!
>>>
>>> Anant
>>>
>>> On Friday, 15 July 2016 18:31:47 UTC+5:30, Jochen Schalanda wrote:

 Hi Anant,

 according to your logs, the Graylog REST API and the Graylog web 
 interface have been successfully started:

 2016-07-15 16:38:00,442 INFO : 
> org.graylog2.initializers.WebInterfaceService - Started Web Interface at <
> http://127.0.0.1:9000/>
> 2016-07-15 16:38:00,443 INFO : 
> org.graylog2.shared.initializers.RestApiService - Started REST API at <
> http://127.0.0.1:12900/>


 The response you've mentioned ({"type":"ApiError","message":"HTTP 404 
 Not Found"}) is totally normal if you tried to get the root resource 
 of the Graylog REST API (this will change in Graylog 2.1.0).

 Make sure to open http://127.0.0.1:9000/ 
 
  for 
 accessing the Graylog web interface and not http://127.0.0.1:12900/, 
 which is the Graylog REST API.

 Also make sure to read 
 http://docs.graylog.org/en/2.0/pages/upgrade.html 
 
  
 and 
 http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html 
 when upgrading to Graylog 2.0.x.

 Cheers,
 Jochen


 On Friday, 15 July 2016 14:09:46 UTC+2, Anant Sawant wrote:
>
> Hi,
>
> I have installed graylog 2.0 ga on ubuntu 14.0.4 manually today. 
> Followed the following url for installation "
> http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html; .
> After starting the graylogctl script for the first time and hitting 
> 127.0.0.1:9000 we are getting {"type":"ApiError","message":HTTP 404 
> Not Found} in the browser.
>
> The server logs says the "Graylog server up and running". I am unable 
> to locate the issue as I am not getting any error at the logs.Please give 
> me some advise to overcome this issue.
>
> I have attached the logs file for your perusal.
> Please  find the attachment.
>
> Thanks in Advance!!
>
> Anant.
>


-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To 

[graylog2] Re: Unble to get graylog webinterface

2016-07-18 Thread Anant Sawant
Hi Jochen,

I am unable to get the web interface in the browser when I hit  
"127.0.0.1:9000" all I get is the following message on the screen 
"{"type":"ApiError","message":HTTP 404 Not Found}", I am not sure what is 
the cause of this error. The logs says "2016-07-18 12:36:19,915 INFO : 
org.graylog2.initializers.WebInterfaceService - Started Web Interface at 
" and also "2016-07-18 12:36:22,465 INFO : 
org.graylog2.bootstrap.ServerBootstrap - Graylog server up and running.' So 
the problem is I am not getting the UI of the "Graylog" only the above 
mentioned message. I am attaching the Logs file of Graylog may be you can 
find something which I am certainly missing to locate.

Thanking in Advance

Anant.




On Friday, 15 July 2016 21:58:38 UTC+5:30, Jochen Schalanda wrote:
>
> Hi Anant,
>
> please describe first in detail what's not working for you.
>
> Cheers,
> Jochen
>
> On Friday, 15 July 2016 15:20:24 UTC+2, Anant Sawant wrote:
>>
>> HI ,
>>
>> Thanks for such a quick replay!!
>>
>> I am already running the web interface on http://127.0.0.1:9000 
>> 
>>  
>> and I have not upgraded Graylog to this version I have installed a fresh 
>> release in completely new environment(machine). What do you mean by "if you 
>> tried to get the root resource of the Graylog REST API (this will change in 
>> Graylog 2.1.0)." sory but I do not understand.
>> I went through the configuration again and compared it with your 
>> suggested configurations "
>> http://docs.graylog.org/en/2.0/pages/upgrade.html 
>> 
>>  
>> and http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html; 
>> but did not found any different. Is there anything we need to change in the 
>> conf files. How do we overcome this?? I am attaching the conf files.
>>
>> Again Thanks in advance!!
>>
>> Anant
>>
>> On Friday, 15 July 2016 18:31:47 UTC+5:30, Jochen Schalanda wrote:
>>>
>>> Hi Anant,
>>>
>>> according to your logs, the Graylog REST API and the Graylog web 
>>> interface have been successfully started:
>>>
>>> 2016-07-15 16:38:00,442 INFO : 
 org.graylog2.initializers.WebInterfaceService - Started Web Interface at <
 http://127.0.0.1:9000/>
 2016-07-15 16:38:00,443 INFO : 
 org.graylog2.shared.initializers.RestApiService - Started REST API at <
 http://127.0.0.1:12900/>
>>>
>>>
>>> The response you've mentioned ({"type":"ApiError","message":"HTTP 404 
>>> Not Found"}) is totally normal if you tried to get the root resource of 
>>> the Graylog REST API (this will change in Graylog 2.1.0).
>>>
>>> Make sure to open http://127.0.0.1:9000/ 
>>> 
>>>  for 
>>> accessing the Graylog web interface and not http://127.0.0.1:12900/, 
>>> which is the Graylog REST API.
>>>
>>> Also make sure to read http://docs.graylog.org/en/2.0/pages/upgrade.html 
>>> 
>>>  
>>> and 
>>> http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html 
>>> when upgrading to Graylog 2.0.x.
>>>
>>> Cheers,
>>> Jochen
>>>
>>>
>>> On Friday, 15 July 2016 14:09:46 UTC+2, Anant Sawant wrote:

 Hi,

 I have installed graylog 2.0 ga on ubuntu 14.0.4 manually today. 
 Followed the following url for installation "
 http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html; .
 After starting the graylogctl script for the first time and hitting 
 127.0.0.1:9000 we are getting {"type":"ApiError","message":HTTP 404 
 Not Found} in the browser.

 The server logs says the "Graylog server up and running". I am unable 
 to locate the issue as I am not getting any error at the logs.Please give 
 me some advise to overcome this issue.

 I have attached the logs file for your perusal.
 Please  find the attachment.

 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/e9261dcf-85f7-47f3-ae26-ed34b7719754%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ubuntu@ubuntu:/opt/graylog$ java -jar graylog.jar server
2016-07-18 12:36:13,480 main ERROR Appenders contains an invalid element or 
attribute "Memory"
2016-07-18 12:36:13,497 main ERROR Unable to locate appender 
"graylog-internal-logs" for logger config "root"
2016-07-18 12:36:13,622 INFO : 

[graylog2] Re: Unble to get graylog webinterface

2016-07-15 Thread Jochen Schalanda
Hi Anant,

please describe first in detail what's not working for you.

Cheers,
Jochen

On Friday, 15 July 2016 15:20:24 UTC+2, Anant Sawant wrote:
>
> HI ,
>
> Thanks for such a quick replay!!
>
> I am already running the web interface on http://127.0.0.1:9000 
> 
>  
> and I have not upgraded Graylog to this version I have installed a fresh 
> release in completely new environment(machine). What do you mean by "if you 
> tried to get the root resource of the Graylog REST API (this will change in 
> Graylog 2.1.0)." sory but I do not understand.
> I went through the configuration again and compared it with your suggested 
> configurations "http://docs.graylog.org/en/2.0/pages/upgrade.html 
> 
>  
> and http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html; 
> but did not found any different. Is there anything we need to change in the 
> conf files. How do we overcome this?? I am attaching the conf files.
>
> Again Thanks in advance!!
>
> Anant
>
> On Friday, 15 July 2016 18:31:47 UTC+5:30, Jochen Schalanda wrote:
>>
>> Hi Anant,
>>
>> according to your logs, the Graylog REST API and the Graylog web 
>> interface have been successfully started:
>>
>> 2016-07-15 16:38:00,442 INFO : 
>>> org.graylog2.initializers.WebInterfaceService - Started Web Interface at <
>>> http://127.0.0.1:9000/>
>>> 2016-07-15 16:38:00,443 INFO : 
>>> org.graylog2.shared.initializers.RestApiService - Started REST API at <
>>> http://127.0.0.1:12900/>
>>
>>
>> The response you've mentioned ({"type":"ApiError","message":"HTTP 404 
>> Not Found"}) is totally normal if you tried to get the root resource of 
>> the Graylog REST API (this will change in Graylog 2.1.0).
>>
>> Make sure to open http://127.0.0.1:9000/ 
>> 
>>  for 
>> accessing the Graylog web interface and not http://127.0.0.1:12900/, 
>> which is the Graylog REST API.
>>
>> Also make sure to read http://docs.graylog.org/en/2.0/pages/upgrade.html 
>> 
>>  
>> and http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html 
>> when upgrading to Graylog 2.0.x.
>>
>> Cheers,
>> Jochen
>>
>>
>> On Friday, 15 July 2016 14:09:46 UTC+2, Anant Sawant wrote:
>>>
>>> Hi,
>>>
>>> I have installed graylog 2.0 ga on ubuntu 14.0.4 manually today. 
>>> Followed the following url for installation "
>>> http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html; .
>>> After starting the graylogctl script for the first time and hitting 
>>> 127.0.0.1:9000 we are getting {"type":"ApiError","message":HTTP 404 Not 
>>> Found} in the browser.
>>>
>>> The server logs says the "Graylog server up and running". I am unable to 
>>> locate the issue as I am not getting any error at the logs.Please give me 
>>> some advise to overcome this issue.
>>>
>>> I have attached the logs file for your perusal.
>>> Please  find the attachment.
>>>
>>> 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/0fb73c10-4cfb-4383-a76d-d2896a1aab0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[graylog2] Re: Unble to get graylog webinterface

2016-07-15 Thread Anant Sawant
HI ,

Thanks for such a quick replay!!

I am already running the web interface on http://127.0.0.1:9000 

 
and I have not upgraded Graylog to this version I have installed a fresh 
release in completely new environment(machine). What do you mean by "if you 
tried to get the root resource of the Graylog REST API (this will change in 
Graylog 2.1.0)." sory but I do not understand.
I went through the configuration again and compared it with your suggested 
configurations "http://docs.graylog.org/en/2.0/pages/upgrade.html 

 
and http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html; 
but did not found any different. Is there anything we need to change in the 
conf files. How do we overcome this?? I am attaching the conf files.

Again Thanks in advance!!

Anant

On Friday, 15 July 2016 18:31:47 UTC+5:30, Jochen Schalanda wrote:
>
> Hi Anant,
>
> according to your logs, the Graylog REST API and the Graylog web interface 
> have been successfully started:
>
> 2016-07-15 16:38:00,442 INFO : 
>> org.graylog2.initializers.WebInterfaceService - Started Web Interface at <
>> http://127.0.0.1:9000/>
>> 2016-07-15 16:38:00,443 INFO : 
>> org.graylog2.shared.initializers.RestApiService - Started REST API at <
>> http://127.0.0.1:12900/>
>
>
> The response you've mentioned ({"type":"ApiError","message":"HTTP 404 Not 
> Found"}) is totally normal if you tried to get the root resource of the 
> Graylog REST API (this will change in Graylog 2.1.0).
>
> Make sure to open http://127.0.0.1:9000/ 
> 
>  for 
> accessing the Graylog web interface and not http://127.0.0.1:12900/, 
> which is the Graylog REST API.
>
> Also make sure to read http://docs.graylog.org/en/2.0/pages/upgrade.html 
> 
>  
> and http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html 
> when upgrading to Graylog 2.0.x.
>
> Cheers,
> Jochen
>
>
> On Friday, 15 July 2016 14:09:46 UTC+2, Anant Sawant wrote:
>>
>> Hi,
>>
>> I have installed graylog 2.0 ga on ubuntu 14.0.4 manually today. Followed 
>> the following url for installation "
>> http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html; .
>> After starting the graylogctl script for the first time and hitting 
>> 127.0.0.1:9000 we are getting {"type":"ApiError","message":HTTP 404 Not 
>> Found} in the browser.
>>
>> The server logs says the "Graylog server up and running". I am unable to 
>> locate the issue as I am not getting any error at the logs.Please give me 
>> some advise to overcome this issue.
>>
>> I have attached the logs file for your perusal.
>> Please  find the attachment.
>>
>> 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/b02c9fda-1d81-4c7e-9f7e-8d6bc89f8da1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# If you are running more than one instances of Graylog server you have to 
select one of these
# instances as master. The master will perform some periodical tasks that 
non-masters won't perform.
is_master = true

# The auto-generated node ID will be stored in this file and read after 
restarts. It is a good idea
# to use an absolute file path here if you are starting Graylog server from 
init scripts or similar.
node_id_file = /etc/graylog/server/node-id

# You MUST set a secret to secure/pepper the stored user passwords here. Use at 
least 64 characters.
# Generate one by using for example: pwgen -N 1 -s 96
password_secret = 
JSR76nAgIPswrCtrztqaf1fczbqGpf13VMlGGor3yfaz9FoJNabgVVKhkHvqwEjQFIUIil5ob5oWoWimi6CYLS893rFGXTQG

# The default root user is named 'admin'
#root_username = admin

# You MUST specify a hash password for the root user (which you only need to 
initially set up the
# system and in case you lose connectivity to your authentication backend)
# This password cannot be changed using the API or via the web interface. If 
you need to change it,
# modify it in this file.
# Create one by using for example: echo -n yourpassword | shasum -a 256
# and put the resulting hash value into the following line
root_password_sha2 = 
8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918

# The email address of the root user.
# Default is empty
#root_email = ""

# The time zone setting of the root user. See 

[graylog2] Re: Unble to get graylog webinterface

2016-07-15 Thread Jochen Schalanda
Hi Anant,

according to your logs, the Graylog REST API and the Graylog web interface 
have been successfully started:

2016-07-15 16:38:00,442 INFO : 
> org.graylog2.initializers.WebInterfaceService - Started Web Interface at 
> 
> 2016-07-15 16:38:00,443 INFO : 
> org.graylog2.shared.initializers.RestApiService - Started REST API at 
> 


The response you've mentioned ({"type":"ApiError","message":"HTTP 404 Not 
Found"}) is totally normal if you tried to get the root resource of the 
Graylog REST API (this will change in Graylog 2.1.0).

Make sure to open http://127.0.0.1:9000/ for accessing the Graylog web 
interface and not http://127.0.0.1:12900/, which is the Graylog REST API.

Also make sure to read http://docs.graylog.org/en/2.0/pages/upgrade.html 
and http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html 
when upgrading to Graylog 2.0.x.

Cheers,
Jochen


On Friday, 15 July 2016 14:09:46 UTC+2, Anant Sawant wrote:
>
> Hi,
>
> I have installed graylog 2.0 ga on ubuntu 14.0.4 manually today. Followed 
> the following url for installation "
> http://docs.graylog.org/en/2.0/pages/installation/manual_setup.html; .
> After starting the graylogctl script for the first time and hitting 
> 127.0.0.1:9000 we are getting {"type":"ApiError","message":HTTP 404 Not 
> Found} in the browser.
>
> The server logs says the "Graylog server up and running". I am unable to 
> locate the issue as I am not getting any error at the logs.Please give me 
> some advise to overcome this issue.
>
> I have attached the logs file for your perusal.
> Please  find the attachment.
>
> 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/9788824a-84e0-4417-b7bc-7e3ce37e4ebb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.