graylog-server
:/etc/graylog/server/server.conf
and configure the following parameters:password_secret
root_password_sha2
.web_enable
root_password_sha2
, run echo -n ROOT_PASSWORD | sha256sum
and set the hash. Also you need to set web_enable
to true to access the web interface.admin
as the username and YOUR_PASSWORD
as the password (the one you have set up for root_password_sha2
).System
in the top nav. Next, click on Inputs
from the left navigation bar. (Or, simply go to http://localhost:9000/system/inputs.GELF UDP
and click on Launch new input
, which should pop up a modal dialogue, Select the Node
and fill the Title
. Then, click Save
.out_gelf
plugin to send data to Graylog. Currently, the GELF plugin is not available on RubyGems, so we need to download the plugin file and place it in /etc/td-agent/plugin
:/etc/td-agent/td-agent.conf
as follows:/etc/rsyslog.conf
and add the following line to the file:rsyslog
and Fluentd with the following commands: