Oct 13 08:29:40 localhost docker/bf75c988d726[10127]: 2016-10-13 08:29:40,997 
WARN : org.graylog2.shared.rest.resources.ProxiedResource - Unable to call 
http://xxx.xxx.xxx.xxx:9000/system/inputstates on node 
<1af35aec-cd90-4811-bcc5-8f99e7071da2>, result: Not Found
Oct 13 08:29:41 localhost docker/bf75c988d726[10127]: 2016-10-13 08:29:41,005 
WARN : org.graylog2.shared.rest.resources.ProxiedResource - Unable to call 
http://xxx.xxx.xxx.xxx:9000/system/metrics/multiple on node 
<1af35aec-cd90-4811-bcc5-8f99e7071da2>, result: Not Found


These are the error messages, what could it be?

On Wednesday, October 12, 2016 at 4:19:17 PM UTC+2, Jochen Schalanda wrote:
>
> Hi Vitalik,
>
> please check the logs of your Graylog node(s) for error messages.
>
> Cheers,
> Jochen
>
> On Wednesday, 12 October 2016 15:43:30 UTC+2, Vitalik Kostyshyn wrote:
>>
>> First posted on github issues, which was closed: 
>> https://github.com/Graylog2/graylog2-server/issues/2943
>>
>> Will repost here since it looks like it's more of a question then a bug. 
>> Basically I'm unable to get a GELF UDP input running inside the graylog 
>> server docker container. Basically nothing changed except for the name when 
>> creating it. How do I get it to run? Extra details below:
>>
>> Expected Behavior
>>
>> Successfully start the input.
>>
>>
>> Current Behavior
>>
>> Unable to start a graylog input inside the graylog server docker 
>> container. No error message shows up, the input just doesn't work/listen. 
>> Strangely a few log files from a client manage to get through but then it 
>> stops because I guess the input is not running/working.
>>
>>
>> Possible Solution
>>
>> Not sure, maybe conflicting with docker comopose port? But I guess it 
>> should be open for the container to receive any messages at all?
>>
>>
>> Steps to Reproduce (for bugs)
>>    
>>    1. Spin up a vagrant machine and change ip values in docker compose 
>>    file below
>>    2. docker-compose up -d
>>    3. Login to graylog interface and add input with following 
>>    information: [image: selection_008] 
>>    
>> <https://cloud.githubusercontent.com/assets/22659660/19309030/d1c13488-9082-11e6-8eef-f8741a2acece.png>
>>
>> Context
>>
>> docker-compose.yml
>>
>> version: '2'
>> services:
>>   mongo:
>>     image: "mongo:3"
>>     volumes:
>>       - /graylog/data/mongo:/data/db
>>   elasticsearch:
>>     image: "elasticsearch:2"
>>     command: "elasticsearch -Des.cluster.name='graylog'"
>>     volumes:
>>       - /graylog/data/elasticsearch:/usr/share/elasticsearch/data
>>   graylog:
>>     image: graylog2/server:latest
>>     volumes:
>>       - /graylog/data/journal:/usr/share/graylog/data/journal
>>       - /graylog/config:/usr/share/graylog/data/config
>>     environment:
>>       GRAYLOG_PASSWORD_SECRET: xxx
>>       GRAYLOG_ROOT_PASSWORD_SHA2: xxx
>>       GRAYLOG_WEB_ENDPOINT_URI: http://192.168.x.x:9000/api/
>>       GRAYLOG_REST_TRANSPORT_URI: http://192.168.x.x:9000
>>     depends_on:
>>       - mongo
>>       - elasticsearch
>>     ports:
>>       - "9000:9000"
>>       - "5044:5044"
>>       - "5140/udp:5140/udp"
>>       - "12201/udp:12201/udp"
>>
>> Your Environment
>>    
>>    - Graylog Version: graylog2/server:latest
>>    - Elasticsearch Version: elasticsearch:2
>>    - MongoDB Version: mongo:3
>>    - Operating System: Ubuntu 16.04
>>    - Browser version: Any
>>
>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/40cee875-b39f-4f2a-b150-37f0b8a8b41a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to