The rex command allows you to extract fields from events using regular expressions. You can use the rex command to specify a named
group that matches the port number in the event. For example:
rex '\+\+\+\+port (?\d+)'
This will create a field called port with the value 54 for the event
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
NastyNutsu
4 months, 4 weeks agodopaminendk
5 months, 1 week agoGeneralKnas
6 months, 2 weeks agodopaminendk
5 months, 1 week ago