the right-hand side of your expression is a literal string, not a pattern; we should be more informative when encountering this, because a value will never "match" a literal string.
I believe you are looking for:
if [auth_info][ipaddress] =~ /,/ {
# ...
}
What version of Logstash? I'd like to make sure we catch this and provide a useful error message in the future.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.