IDS: "none" doesn't equal "", looks like a typo resulting in ignoring the original eve.json

This commit is contained in:
Ad Schellevis 2021-06-18 14:25:38 +02:00
parent 163750ecf8
commit 644b647cf7

View File

@ -141,7 +141,7 @@ POSSIBILITY OF SUCH DAMAGE.
});
if ( selected_logfile != "") {
if ( selected_logfile != "none") {
request['fileid'] = selected_logfile;
request['rowCount'] = selected_max_entries;
request['searchPhrase'] = search_phrase;