I have a logfile, for example it´s like this:
Hello i am some text
Value: 12
I am another Text
Now I want to create an Alert, which fires as soon as the value following "Value:" is higher than 10 for example.
Edit: Another Option is to "grab" the value from my performance-view, which holds the value.
How to do that?