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 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 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\""