1 Answer
- Newest
- Most votes
- Most comments
0
I couldn't see the screenshot you shared, so I'm guessing a little here...
IsValidIp will return a boolean (true if valid), so I think you will need to use it in a condition in filter.
For example
| filter isValidIp(Host)
Hope that helps!
answered 4 years ago
Relevant content
- asked 6 years ago
- asked a year ago
