diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index 4004e0094..f85cd5afa 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -37,7 +37,7 @@ $eventCounts = array( 'filter' => array( 'Query' => array( 'terms' => array( - array( 'attr' => 'DateTime', 'op' => '>=', 'val' => '-1 hour' ), + array( 'attr' => 'StartDateTime', 'op' => '>=', 'val' => '-1 hour' ), ) ) ),