class LogStash::Inputs::Elasticsearch::ColumnSpec

Class representing a column specification in the ESQL response The class’s main purpose is to provide a structure for the event key columns is an array with ‘name` and `type` pair (example: `{“name”=>“@timestamp”, “type”=>“date”}`) @attr_reader :name [String] The name of the column @attr_reader :type [String] The type of the column