diff --git a/configuration/etl/etl_tables.d/cloud_openstack/raw_event.json b/configuration/etl/etl_tables.d/cloud_openstack/raw_event.json index 1fac244a96..3b24004df0 100644 --- a/configuration/etl/etl_tables.d/cloud_openstack/raw_event.json +++ b/configuration/etl/etl_tables.d/cloud_openstack/raw_event.json @@ -1,6 +1,5 @@ { "#": "Raw event information from the Open Stack log files.", - "#": "Note that almost any field in the raw event logs can be NULL so most fields are nullable.", "#": "These will be stored here and filtered out later. For example, several events with type", "table_definition": { @@ -52,7 +51,7 @@ }, { "name": "user_name", - "type": "varchar(64)", + "type": "varchar(255)", "nullable": true, "default": null },