Last active
December 7, 2015 09:06
-
-
Save rudibroekhuizen/1341f4e9fe91a45b0217 to your computer and use it in GitHub Desktop.
Logstash GROK patterns for OpenStack syslogs
This file contains 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
# Logstash GROK patterns for OpenStack syslogs | |
DNSMASQ_DHCP %{WORD:dhcp_action}%{TAP_DEVICE}%{SPACE}%{IPV4:dhcp_client_ip}%{SPACE}%{COMMONMAC:dhcp_client_mac} | |
TAP_DEVICE (\(%{GREEDYDATA:tap_device})\) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment