정규식 함수
PantherFlow 정규식 함수
re.count()
re.count()panther_logs.public.aws_alb
| project tripleDigitBlocks=re.count(clientIp, "[0-9][0-9][0-9]")re.matches()
re.matches()panther_logs.public.aws_alb
| project inCidr=re.matches(clientIp, '^192\\.168\\.1\\.(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[0-9]{1,2})$'), clientIpre.replace()
re.replace()re.substr()
re.substr()마지막 업데이트
도움이 되었나요?

