I used the logstash with the version of 5.6.3, after a few time later. there is an error message in logs/logstash-plain.log. the error is :[ERROR][logstash.filters.ruby ] Ruby exception occurred: Regexp Interrupted. but my logstash is still work. does this a matter?
the whole logs is:
[2018-08-24T13:19:46,193][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"fb_apache", :directory=>"/home/Miracle/elk/logstash-5.6.3/modules/fb_apache/configuration"}
[2018-08-24T13:19:46,198][INFO ][logstash.modules.scaffold] Initializing module {:module_name=>"netflow", :directory=>"/home/Miracle/elk/logstash-5.6.3/modules/netflow/configuration"}
[2018-08-24T13:19:51,806][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://192.168.2.10:9200/]}}
[2018-08-24T13:19:51,808][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://192.168.2.10:9200/, :path=>"/"}
[2018-08-24T13:19:51,919][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://10.56.233.182:9200/"}
[2018-08-24T13:19:52,001][INFO ][logstash.outputs.elasticsearch] Using mapping template from {:path=>nil}
[2018-08-24T13:19:52,006][INFO ][logstash.outputs.elasticsearch] Attempting to install template {:manage_template=>{"template"=>"logstash-", "version"=>50001, "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"default"=>{"_all"=>{"enabled"=>true, "norms"=>false}, "dynamic_templates"=>[{"message_field"=>{"path_match"=>"message", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false}}}, {"string_fields"=>{"match"=>"", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false, "fields"=>{"keyword"=>{"type"=>"keyword", "ignore_above"=>256}}}}}], "properties"=>{"@timestamp"=>{"type"=>"date", "include_in_all"=>false}, "@version"=>{"type"=>"keyword", "include_in_all"=>false}, "geoip"=>{"dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip"}, "location"=>{"type"=>"geo_point"}, "latitude"=>{"type"=>"half_float"}, "longitude"=>{"type"=>"half_float"}}}}}}}}
[2018-08-24T13:19:52,020][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["//192.168.2.10:9200"]}
[2018-08-24T13:19:52,440][INFO ][logstash.pipeline ] Starting pipeline {"id"=>"main", "pipeline.workers"=>16, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>5, "pipeline.max_inflight"=>2000}
[2018-08-24T13:19:52,664][INFO ][logstash.pipeline ] Pipeline main started
[2018-08-24T13:19:52,811][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
[2018-08-24T13:45:15,014][ERROR][logstash.filters.ruby ] Ruby exception occurred: Regexp Interrupted
[2018-08-24T14:09:31,460][ERROR][logstash.filters.ruby ] Ruby exception occurred: Regexp Interrupted
due to no other error messages, how can I debug this error?