Skip to content

Instantly share code, notes, and snippets.

@oborichkin
Created March 13, 2023 12:36
Show Gist options
  • Save oborichkin/4fba796c3774ce6344c8aff6fe8b51f6 to your computer and use it in GitHub Desktop.
Save oborichkin/4fba796c3774ce6344c8aff6fe8b51f6 to your computer and use it in GitHub Desktop.
Grok patterns for SIP
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