This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to exclude filter in the log viewer in version 17?

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.
Parents Reply
  • 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\""

Children