Shoud be great if you add a hook to alter gelf structure so we can add business additional fields.

...
$gelf->setAdditional("Client_host", $entry['ip']);
drupal_alter("gelf_message_alter",$gelf, $entry);

try {
...