Hi all ,
I been reading through some previous post about the “subject” in my post but cant seem any of these solve my problem .
I have a graylog appliance installation (all in one) and my server specs are 8 vCores, 24GB RAM and 280GB HD .
2.2.3+7adc951, codename Stiegl
Oracle Corporation 1.8.0_144 on Linux 3.19.0-25-generic
After we migrate server to new Datacenter ,performance has been degraded and i don’t really know the reason .
In the middle of the day there are many unprosseced messages and inputs are only GELF TCP and Syslog UDP and we have no Outputs or Pipelines .
Storage infrastructure it’s a black box for me and don’t know even RAID,TYPE (NFS,DAS,iSCSI,Fiber attached) or hard disk tier (SSD ,SATA,SAS) .
I have already implemented some fine tuning proposals like raise journal size to 4GB , i gave graylog-server 7GB RAM and ES 13GB of RAM,raise processbuffers to 4 and outputbuffer to 2 , also change ring size to 131072 .
Below you can find custom attributes
{
“timezone”: “Europe/Athens”,
“smtp_server”: “xxxxxxxxxxx”,
“smtp_port”: 25,
“smtp_user”: “”,
“smtp_password”: “”,
“smtp_from_email”: “xxxxxxxxxxxxxxxxxxxxxx”,
“smtp_web_url”: “http://graylog”,
“smtp_no_tls”: true,
“smtp_no_ssl”: true,
“master_node”: “127.0.0.1”,
“local_connect”: false,
“current_address”: “xxxxxxxxxxx”,
“last_address”: “xxxxxxxxxxxxx”,
“enforce_ssl”: true,
“journal_size”: 4,
“node_id”: false,
“internal_logging”: true,
“web_listen_uri”: false,
“web_endpoint_uri”: false,
“rest_listen_uri”: false,
“rest_transport_uri”: false,
“external_rest_uri”: false,
“custom_attributes”: {
“graylog-server”: {
“memory”: “7168m”,
“processbuffer_processors”: “4”,
“outputbuffer_processors”: “2”,
“ring_size”: “131072”,
“inputbuffer_ring_size”: “131072”,
“output_batch_size”: “5000”
},
“elasticsearch”: {
“memory”: “14336m”
}
}
}
Please how can I solve this issue ?
Thanks in advance !