Hi,
i want to load datasets (csv file) to elasticseach viaa logstash,this is a snippet of my data sets
2/24/2017;14:15:43,Roberto Michel,25,Analyst Programmer,4.17500359418653E+015,"431, 1032, 197, 684, 201, 206, 1022, 922, 556, 677","4, 9, 8, 5, 2, 3, 10, 67, 1"
5/15/2016;10:51:44,Reiko Branchet,22,Engineer III,374283539519835,"680, 495, 584, 161, 972, 1045, 615, 15, 788, 579","67, 1, 4, 2, 8, 9, 5, 3, 10"
the two last fields are lists of integers ,i want to configure them with logstash as a list but i don't know how .i tried to use
mutate {
convert=>{"[quantity]"=>"[integer]"}
}
this is the error
Error registering plugin {:plugin=>"#<LogStash::FilterDelegator:0x1e22751a @id="1840e7e66654467e4855f4a7e3f7cab6e8ecc2e8-5", @klass=LogStash::Filters::Mutate, @metric_events=#<LogStash::Instrument::NamespacedMetric:0x78f7d852 @metric=#<LogStash::Instrument::Metric:0x6978def3 @collector=#<LogStash::Instrument::Collector:0x8f987f9 @agent=nil, @metric_store=#<LogStash::Instrument::MetricStore:0x57eb959 @store=#<Concurrent:0x00000000061fc4 entries=3 default_proc=nil>, @structured_lookup_mutex=#Mutex:0x430dd4ec, @fast_lookup=#<Concurrent:0x00000000061fc8 entries=63 default_proc=nil>>>>, @namespace_name=[:stats, :pipelines, :main, :plugins, :filters, :"1840e7e66654467e4855f4a7e3f7cab6e8ecc2e8-5", :events]>, @logger=#<LogStash::Logging::Logger:0x28af810b @logger=#Java::OrgApacheLoggingLog4jCore::Logger:0xdcd1c90>, @filter=<LogStash::Filters::Mutate convert=>{"age"=>"integer", "[quantity]"=>"[integer]"}, id=>"1840e7e66654467e4855f4a7e3f7cab6e8ecc2e8-5", enable_metric=>true, periodic_flush=>false>>", :error=>"translation missing: en.logstash.agent.configuration.invalid_plugin_register"}
[2017-08-07T12:49:10,469][ERROR][logstash.agent ] Pipeline aborted due to error {:exception=>#<LogStash::ConfigurationError: translation missing: en.logstash.agent.configuration.invalid_plugin_register>, :backtrace=>["/opt/logstash-5.5.0/vendor/bundle/jruby/1.9/gems/logstash-filter-mutate-3.1.5/lib/logstash/filters/mutate.rb:189:in register'", "org/jruby/RubyHash.java:1342:in
each'", "/opt/logstash-5.5.0/vendor/bundle/jruby/1.9/gems/logstash-filter-mutate-3.1.5/lib/logstash/filters/mutate.rb:183:in register'", "/opt/logstash-5.5.0/logstash-core/lib/logstash/pipeline.rb:281:in
register_plugin'", "/opt/logstash-5.5.0/logstash-core/lib/logstash/pipeline.rb:292:in register_plugins'", "org/jruby/RubyArray.java:1613:in
each'", "/opt/logstash-5.5.0/logstash-core/lib/logstash/pipeline.rb:292:in register_plugins'", "/opt/logstash-5.5.0/logstash-core/lib/logstash/pipeline.rb:302:in
start_workers'", "/opt/logstash-5.5.0/logstash-core/