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
This forbids field names with special characters like dots and dashes to be used. The pattern will not be detected and doesn't match - without any error message.
Especially the dot is important to stay compatible with frameworks like LogStash, whose grok-patterns heavily relies on dots within names to add some structure.
It seems that the following regex is used to detect named references:
This forbids field names with special characters like dots and dashes to be used. The pattern will not be detected and doesn't match - without any error message.
Especially the dot is important to stay compatible with frameworks like LogStash, whose grok-patterns heavily relies on dots within names to add some structure.
Example:
%{DATA:var.with.dots}
"dat123"
The text was updated successfully, but these errors were encountered: