Created
March 13, 2023 12:36
-
-
Save oborichkin/4fba796c3774ce6344c8aff6fe8b51f6 to your computer and use it in GitHub Desktop.
Grok patterns for SIP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TOKEN [\w\d\-\.!%\*_\+`'~]+ | |
WORD [\d\w\-\.!%\*_+`'~()<>:\\"\/\[\]?{}]+ | |
SIP_CALL_ID %{WORD}[@%{WORD}]? | |
BRANCH %{TOKEN} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment