Hey, is it possible to run a graylog-server instance on one VM as a master node and then set up a collector-sidecar on another VM using nxlog to send the collected stuff to the graylog-server. When I start the collector the I get Bad Reqeuest Timeputs.
Important: In the following xxx.xxx.xxx.xxx is the global IP from the graylog-server VM My server config (relevant lines): rest_listen_uri = http://127.0.0.1:12900 rest_transport_uri = http://127.0.0.1:12900 Node: When change 127.0.0.1 to xxx.xxx.xxx.xxx then I coult not login anymore because Bad Request error message in the web interface My collector-sidecar config: server_url: http://xxx.xxx.xxx.xxx:12900 tls_skip_verify: true node_id: graylog-collector-sidecar collector_id: file:/etc/graylog/collector-sidecar/collector-id tags: - test log_path: /var/log/graylog/collector-sidecar update_interval: 10 backends: - name: nxlog enabled: true binary_path: /usr/bin/nxlog configuration_path: /etc/graylog/collector-sidecar/generated/nxlog.conf This is my output config in the web interface (the xxx.xxx.xxx.xxx address is the same from above) <https://lh3.googleusercontent.com/-T9L047DUUFY/V1k3_0pg9FI/AAAAAAAAAXQ/ycUQVIMAOnUsfiU-FEffd3eFqX7cChlLwCLcB/s1600/output.png> So could anybody tell me how to set this up or do I need a additional graylog server instance in the collector machine as a data node or something? Regard, Josh -- 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/66d13907-ea01-4835-a6b9-049c1390eb42%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
