logstash-plugins/logstash-output-google_bigquery

Table name ends with the delimiter when date_pattern => ""

Opened this issue · 1 comments

When settging date_pattern => "" the table name will be <table_prefix>+<table_delimiter> probably it should be just <table_prefix>.

same problem when you do table_prefix => "". It should be <date_pattern> only.