You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see only ovpns statistics in Grafana. My pfsense interface are lagg0.{VLAN_ID}.
Looking into Graylog stream I see pfsense fields populated only for ovpns related items.
I'm new to Graylog an Grafana world but I think my issue is in the grok pattern. Using these two logs messages as example:
I can see only ovpns statistics in Grafana. My pfsense interface are lagg0.{VLAN_ID}.
Looking into Graylog stream I see pfsense fields populated only for ovpns related items.
I'm new to Graylog an Grafana world but I think my issue is in the grok pattern. Using these two logs messages as example:
I tested the grok pattern with a grok pattern tester and the first example fails, stopping at iface field, which is parsed as lagg0.
I edited the grok patterns replacing the expression WORD:iface with USERNAME:iface
Now the stream fill the fields in the correct way, but I can't see any interface except ovpns in grafana.
The text was updated successfully, but these errors were encountered: