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
Is it possible for projects that use pre-made partitioned tables to disable the requirement for either json or csv schema to be provided? We don't want the plugin to create any tables, we just want it to post to the ones already created. The way I am currently pushing to bigquery is by setting the date and separator to empty and using the "prefix" as table name, which doesn't sound right to me, but was the only way to make it work. Now I need to create the partitioned table in BQ, but also add the structure in logstash config as well.
If the above is not possible - can we at least get options for the table partitioning ?
Using Logstash 6.8 by the way.
The text was updated successfully, but these errors were encountered:
Hi all,
Is it possible for projects that use pre-made partitioned tables to disable the requirement for either json or csv schema to be provided? We don't want the plugin to create any tables, we just want it to post to the ones already created. The way I am currently pushing to bigquery is by setting the date and separator to empty and using the "prefix" as table name, which doesn't sound right to me, but was the only way to make it work. Now I need to create the partitioned table in BQ, but also add the structure in logstash config as well.
If the above is not possible - can we at least get options for the table partitioning ?
Using Logstash 6.8 by the way.
The text was updated successfully, but these errors were encountered: