How could i exclude with the filter in the log viewer in version 17?
Show all except "Invalid Traffic" entries.
This thread was automatically locked due to age.
How could i exclude with the filter in the log viewer in version 17?
Show all except "Invalid Traffic" entries.
Hi Ulrich,
To achieve this, press the Add Filter button. Select the following options from the drop-downs:
Cheers,
Karlos
Hi Ulrich,
To achieve this, press the Add Filter button. Select the following options from the drop-downs:
Cheers,
Karlos
Hi Carlos,
thanks also for this answer. This won't work perfect, because i want to filter (exlude) all entries with response_code="200" for example. I have tried to enter - response_code="200" in the search field, but this won't work.
Something like
tail -f logfilename | grep -v "repsonse_code=\"200\""
Hi Ulrich,
Thanks for clarifying. In this case, your goal would be best achieved via the console.
Cheers,
Karlos