diff --git a/LibreNMS/Alert/Transport/Elasticsearch.php b/LibreNMS/Alert/Transport/Elasticsearch.php index 89651eb22a..43b1e6259b 100644 --- a/LibreNMS/Alert/Transport/Elasticsearch.php +++ b/LibreNMS/Alert/Transport/Elasticsearch.php @@ -83,7 +83,7 @@ class Elasticsearch extends Transport } $data = array( - '@timestamp' => strftime("%Y-%m-%dT%T"), + '@timestamp' => date('c'), "host" => gethostname(), "location" => $obj['location'], "title" => $obj['name'],