Created
May 5, 2023 21:04
-
-
Save tomasdanjonsson/0a1040619b226ebdfd4c5b3b7868914d to your computer and use it in GitHub Desktop.
Grok Expression for syslog
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
| <%{POSINT:priority}>%{SPACE}%{SYSLOGTIMESTAMP:timestamp}%{SPACE}%{SYSLOGHOST:hostname}%{SPACE}%{DATA:application}\[%{POSINT:pid}\]:%{SPACE}%{GREEDYDATA:message} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment