aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_logs_browser.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-04-25 00:16:12 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-04-25 00:16:12 -0400
commit969a7bbc18ee5f222f2e7c4c324c4a8eefc328e0 (patch)
treee5e8f2fdfb028367d5e4488b6b35fea580bbb10a /config/suricata/suricata_logs_browser.php
parente88d8c9a13c12769dc2420a02de073f3f4627214 (diff)
downloadpfsense-packages-969a7bbc18ee5f222f2e7c4c324c4a8eefc328e0.tar.gz
pfsense-packages-969a7bbc18ee5f222f2e7c4c324c4a8eefc328e0.tar.bz2
pfsense-packages-969a7bbc18ee5f222f2e7c4c324c4a8eefc328e0.zip
Add support for new block.log file from alert-pf plugin.
Diffstat (limited to 'config/suricata/suricata_logs_browser.php')
-rw-r--r--config/suricata/suricata_logs_browser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_logs_browser.php b/config/suricata/suricata_logs_browser.php
index 609a9eb5..bbde5aeb 100644
--- a/config/suricata/suricata_logs_browser.php
+++ b/config/suricata/suricata_logs_browser.php
@@ -164,7 +164,7 @@ if ($input_errors) {
<td width="78%" class="vtable">
<select name="logFile" id="logFile" class="formselect" onChange="loadFile();">
<?php
- $logs = array( "alerts.log", "files-json.log", "http.log", "stats.log", "suricata.log", "tls.log" );
+ $logs = array( "alerts.log", "block.log", "files-json.log", "http.log", "stats.log", "suricata.log", "tls.log" );
foreach ($logs as $log) {
$selected = "";
if ($log == basename($logfile))